Mofcomp 活动
编辑Mofcomp 活动编辑
托管对象格式 (MOF) 文件可以通过 mofcomp.exe 在本地或远程编译。攻击者可能会利用 MOF 文件将自己的命名空间和类构建到 Windows Management Instrumentation (WMI) 存储库中,或使用 WMI 事件订阅建立持久性。
规则类型: eql
规则索引:
- logs-endpoint.events.process-*
严重性: 低
风险评分: 21
每隔: 5 分钟运行
从以下时间起搜索索引: now-9m(日期数学格式,另请参见 附加回溯时间
)
每次执行的最大警报数: 100
参考: 无
标签:
- 域: 端点
- 操作系统: Windows
- 用例: 威胁检测
- 策略: 执行
- 数据源: Elastic Defend
版本: 2
规则作者:
- Elastic
规则许可证: Elastic 许可证 v2
规则查询编辑
process where host.os.type == "windows" and event.type == "start" and process.name : "mofcomp.exe" and process.args : "*.mof" and not user.id : "S-1-5-18" and not ( process.parent.name : "ScenarioEngine.exe" and process.args : ( "*\\MSSQL\\Binn\\*.mof", "*\\Microsoft SQL Server\\???\\Shared\\*.mof", "*\\OLAP\\bin\\*.mof" ) )
框架: MITRE ATT&CKTM
-
策略
- 名称: 执行
- ID: TA0002
- 参考 URL: https://attack.mitre.org/tactics/TA0002/
-
技术
- 名称: Windows Management Instrumentation
- ID: T1047
- 参考 URL: https://attack.mitre.org/techniques/T1047/
-
策略
- 名称: 持久性
- ID: TA0003
- 参考 URL: https://attack.mitre.org/tactics/TA0003/
-
技术
- 名称: 事件触发执行
- ID: T1546
- 参考 URL: https://attack.mitre.org/techniques/T1546/
-
子技术
- 名称: Windows Management Instrumentation 事件订阅
- ID:T1546.003
- 参考 URL:https://attack.mitre.org/techniques/T1546/003/