通过 GDB 进行 Linux 进程挂钩
编辑通过 GDB 进行 Linux 进程挂钩
编辑此规则监控通过 gdb 进行潜在内存转储的情况。攻击者可能会利用内存转储技术尝试从特权进程中提取秘密信息。“truffleproc”和“bash-memory-dump”等工具会显示此行为。此行为默认情况下不应发生,应进行彻底调查。
规则类型: eql
规则索引:
- logs-endpoint.events.*
- endgame-*
- auditbeat-*
- logs-auditd_manager.auditd-*
严重性: 低
风险评分: 21
每隔: 5m 运行
搜索索引时间范围: now-9m (日期数学格式,另请参阅 额外回溯时间
)
每次执行的最大告警数: 100
参考:
标签:
- 领域:端点
- 操作系统:Linux
- 用例:威胁检测
- 战术:凭据访问
- 数据源:Elastic Defend
- 数据源:Elastic Endgame
- 数据源:Auditd Manager
版本: 3
规则作者:
- Elastic
规则许可证: Elastic License v2
规则查询
编辑process where host.os.type == "linux" and event.type == "start" and event.action in ("exec", "exec_event", "executed", "process_started") and process.name == "gdb" and process.args in ("--pid", "-p") and /* Covered by d4ff2f53-c802-4d2e-9fb9-9ecc08356c3f */ process.args != "1"
框架: MITRE ATT&CKTM
-
战术
- 名称:凭据访问
- ID:TA0006
- 参考 URL:https://attack.mitre.org/tactics/TA0006/
-
技术
- 名称:操作系统凭据转储
- ID:T1003
- 参考 URL:https://attack.mitre.org/techniques/T1003/
-
子技术
- 名称:Proc 文件系统
- ID:T1003.007
- 参考 URL:https://attack.mitre.org/techniques/T1003/007/