可疑 ImagePath 服务创建
编辑可疑 ImagePath 服务创建编辑
识别可疑 ImagePath 值的创建。这可能是攻击者试图通过异常服务创建来隐秘地持久化或提升权限的迹象。
规则类型: eql
规则索引:
- logs-endpoint.events.registry-*
- endgame-*
- logs-windows.sysmon_operational-*
严重性: 高
风险评分: 73
每隔: 5m 运行
从: now-9m 搜索索引 (日期数学格式,另请参见 其他回溯时间
)
每次执行的最大警报数量: 100
参考: 无
标签:
- 域: 端点
- 操作系统: Windows
- 用例: 威胁检测
- 策略: 持久性
- 策略: 防御规避
- 数据源: Elastic Endgame
- 数据源: Elastic Defend
- 数据源: Sysmon
版本: 107
规则作者:
- Elastic
规则许可证: Elastic License v2
规则查询编辑
registry where host.os.type == "windows" and registry.path : ( "HKLM\\SYSTEM\\ControlSet*\\Services\\*\\ImagePath", "\\REGISTRY\\MACHINE\\SYSTEM\\ControlSet*\\Services\\*\\ImagePath" ) and /* add suspicious registry ImagePath values here */ registry.data.strings : ("%COMSPEC%*", "*\\.\\pipe\\*")
框架: MITRE ATT&CKTM
-
策略
- 名称: 持久性
- ID: TA0003
- 参考 URL: https://attack.mitre.org/tactics/TA0003/
-
技术
- 名称: 创建或修改系统进程
- ID: T1543
- 参考 URL: https://attack.mitre.org/techniques/T1543/
-
子技术
- 名称: Windows 服务
- ID: T1543.003
- 参考 URL: https://attack.mitre.org/techniques/T1543/003/
-
策略
- 名称: 防御规避
- ID: TA0005
- 参考 URL: https://attack.mitre.org/tactics/TA0005/
-
技术
- 名称: 修改注册表
- ID: T1112
- 参考 URL: https://attack.mitre.org/techniques/T1112/