通过 setfacl 修改访问控制列表
编辑通过 setfacl 修改访问控制列表
编辑此规则检测通过 setfacl 命令修改 Linux 访问控制列表 (ACL)。
规则类型: eql
规则索引:
- logs-endpoint.events.*
- endgame-*
- auditbeat-*
- logs-auditd_manager.auditd-*
严重程度: 低
风险评分: 21
每隔: 5 分钟
搜索索引时间范围: now-9m (日期数学格式,另请参阅 额外回溯时间
)
每次执行的最大告警数: 100
参考:
标签:
- 领域: 端点
- 操作系统: Linux
- 用例: 威胁检测
- 战术: 防御规避
- 数据源: Elastic Defend
- 数据源: Elastic Endgame
- 数据源: Auditd Manager
版本: 2
规则作者:
- 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 == "setfacl" and not ( process.command_line == "/bin/setfacl --restore=-" or process.args == "/var/log/journal/" )
框架: MITRE ATT&CKTM
-
战术
- 名称: 防御规避
- ID: TA0005
- 参考网址: https://attack.mitre.org/tactics/TA0005/
-
技术
- 名称: 文件和目录权限修改
- ID: T1222
- 参考网址: https://attack.mitre.org/techniques/T1222/
-
子技术
- 名称: Linux 和 Mac 文件和目录权限修改
- ID: T1222.002
- 参考网址: https://attack.mitre.org/techniques/T1222/002/