通过 Linux 二进制文件突破 Linux 受限 Shell
编辑通过 Linux 二进制文件突破 Linux 受限 Shell编辑
识别通过生成交互式系统 shell 来滥用 Linux 二进制文件以突破受限 shell 或环境的行为。从二进制文件生成 shell 的活动不是用户或系统管理员的常见行为,并且可能表明试图逃避检测、增加功能或增强攻击者的稳定性。
规则类型:eql
规则索引:
- logs-endpoint.events.*
严重性:中等
风险评分: 47
运行频率:5 分钟
搜索从以下时间开始的索引:now-9m(日期数学格式,另请参阅其他回溯时间
)
每次执行的最大警报数: 100
参考:
- https://gtfobins.github.io/gtfobins/apt/
- https://gtfobins.github.io/gtfobins/apt-get/
- https://gtfobins.github.io/gtfobins/nawk/
- https://gtfobins.github.io/gtfobins/mawk/
- https://gtfobins.github.io/gtfobins/awk/
- https://gtfobins.github.io/gtfobins/gawk/
- https://gtfobins.github.io/gtfobins/busybox/
- https://gtfobins.github.io/gtfobins/c89/
- https://gtfobins.github.io/gtfobins/c99/
- https://gtfobins.github.io/gtfobins/cpulimit/
- https://gtfobins.github.io/gtfobins/crash/
- https://gtfobins.github.io/gtfobins/env/
- https://gtfobins.github.io/gtfobins/expect/
- https://gtfobins.github.io/gtfobins/find/
- https://gtfobins.github.io/gtfobins/flock/
- https://gtfobins.github.io/gtfobins/gcc/
- https://gtfobins.github.io/gtfobins/mysql/
- https://gtfobins.github.io/gtfobins/nice/
- https://gtfobins.github.io/gtfobins/ssh/
- https://gtfobins.github.io/gtfobins/vi/
- https://gtfobins.github.io/gtfobins/vim/
- https://gtfobins.github.io/gtfobins/capsh/
- https://gtfobins.github.io/gtfobins/byebug/
- https://gtfobins.github.io/gtfobins/git/
- https://gtfobins.github.io/gtfobins/ftp/
标签:
- 域:端点
- 操作系统:Linux
- 用例:威胁检测
- 战术:执行
- 数据源:Elastic Endgame
- 数据源:Elastic Defend
版本: 112
规则作者:
- Elastic
规则许可证:Elastic 许可证 v2
调查指南编辑
分类和分析
调查通过 Linux 实用程序进行的 Shell 规避
此规则的检测警报表明,Linux 实用程序已被滥用,通过生成交互式系统 shell 来突破受限 shell 或环境。以下是一些可能的调查途径:- 通过“分析”视图检查主机和正在执行操作的用户的入口点。- 识别会话入口领导者和会话用户- 通过“会话”视图检查导致滥用的会话内容。- 检查会话中的命令执行模式,这可能会导致可疑活动- 检查在生成的 shell 中执行的命令。- 识别已执行命令对系统的直接威胁- 采取必要的事件响应措施,以遏制由此执行引起的任何恶意行为。
相关规则
- 恶意生成的 shell 可以执行任何可能的 MITRE ATT&CK 向量,主要是为了削弱防御。
- 因此,建议在您的环境中相应地启用防御规避和权限提升规则
响应和修复
根据分类的结果启动事件响应流程。
- 如果分类揭示了来自恶意生成的 shell 的可疑网络活动,
- 隔离相关主机以防止进一步的攻击后行为。
- 如果分类通过恶意生成的 shell 识别出恶意软件执行,
- 搜索环境中是否存在其他受感染主机。
- 实施临时网络规则、程序和分段以遏制恶意软件。
- 停止可疑进程。
- 立即阻止已识别的攻击指标 (IoC)。
- 检查受影响的系统是否存在其他恶意软件后门,例如反向 shell、反向代理或攻击者可能用来再次感染系统的 dropper。
- 如果分类揭示了为削弱防御而进行的防御规避
- 隔离相关主机以防止进一步的攻击后行为。
- 识别主机上已禁用的安全防护组件,并采取必要措施重新启用它们。
- 如果任何工具已被禁用/卸载或配置被篡改,请努力重新启用它们。
- 如果分类揭示了持久性机制漏洞(如自动启动脚本)的添加
- 隔离对可以启动自动启动脚本的系统的进一步登录。
- 识别自动启动脚本,并从系统中禁用和删除它们
- 如果分类揭示了通过远程复制进行的数据抓取或数据导出
- 调查攻击者在数据抓取期间 compromised / used / decoded 的系统上的凭据泄露情况
- 针对所有泄露的凭据启动 compromised 凭据停用和凭据轮换流程。
- 调查在数据抓取期间是否访问了任何 IPR 数据,并采取适当的措施。
- 确定攻击者滥用的初始向量,并采取措施防止通过同一向量再次感染。
- 使用事件响应数据更新日志记录和审核策略,以缩短平均检测时间 (MTTD) 和平均响应时间 (MTTR)。
设置编辑
设置
此规则需要来自 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(端点检测和响应)”作为配置设置,它提供“所有事件;所有防御”
- 在“新代理策略名称”中输入代理策略的名称。如果其他代理策略已存在,则可以单击“现有主机”选项卡,然后选择现有策略。有关 Elastic Agent 配置设置的更多详细信息,请参阅帮助指南。
- 单击“保存并继续”。
- 要完成集成,请选择“将 Elastic Agent 添加到您的主机”,然后继续下一部分以在您的主机上安装 Elastic Agent。有关 Elastic Defend 的更多详细信息,请参阅帮助指南。
“会话”视图使用 Elastic Defend 集成收集的进程数据,但默认情况下并不总是收集这些数据。“会话”视图在 8.3 及更高版本的企业订阅中可用。
要确认“会话”视图数据已启用,请执行以下操作
- 转到“管理 → 策略”,然后编辑一个或多个 Elastic Defend 集成策略。
- 选择“策略设置”选项卡,然后向下滚动到靠近底部的“Linux 事件收集”部分。
- 选中“进程事件”复选框,然后打开“包含会话数据”切换开关。
- 如果要在“会话”视图中包含文件和网络警报,请选中“网络和文件事件”复选框。
- 如果要启用终端输出捕获,请打开“捕获终端输出”切换开关。有关启用此设置时收集的其他字段以及将“会话”视图用于分析的更多信息,请参阅帮助指南。
规则查询编辑
process where host.os.type == "linux" and event.type == "start" and ( /* launching shell from capsh */ (process.name == "capsh" and process.args == "--") or /* launching shells from unusual parents or parent+arg combos */ (process.name in ("bash", "dash", "ash", "sh", "tcsh", "csh", "zsh", "ksh", "fish") and ( (process.parent.name : "*awk" and process.parent.args : "BEGIN {system(*)}") or (process.parent.name == "git" and process.parent.args : ("*PAGER*", "!*sh", "exec *sh") or process.args : ("*PAGER*", "!*sh", "exec *sh") and not process.name == "ssh" ) or (process.parent.name : ("byebug", "ftp", "strace", "zip", "tar") and ( process.parent.args : "BEGIN {system(*)}" or (process.parent.args : ("*PAGER*", "!*sh", "exec *sh") or process.args : ("*PAGER*", "!*sh", "exec *sh")) or ( (process.parent.args : "exec=*sh" or (process.parent.args : "-I" and process.parent.args : "*sh")) or (process.args : "exec=*sh" or (process.args : "-I" and process.args : "*sh")) ) ) ) or /* shells specified in parent args */ /* nice rule is broken in 8.2 */ (process.parent.args : "*sh" and ( (process.parent.name == "nice") or (process.parent.name == "cpulimit" and process.parent.args == "-f") or (process.parent.name == "find" and process.parent.args == "." and process.parent.args == "-exec" and process.parent.args == ";" and process.parent.args : "/bin/*sh") or (process.parent.name == "flock" and process.parent.args == "-u" and process.parent.args == "/") ) ) )) or /* shells specified in args */ (process.args : "*sh" and ( (process.parent.name == "crash" and process.parent.args == "-h") or (process.name == "sensible-pager" and process.parent.name in ("apt", "apt-get") and process.parent.args == "changelog") /* scope to include more sensible-pager invoked shells with different parent process to reduce noise and remove false positives */ )) or (process.name == "busybox" and event.action == "exec" and process.args_count == 2 and process.args : "*sh" and not process.executable : "/var/lib/docker/overlay2/*/merged/bin/busybox" and not (process.parent.args == "init" and process.parent.args == "runc") and not process.parent.args in ("ls-remote", "push", "fetch") and not process.parent.name == "mkinitramfs") or (process.name == "env" and process.args_count == 2 and process.args : "*sh") or (process.parent.name in ("vi", "vim") and process.parent.args == "-c" and process.parent.args : ":!*sh") or (process.parent.name in ("c89", "c99", "gcc") and process.parent.args : "*sh,-s" and process.parent.args == "-wrapper") or (process.parent.name == "expect" and process.parent.args == "-c" and process.parent.args : "spawn *sh;interact") or (process.parent.name == "mysql" and process.parent.args == "-e" and process.parent.args : "\\!*sh") or (process.parent.name == "ssh" and process.parent.args == "-o" and process.parent.args : "ProxyCommand=;*sh 0<&2 1>&2") )
框架:MITRE ATT&CKTM
-
战术
- 名称:执行
- ID:TA0002
- 参考 URL:https://attack.mitre.org/tactics/TA0002/
-
技术
- 名称:命令和脚本解释器
- ID:T1059
- 参考 URL:https://attack.mitre.org/techniques/T1059/
-
子技术
- 名称:Unix Shell
- ID:T1059.004
- 参考 URL:https://attack.mitre.org/techniques/T1059/004/