Systemd-udevd规则文件创建
编辑Systemd-udevd规则文件创建
编辑监控用于systemd-udevd管理设备节点并在Linux操作系统中处理内核设备事件的规则文件的创建。攻击者可以通过创建在特定事件触发时执行任意命令或有效负载的恶意udev规则来利用systemd-udevd实现持久性,这些事件通常与特定设备的插入或系统识别相关。
规则类型: eql
规则索引:
- logs-endpoint.events.file*
严重性: 低
风险评分: 21
每: 5分钟运行一次
搜索索引自: now-9m (日期数学格式,另见 额外回溯时间
)
每次执行的最大告警数: 100
参考资料:
标签:
- 领域:端点
- 操作系统:Linux
- 用例:威胁检测
- 策略:持久性
- 数据源:Elastic Defend
版本: 7
规则作者:
- Elastic
规则许可证: Elastic License v2
设置
编辑设置
此规则需要来自Elastic Defend的数据。
Elastic Defend集成设置
Elastic Defend通过Fleet集成到Elastic Agent中。配置后,集成允许Elastic Agent监控主机上的事件并将数据发送到Elastic Security应用程序。
先决条件
- Elastic Defend需要Fleet。
- 要配置Fleet服务器,请参阅文档。
为了在Linux系统上添加Elastic Defend集成,应按顺序执行以下步骤:
- 进入Kibana主页并点击“添加集成”。
- 在查询栏中,搜索Elastic Defend并选择集成以查看更多详细信息。
- 点击“添加Elastic Defend”。
- 配置集成名称,并可选择添加描述。
- 选择要保护的环境类型,即传统端点或云工作负载。
- 选择配置预设。每个预设都带有Elastic Agent的不同默认设置,您可以稍后通过配置Elastic Defend集成策略进一步自定义这些设置。辅助指南。
- 我们建议选择“完整EDR(端点检测和响应)”作为配置设置,它提供“所有事件;所有防护”。
- 在“新的Agent策略名称”中输入Agent策略的名称。如果其他Agent策略已存在,您可以点击“现有主机”选项卡并选择现有策略。有关Elastic Agent配置设置的更多详细信息,请参阅辅助指南。
- 点击“保存并继续”。
- 要完成集成,请选择“将Elastic Agent添加到您的主机”,然后继续到下一部分,在您的主机上安装Elastic Agent。有关Elastic Defend的更多详细信息,请参阅辅助指南。
规则查询
编辑file where host.os.type == "linux" and event.action in ("rename", "creation") and process.executable != null and file.extension == "rules" and file.path : ( "/lib/udev/*", "/etc/udev/rules.d/*", "/usr/lib/udev/rules.d/*", "/run/udev/rules.d/*", "/usr/local/lib/udev/rules.d/*" ) and not ( process.executable in ( "/bin/dpkg", "/usr/bin/dpkg", "/bin/dockerd", "/usr/bin/dockerd", "/usr/sbin/dockerd", "/bin/microdnf", "/usr/bin/microdnf", "/bin/rpm", "/usr/bin/rpm", "/bin/snapd", "/usr/bin/snapd", "/bin/yum", "/usr/bin/yum", "/bin/dnf", "/usr/bin/dnf", "/bin/podman", "/usr/bin/podman", "/bin/dnf-automatic", "/usr/bin/dnf-automatic", "/bin/pacman", "/usr/bin/pacman", "/usr/bin/dpkg-divert", "/bin/dpkg-divert", "/sbin/apk", "/usr/sbin/apk", "/usr/local/sbin/apk", "/usr/bin/apt", "/usr/sbin/pacman", "/bin/podman", "/usr/bin/podman", "/usr/bin/puppet", "/bin/puppet", "/opt/puppetlabs/puppet/bin/puppet", "/usr/bin/chef-client", "/bin/chef-client", "/bin/autossl_check", "/usr/bin/autossl_check", "/proc/self/exe", "/dev/fd/*", "/usr/bin/pamac-daemon", "/bin/pamac-daemon", "/usr/lib/snapd/snapd", "/usr/local/bin/dockerd", "/usr/libexec/netplan/generate", "/lib/systemd/system-generators/netplan", "/lib/systemd/systemd", "/usr/bin/containerd", "/usr/sbin/sshd", "/kaniko/executor" ) or file.Ext.original.extension == "dpkg-new" or process.executable : ( "/nix/store/*", "/var/lib/dpkg/*", "/snap/*", "/dev/fd/*", "/usr/lib/*", "/usr/libexec/*" ) or process.name in ("systemd", "netplan", "apt-get", "vmware-config-tools.pl", "systemd-hwdb") or (process.name == "sed" and file.name : "sed*") or (process.name == "perl" and file.name : "e2scrub_all.tmp*") )
框架: MITRE ATT&CKTM
-
策略
- 名称:持久性
- ID:TA0003
- 参考URL:https://attack.mitre.org/tactics/TA0003/
-
技术
- 名称:启动或登录初始化脚本
- ID:T1037
- 参考URL:https://attack.mitre.org/techniques/T1037/
-
技术
- 名称:事件触发执行
- ID:T1546
- 参考URL:https://attack.mitre.org/techniques/T1546/