Mofcomp 活动
编辑Mofcomp 活动
编辑可以通过 mofcomp.exe 在本地或远程编译托管对象格式 (MOF) 文件。攻击者可以利用 MOF 文件在 Windows Management Instrumentation (WMI) 存储库中构建自己的命名空间和类,或使用 WMI 事件订阅建立持久性。
规则类型: eql
规则索引:
- logs-endpoint.events.process-*
- logs-m365_defender.event-*
- endgame-*
- logs-system.security-*
- logs-crowdstrike.fdr*
严重性: 低
风险评分: 21
运行频率: 5 分钟
搜索索引时间范围: now-9m (日期数学格式,另请参阅 额外回溯时间
)
每次执行的最大警报数: 100
参考: 无
标签:
- 域: 端点
- 操作系统: Windows
- 用例: 威胁检测
- 策略: 执行
- 数据源: Elastic Defend
- 数据源: Microsoft Defender for Endpoint
- 数据源: Elastic Endgame
- 数据源: 系统
- 数据源: Crowdstrike
版本: 4
规则作者:
- Elastic
规则许可证: Elastic License 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/