可疑的 WMI 事件订阅已创建
编辑可疑的 WMI 事件订阅已创建编辑
检测 WMI 事件订阅的创建。攻击者可以滥用此机制来实现持久性或提升到 SYSTEM 权限。
规则类型: eql
规则索引:
- winlogbeat-*
- logs-windows.sysmon_operational-*
严重性: 中等
风险评分: 47
每隔运行: 5m
从以下时间开始搜索索引: now-9m (日期数学格式,另请参见 附加回溯时间
)
每次执行的最大警报数: 100
参考:
标签:
- 域:端点
- 操作系统:Windows
- 用例:威胁检测
- 策略:持久性
- 数据源:Sysmon
版本: 106
规则作者:
- Elastic
规则许可证: Elastic 许可证 v2
规则查询编辑
any where event.dataset == "windows.sysmon_operational" and event.code == "21" and winlog.event_data.Operation : "Created" and winlog.event_data.Consumer : ("*subscription:CommandLineEventConsumer*", "*subscription:ActiveScriptEventConsumer*")
框架: MITRE ATT&CKTM
-
策略
- 名称:持久性
- ID:TA0003
- 参考 URL:https://attack.mitre.org/tactics/TA0003/
-
技术
- 名称:事件触发执行
- ID:T1546
- 参考 URL:https://attack.mitre.org/techniques/T1546/
-
子技术
- 名称:Windows 管理规范事件订阅
- ID:T1546.003
- 参考 URL:https://attack.mitre.org/techniques/T1546/003/