映像文件执行选项注入
编辑映像文件执行选项注入编辑
Debugger 和 SilentProcessExit 注册表项允许攻击者拦截文件的执行,导致执行不同的进程。攻击者可以滥用此功能来建立持久性。
规则类型: eql
规则索引:
- logs-endpoint.events.registry-*
- endgame-*
- logs-windows.sysmon_operational-*
严重程度: 中
风险评分: 47
运行间隔: 5 分钟
搜索的索引时间范围: now-9m (日期数学格式,另请参阅 额外的回溯时间
)
每次执行的最大警报数: 100
参考资料:
标签:
- 域:终端
- 操作系统:Windows
- 用例:威胁检测
- 策略:持久性
- 策略:防御规避
- 数据源:Elastic Endgame
- 数据源:Elastic Defend
- 数据源:Sysmon
版本: 107
规则作者:
- Elastic
规则许可证: Elastic 许可证 v2
规则查询编辑
registry where host.os.type == "windows" and length(registry.data.strings) > 0 and registry.path : ( "HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Image File Execution Options\\*.exe\\Debugger", "HKLM\\SOFTWARE\\WOW6432Node\\Microsoft\\Windows NT\\CurrentVersion\\Image File Execution Options\\*\\Debugger", "HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\SilentProcessExit\\*\\MonitorProcess", "HKLM\\SOFTWARE\\WOW6432Node\\Microsoft\\Windows NT\\CurrentVersion\\SilentProcessExit\\*\\MonitorProcess", "\\REGISTRY\\MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Image File Execution Options\\*.exe\\Debugger", "\\REGISTRY\\MACHINE\\SOFTWARE\\WOW6432Node\\Microsoft\\Windows NT\\CurrentVersion\\Image File Execution Options\\*\\Debugger", "\\REGISTRY\\MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\SilentProcessExit\\*\\MonitorProcess", "\\REGISTRY\\MACHINE\\SOFTWARE\\WOW6432Node\\Microsoft\\Windows NT\\CurrentVersion\\SilentProcessExit\\*\\MonitorProcess" ) and /* add FPs here */ not registry.data.strings regex~ ("""C:\\Program Files( \(x86\))?\\ThinKiosk\\thinkiosk\.exe""", """.*\\PSAppDeployToolkit\\.*""")
框架: MITRE ATT&CKTM
-
策略
- 名称:持久性
- ID:TA0003
- 参考链接:https://attack.mitre.org/tactics/TA0003/
-
技术
- 名称:事件触发执行
- ID:T1546
- 参考链接:https://attack.mitre.org/techniques/T1546/
-
子技术
- 名称:映像文件执行选项注入
- ID:T1546.012
- 参考链接:https://attack.mitre.org/techniques/T1546/012/
-
策略
- 名称:防御规避
- ID:TA0005
- 参考链接:https://attack.mitre.org/tactics/TA0005/
-
技术
- 名称:修改注册表
- ID:T1112
- 参考链接:https://attack.mitre.org/techniques/T1112/