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