MAAT
FlagshipMalware Analysis Automation Tool
A command-line pipeline that triages suspicious files without detonating them. MAAT fingerprints a file by its magic bytes, hashes it in a single stream, and checks reputation through hash-only VirusTotal lookups, so the sample never leaves your machine. Analyzers dispatch by file type, findings feed an additive, explainable score, and the full run renders to a self-contained HTML report.
- Python
- YARA
- VirusTotal API
- oletools
- pefile
- pikepdf
- Jinja2
Turns a manual, tool-hopping triage workflow into one reproducible command.
GitHub→