内核模块的创建
编辑内核模块的创建编辑
识别通过在 LKM 目录中创建新的 ko 文件来加载 Linux 上的内核模块的相关活动。
规则类型:eql
规则索引:
- logs-endpoint.events.*
- endgame-*
严重性:低
风险评分: 21
运行频率:60 分钟
搜索的索引范围:now-119m(日期数学格式,另请参阅额外的回溯时间
)
每次执行的最大警报数: 100
参考:无
标签:
- 域:终端
- 操作系统:Linux
- 用例:威胁检测
- 策略:持久化
- 规则类型:BBR
- 数据源:Elastic Defend
- 数据源:Elastic Endgame
版本: 3
规则作者:
- Elastic
规则许可证:Elastic 许可证 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
- 参考 URL:https://attack.mitre.org/tactics/TA0003/
-
技术
- 名称:启动或登录自动执行
- ID:T1547
- 参考 URL:https://attack.mitre.org/techniques/T1547/
-
子技术
- 名称:内核模块和扩展
- ID:T1547.006
- 参考 URL:https://attack.mitre.org/techniques/T1547/006/