Large list of fuzzy hashes of well-known malware for use with SSDEEP
- Install SSDEEP on your analysis machine.
- Download this text file.
- If you have a particular file that you want to scan, do so with the following command:
ssdeep -s -m malwareFuzzyHashes.txt file.exe
- If you want to recursively hunt for matches on a file system use:
ssdeep -s -l -r -m malwareFuzzyHashes.txt *