What problem does it solve?
Process hollowing (MITRE ATT&CK T1055.012) lets malware hide inside legitimate-looking processes like svchost.exe, evading signature-based detection. This Skill gives threat hunters a structured methodology to identify hollowed processes using EDR telemetry, Sysmon events, and memory forensics before attackers establish persistence or C2 channels.
Core Features & Use Cases
- Sysmon Event Correlation: Stitch Event IDs 1, 8, 10, and 25 to reconstruct the suspended-create, unmap, write, and resume hollowing chain.
- Image Mismatch Detection: Compare in-memory process images against on-disk binaries to flag hollowed svchost.exe, explorer.exe, or rundll32.exe instances.
- Evasion Awareness: Accounts for process doppelgänging, process ghosting, and module stomping that bypass standard ProcessTampering alerts, with fallback to pe-sieve, Hollows Hunter, and Volatility.
- Use Case: After an EDR alert on suspicious memory operations, follow the workflow to confirm hollowing, correlate with network C2 activity, and produce a structured hunt report with risk rating.
Quick Start
Hunt for process hollowing on endpoints that triggered memory injection alerts and report any hollowed processes with their parent processes and network activity.