| name | malware-analysis |
| description | Analyze a malware sample — static analysis with Ghidra/Radare2/Capa, YARA scanning, string extraction, and VirusTotal/MalwareBazaar lookup. |
Perform comprehensive malware analysis on the specified target.
Usage: /malware-analysis <target>
Where <target> is the path to the malware sample — e.g. /evidence/sample.exe, /evidence/malware.dll.
If no target is provided, ask the user for the sample path.
Instructions
- Load the investigation template: call
get_template(name="malware-analysis", target="$ARGUMENTS")
- Follow all 5 phases: Evidence Handling, Static Analysis, Behavioral Indicators, Threat Intelligence, Reporting
- Use these MCP servers: kali-forensics (YARA, ExifTool, bulk_extractor), binary-analysis (Ghidra, Radare2, Capa), threat-intel (VirusTotal, MalwareBazaar, ThreatFox)
- Log chain of custody before touching the sample
- Map findings to MITRE ATT&CK techniques
- Generate the final report with IoCs and YARA matches