创建可疑的 WMI 事件订阅
编辑创建可疑的 WMI 事件订阅
编辑检测 WMI 事件订阅的创建。攻击者可以滥用此机制来实现持久性或提升到 SYSTEM 权限。
规则类型: eql
规则索引:
- winlogbeat-*
- logs-windows.sysmon_operational-*
严重程度: 中等
风险评分: 47
每隔: 5 分钟
搜索索引时间范围: now-9m (日期数学格式,另请参见 附加回溯时间
)
每次执行的最大告警数: 100
参考资料:
标签:
- 领域:端点
- 操作系统:Windows
- 用例:威胁检测
- 策略:持久性
- 数据源:Sysmon
版本: 206
规则作者:
- Elastic
规则许可证: Elastic License 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
- 参考网址:https://attack.mitre.org/tactics/TA0003/
-
技术
- 名称:事件触发执行
- ID:T1546
- 参考网址:https://attack.mitre.org/techniques/T1546/
-
子技术
- 名称:Windows 管理规范事件订阅
- ID:T1546.003
- 参考网址:https://attack.mitre.org/techniques/T1546/003/