Understand Hollowing Mechanics: Process hollowing involves creating a legitimate process in suspended state, unmapping its memory, writing malicious code, then resuming execution.
Monitor Suspended Process Creation: Hunt for processes created with CREATE_SUSPENDED flag followed by memory writes and thread resumption.
Detect Memory Section Anomalies: Identify processes where the in-memory ima…
以下为摘要预览,完整内容请查看 GitHub 原文。
检测进程挖空技术
使用场景
在调查疑似无文件恶意软件或内存型威胁时
在 EDR 针对进程注入或可疑内存操作发出告警之后
在已失陷环境中搜寻防御规避技术时
在威胁情报报告显示当前活跃攻击行动中包含进程挖空时
在紫队演练中验证针对 T1055.012 的检测覆盖时
前置条件
具备内存保护监控能力的 EDR(CrowdStrike、MDE、SentinelOne)
配置 Sysmon 事件 ID 1(Process Create)、8(CreateRemoteThread)、25(ProcessTampering)
用于检测进程挖空的 Windows ETW 提供程序(Microsoft-Windows-Kernel-Process)