malware-triage - Perform static analysis and triage of suspicious files
Perform static malware analysis to extract hashes, strings, metadata, headers, and indicators without file execution.
Tags
Updated: 2026-09-19Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Extract hashes and file metadata
- Analyze ASCII and Unicode strings
- Analyze PE and ELF binary headers
- Detect embedded content and section entropy
- Perform quick radare2 binary analysis
- Generate markdown triage report
Inputs
- Path to suspicious file
Outputs
- Malware triage markdown report file
- Extracted strings temporary file
Requirements
- Bash environment
- Basic tools (file, strings, exiftool, sha256sum)
- Binary tools (readelf, objdump, radare2)
- Binwalk tool
