Skip to content

Releases: Neo23x0/munin

Munin Version 0.6

25 Apr 11:42
Compare
Choose a tag to compare
  • 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.

screen shot 2018-04-25 at 13 34 29

Munin Version 0.2

28 Oct 08:50
Compare
Choose a tag to compare
  • 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)