Skip to content

Munin Version 0.6

Latest
Compare
Choose a tag to compare
@Neo23x0 Neo23x0 released this 25 Apr 11:42
· 178 commits to master since this release
  • 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