Microsoft IIS 服务账户密码泄露

编辑

识别使用 Internet Information Services (IIS) 命令行工具 AppCmd 列出密码的情况。攻击者可以通过 Web shell 访问 IIS Web 服务器,然后使用 AppCmd 解密并转储 IIS AppPool 服务账户密码。

规则类型: eql

规则索引:

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

严重性: 低

风险评分: 21

每隔: 5 分钟

搜索索引自: now-9m (日期数学格式,另请参见 额外回溯时间)

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

参考:

标签:

  • 域:端点
  • 操作系统:Windows
  • 用例:威胁检测
  • 战术:凭据访问
  • 数据源:Elastic Endgame
  • 数据源:Elastic Defend
  • 规则类型:BBR
  • 数据源:系统

版本: 214

规则作者:

  • Elastic

规则许可证: Elastic License v2

规则查询

编辑
process where host.os.type == "windows" and event.type == "start" and
   (process.name : "appcmd.exe" or ?process.pe.original_file_name == "appcmd.exe") and
   process.args : "list" and process.args : "/text*"

框架: MITRE ATT&CKTM