What problem does it solve?
Analysts need to rapidly identify known malware signatures and suspicious patterns in memory dumps from captured sessions.
Core Features & Use Cases
- Load YARA rule sets from yarasigs and apply them to memory regions within a state snapshot to detect packers, cryptographic constants, and anti-debug patterns.
- Scan all memory region dumps (e.g., .bin files) contained in a snapshot and produce structured results describing matches, locations, and metadata.
- Optionally merge multiple regions belonging to a single module (via module-filter) to support cross-boundary rules and yield consolidated results.
- Output a yara_results.json with per-match details, including rule name, source, regions hit, and string matches for quick analysis.
Quick Start
Take a state snapshot with the state-snapshot skill, then run the yara-sigs scan with a chosen category (packers, crypto, antidebug, or all) against the snapshot.