捕获信号执行
编辑捕获信号执行
编辑识别与攻击者活动相关的事件,其中攻击者可能包含一个陷阱命令,允许程序和 shell 指定在收到中断信号时将执行的命令。
规则类型: eql
规则索引:
- logs-endpoint.events.*
- endgame-*
- auditbeat-*
- logs-auditd_manager.auditd-*
严重性: 低
风险评分: 21
每隔: 60 分钟
搜索索引自: now-119m (日期数学格式,另请参见 额外回溯时间
)
每次执行的最大告警数: 100
参考: 无
标签:
- 领域:端点
- 操作系统:Linux
- 操作系统:macOS
- 用例:威胁检测
- 战术:权限提升
- 规则类型:BBR
- 数据源:Elastic Defend
- 数据源:Elastic Endgame
- 数据源:Auditd 管理器
版本: 2
规则作者:
- Elastic
规则许可证: Elastic License v2
规则查询
编辑process where event.type == "start" and event.action in ("exec", "exec_event", "executed", "process_started") and process.name == "trap" and process.args : "SIG*"
框架: MITRE ATT&CKTM
-
战术
- 名称:权限提升
- ID:TA0004
- 参考网址:https://attack.mitre.org/tactics/TA0004/
-
技术
- 名称:事件触发执行
- ID:T1546
- 参考网址:https://attack.mitre.org/techniques/T1546/
-
子技术
- 名称:陷阱
- ID:T1546.005
- 参考网址:https://attack.mitre.org/techniques/T1546/005/