Mofcomp 活动
编辑Mofcomp 活动
编辑托管对象格式 (MOF) 文件可以通过 mofcomp.exe 在本地或远程编译。攻击者可能会利用 MOF 文件将其自己的命名空间和类构建到 Windows 管理规范 (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
- 参考网址:https://attack.mitre.org/tactics/TA0002/
-
技术
- 名称:Windows 管理规范
- ID:T1047
- 参考网址:https://attack.mitre.org/techniques/T1047/
-
战术
- 名称:持久性
- 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/