内核模块创建
编辑内核模块创建
编辑识别通过在 LKM 目录中创建新的 ko 文件来加载 Linux 上内核模块的相关活动。
规则类型: eql
规则索引:
- logs-endpoint.events.*
- endgame-*
严重性: 低
风险评分: 21
每隔: 60 分钟
搜索索引自: now-119m (日期数学格式,另见 额外回溯时间
)
每次执行的最大告警数: 100
参考: 无
标签:
- 领域:端点
- 操作系统:Linux
- 用例:威胁检测
- 策略:持久性
- 规则类型:BBR
- 数据源:Elastic Defend
- 数据源:Elastic Endgame
版本: 3
规则作者:
- Elastic
规则许可证: Elastic License v2
规则查询
编辑file where host.os.type == "linux" and event.type in ("change", "creation") and file.path : "/lib/modules/*" and file.extension == "ko" and not process.name : ( "dpkg", "systemd", "falcon-sensor*", "dnf", "yum", "rpm", "cp" )
框架: MITRE ATT&CKTM
-
策略
- 名称:持久性
- ID:TA0003
- 参考网址:https://attack.mitre.org/tactics/TA0003/
-
技术
- 名称:启动或登录自动启动执行
- ID:T1547
- 参考网址:https://attack.mitre.org/techniques/T1547/
-
子技术
- 名称:内核模块和扩展
- ID:T1547.006
- 参考网址:https://attack.mitre.org/techniques/T1547/006/