通过内置应用程序进行进程发现
编辑通过内置应用程序进行进程发现
编辑识别攻击者可以使用内置工具在端点上发现正在运行的进程的情况。
规则类型: 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
-
战术
- 名称: 发现
- ID: TA0007
- 参考 URL: https://attack.mitre.org/tactics/TA0007/
-
技术
- 名称: 进程发现
- ID: T1057
- 参考 URL: https://attack.mitre.org/techniques/T1057/
-
技术
- 名称: 软件发现
- ID: T1518
- 参考 URL: https://attack.mitre.org/techniques/T1518/
-
子技术
- 名称: 安全软件发现
- ID: T1518.001
- 参考 URL: https://attack.mitre.org/techniques/T1518/001/