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