WMIC 远程命令编辑

识别使用 wmic.exe 在远程主机上运行命令。虽然管理员可以合法使用此功能,但攻击者可以滥用此内置实用程序来实现横向移动。

规则类型: eql

规则索引:

  • logs-endpoint.events.process-*
  • logs-windows.sysmon_operational-*
  • endgame-*
  • logs-system.security*

严重性: 低

风险评分: 21

每隔: 60m 运行

从以下时间开始搜索索引: now-119m (日期数学格式,另请参见 附加回溯时间)

每次执行的最大警报数: 100

参考: 无

标签:

  • 域:端点
  • 操作系统:Windows
  • 用例:威胁检测
  • 策略:横向移动
  • 数据源:Elastic Defend
  • 规则类型:BBR
  • 数据源:Sysmon
  • 数据源:Elastic Endgame

版本: 5

规则作者:

  • Elastic

规则许可: Elastic 许可证 v2

规则查询编辑

process where host.os.type == "windows" and event.type == "start" and
  process.name : "WMIC.exe" and
  process.args : "*node:*" and
  process.args : ("call", "set", "get") and
  not process.args : ("*/node:localhost*", "*/node:\"127.0.0.1\"*", "/node:127.0.0.1")

框架: MITRE ATT&CKTM