创建内核模块

编辑

识别与在 Linux 上通过在 LKM 目录中创建新的 ko 文件来加载内核模块相关的活动。

规则类型: 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