通过内置应用程序进行进程发现

编辑

识别攻击者可以使用内置工具在端点上发现正在运行的进程的情况。

规则类型: eql

规则索引:

  • logs-endpoint.events.*
  • endgame-*

严重程度: 低

风险评分: 21

运行频率: 60 分钟

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

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

参考: 无

标签:

  • 域: 端点
  • 操作系统: Linux
  • 操作系统: macOS
  • 用例: 威胁检测
  • 战术: 发现
  • 规则类型: BBR
  • 数据源: Elastic Defend
  • 数据源: Elastic Endgame

版本: 3

规则作者:

  • Elastic

规则许可: Elastic License v2

规则查询

编辑
process where event.type == "start" and event.action in ("exec", "exec_event") and process.name in (
  "ps", "pstree", "htop", "pgrep"
) and
not process.parent.name in ("amazon-ssm-agent", "snap")

框架: MITRE ATT&CKTM