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