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