使用 MMC 的传入 DCOM 横向移动
编辑使用 MMC 的传入 DCOM 横向移动编辑
识别使用分布式组件对象模型 (DCOM) 从远程主机运行命令的行为,这些命令通过 MMC20 应用程序 COM 对象启动。此行为可能表明攻击者滥用 DCOM 应用程序进行横向移动。
规则类型: eql
规则索引:
- winlogbeat-*
- logs-endpoint.events.process-*
- logs-endpoint.events.network-*
- logs-windows.sysmon_operational-*
严重性: 高
风险评分: 73
每隔: 5 分钟运行一次
从以下时间开始搜索索引: now-9m(日期数学格式,另请参见 其他回溯时间
)
每次执行的最大警报数: 100
参考:
标签:
- 域:端点
- 操作系统:Windows
- 用例:威胁检测
- 策略:横向移动
- 策略:防御规避
- 数据源:Elastic Defend
- 数据源:Sysmon
版本: 108
规则作者:
- Elastic
规则许可证: Elastic License v2
规则查询编辑
sequence by host.id with maxspan=1m [network where host.os.type == "windows" and event.type == "start" and process.name : "mmc.exe" and source.port >= 49152 and destination.port >= 49152 and source.ip != "127.0.0.1" and source.ip != "::1" and network.direction : ("incoming", "ingress") and network.transport == "tcp" ] by process.entity_id [process where host.os.type == "windows" and event.type == "start" and process.parent.name : "mmc.exe" ] by process.parent.entity_id
框架: MITRE ATT&CKTM
-
策略
- 名称:横向移动
- ID: TA0008
- 参考网址:https://attack.mitre.org/tactics/TA0008/
-
技术
- 名称:远程服务
- ID:T1021
- 参考网址:https://attack.mitre.org/techniques/T1021/
-
子技术
- 名称:分布式组件对象模型
- ID:T1021.003
- 参考网址:https://attack.mitre.org/techniques/T1021/003/
-
策略
- 名称:防御规避
- ID:TA0005
- 参考网址:https://attack.mitre.org/tactics/TA0005/
-
技术
- 名称:系统二进制代理执行
- ID:T1218
- 参考网址:https://attack.mitre.org/techniques/T1218/
-
子技术
- 名称:MMC
- ID:T1218.014
- 参考网址:https://attack.mitre.org/techniques/T1218/014/