A tool for quick and dirty analysis of suspicious files. Designed to run inside Remnux!
Special thanks to all the authors of the tools I invoke with this script!
- This script should be run in a safe sandbox envronment! Remnux is preferrable (https://remnux.org/.)
- Written in Python 2.7. I know, its old and outdated, but it still works ;)
- This script has some bugs and has no error handling. As mentioned, it is "quick and dirty".
Get a list of all parameters:
python2.7 mfanalyzer.py --help
Execute the script on an Office Document file:
python2.7 mfanalyzer.py --doc -s -y -x -o malware.doc
Execute the script on a PE Executable file:
python2.7 mfanalyzer.py --bin -s -y -x -o malware.exe