Releases: Neo23x0/munin
Releases · Neo23x0/munin
Munin Version 0.6
- Virustotal Retrohunt verification mode
--retroverify
- Set a number of samples that you want to use to verify a signature
-r X
(default: 40)
Usage e.g.:
python munin.py -i my-api-keys.ini -f ~/Downloads/retrohunt_results.txt --retroverify -r 50 --nocache
Munin will then check only 50 lines with the same "comment", which is the "signature name" in Virustotal Retrohunt results. It will generate a total result for the checked samples.
Munin Version 0.2
- PE information (original file name, description, copyright, signer)
- Hybrid analysis infos extended (threat score, compromised hosts)
- Separator shows progress (counter / total count)
- Process a given sample directory instead of a text file with hashes (
-s ./sampledir
)