特权容器内启动文件系统调试器
编辑特权容器内启动文件系统调试器
编辑此规则检测在特权容器内使用内置 Linux DebugFS 实用程序的情况。DebugFS 是一种特殊的filesystem调试实用程序,支持直接从硬盘设备读取和写入数据。当在特权容器(具有主机所有功能的容器)内启动时,攻击者可以访问敏感的主机级文件,这些文件可用于进一步提升权限并从容器逃逸到主机。
规则类型: eql
规则索引:
- logs-cloud_defend*
严重性: 中等
风险评分: 47
每隔: 5 分钟
搜索索引自: now-6m (日期数学格式,另请参见 额外回溯时间
)
每次执行的最大告警数: 100
参考资料:
标签:
- 数据源:Elastic Defend for Containers
- 领域:容器
- 操作系统:Linux
- 用例:威胁检测
- 策略:权限提升
版本: 1
规则作者:
- Elastic
规则许可证: Elastic License v2
规则查询
编辑process where event.module == "cloud_defend" and event.type == "start" and process.name == "debugfs" and process.args : "/dev/sd*" and not process.args == "-R" and container.security_context.privileged == true
框架: MITRE ATT&CKTM
-
策略
- 名称:权限提升
- ID:TA0004
- 参考网址:https://attack.mitre.org/tactics/TA0004/
-
技术
- 名称:逃逸到主机
- ID:T1611
- 参考网址:https://attack.mitre.org/techniques/T1611/