What problem does it solve?
SOC analysts and threat hunters struggle to reliably detect process injection (MITRE ATT&CK T1055) because many techniques evade common telemetry, and legitimate processes like AV and debuggers generate heavy false positive noise.
Core Features & Use Cases
- Sysmon Event Analysis: Parses Event IDs 1, 8, and 10 to flag CreateRemoteThread calls and dangerous ProcessAccess masks such as PROCESS_VM_WRITE and PROCESS_CREATE_THREAD.
- Evasion-Aware Detection: Documents gaps where thread hijacking, APC injection, mapping injection, and process hollowing bypass Event ID 8, and explains how to corroborate with Event ID 7 and ETW.
- Severity Scoring & Reporting: Builds source-to-target injection relationship graphs, filters known legitimate pairs, and produces JSON reports mapped to MITRE sub-techniques T1055.001 through T1055.012.
- Use Case: A SOC analyst investigating a suspected intrusion runs this hunt against exported Sysmon JSON logs to identify unsigned processes opening high-access handles into critical targets like lsass.exe.
Quick Start
Hunt for process injection activity in my exported Sysmon JSON logs and generate a severity-scored report mapped to MITRE ATT&CK T1055 sub-techniques.