Skip to content
/ ssdc Public
forked from zom3y3/ssdc

ssdeep cluster analysis for malware files

Notifications You must be signed in to change notification settings

eroniko/ssdc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

ssdc

Ssdeep Cluster Analysis for Malware Files

Inspired by https://github.com/bwall/ssdc

Usage

usage: ssdc.py [-h] [-s SCORE] [-t TYPE] [-g] [-d] [-e EXCLUDE] [-j JSONFILE]
               FILEPATH

positional arguments:
  FILEPATH              Specific the File Directory

optional arguments:
  -h, --help            show this help message and exit
  -s SCORE, --score SCORE
                        Specific the similarity score, list of choices: {0,
                        30, 60, 90} (default: 60)
  -t TYPE, --type TYPE  Specific the cluster type, list of choices:
                        {file_ssdeep, strings_ssdeep, imp_exp_ssdeep}
                        (default: file_ssdeep)
  -g, --gather          Copy the similar files together to a new file
                        directory (default: False)
  -d, --delete          Delete the similar files (default: False)
  -e EXCLUDE, --exclude EXCLUDE
                        Exclude similar files in this file Directory (default:
                        None)
  -j JSONFILE, --jsonfile JSONFILE
                        Save cluster json report to this file (default: None)

Mail bug reports and suggestions to <[email protected]>

About

ssdeep cluster analysis for malware files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%