AI Security AI安全 5h ago Updated 2h ago 更新于 2小时前 43

Spark RAT Targets Cambodia, Abuses Vulnerable OPSWAT Driver to Disable Security Tools Spark RAT 针对柬埔寨,滥用有漏洞的 OPSWAT 驱动程序禁用安全工具

A new cyber campaign targets Cambodia using Spark RAT, an open-source Go-based remote access trojan, delivered via phishing emails with diverse lures including government notices, health materials, and real estate documents The attack employs a BYOVD (Bring Your Own Vulnerable Driver) technique using the OPSWAT AppRemover driver (ardrv.sys) vulnerable to CVE-2026-36425 to escalate privileges and neutralize security software The multi-stage payload uses DLL side-loading through a signed Tencent e Spark RAT针对柬埔寨的个人和组织的网络攻击活动,利用OPSWAT AppRemover驱动程序漏洞(CVE-2026-36425)实现权限提升并禁用安全软件 攻击采用多阶段链式结构,通过钓鱼邮件分发包含Inno Setup可执行文件的压缩档案,利用DLL侧加载技术绕过检测 恶意软件使用BYOVD技术加载合法但存在漏洞的"ardrv.sys"驱动程序,终止Microsoft Defender、火绒、腾讯电脑管家等安全进程 攻击载荷将shellcode隐藏在PNG图片中,通过注入vssvc.exe和ctfmon.exe等系统进程执行,并采用定时反沙箱检测和进程检查规避分析环境 虽然攻击手法

60
Hot 热度
68
Quality 质量
55
Impact 影响力

Analysis 深度分析

TL;DR

  • A new cyber campaign targets Cambodia using Spark RAT, an open-source Go-based remote access trojan, delivered via phishing emails with diverse lures including government notices, health materials, and real estate documents
  • The attack employs a BYOVD (Bring Your Own Vulnerable Driver) technique using the OPSWAT AppRemover driver (ardrv.sys) vulnerable to CVE-2026-36425 to escalate privileges and neutralize security software
  • The multi-stage payload uses DLL side-loading through a signed Tencent executable, anti-sandbox timing checks, shellcode hidden in PNG files, and injection into legitimate processes like vssvc.exe and ctfmon.exe
  • The campaign shows operational similarities to the Silver Fox threat actor but lacks definitive attribution due to absence of shared infrastructure, code reuse, and matching certificates
  • The threat is tracked as an unattributed cluster with possible Chinese-language development links, given the Chinese-language values in the Spark RAT configuration and targeting of security products common in Chinese-speaking environments

Why It Matters

This campaign demonstrates the growing trend of threat actors leveraging open-source malware tools combined with sophisticated evasion techniques, making detection increasingly challenging for security teams. The use of BYOVD attacks against legitimate drivers highlights a critical gap in endpoint protection strategies that rely solely on signature-based detection. For AI and cybersecurity practitioners, this case underscores the importance of monitoring for unusual driver loading behaviors and implementing behavioral analysis capabilities.

Technical Details

  • Delivery Mechanism: Phishing emails with varied lure themes (government notices, public health materials, dental records, real estate documents) distribute compressed archives containing an Inno Setup executable that triggers a DLL side-loading chain using a signed Tencent executable
  • BYOVD Exploitation: The malware deploys the vulnerable OPSWAT AppRemover driver (ardrv.sys) exploiting CVE-2026-36425 to gain SYSTEM privileges and terminate security processes including Microsoft Defender, Huorong Internet Security, and Tencent PC Manager
  • Evasion Techniques: Includes timing-based anti-sandbox checks that detect manipulated sleep delays, process monitoring for specific security products (Huorong's HipsTray.exe, Qihoo 360 processes), and shellcode concealed within PNG image files across multiple stages
  • Persistence and Execution: Two execution modes based on privilege level—inject mode (if already running as SYSTEM) bypasses persistence and injects shellcode into vssvc.exe, while setup mode establishes Windows service-based persistence before injection; the payload also patches AMSI and ETW functionality and sets up scheduled task persistence
  • Attribution Analysis: References to drivers previously used by Silver Fox (TrueSight, Zemana Anti-Malware SDK) and targeting of Huorong processes suggest possible connections, but Acronis maintains low-confidence attribution due to lack of shared infrastructure, code reuse, or matching certificates

Industry Insight

Security teams should prioritize monitoring for unauthorized driver loading activities and implement kernel-level attestation to detect BYOVD attacks, as traditional endpoint protection struggles to distinguish between legitimate and malicious driver operations. Organizations operating in Southeast Asian markets should enhance phishing awareness training with region-specific lure themes and implement email sandboxing to detect malicious archives before delivery. The shift toward open-source RATs like Spark RAT by threat actors indicates a democratization of advanced capabilities, suggesting defenders should focus on behavioral detection patterns rather than relying solely on known malware signatures.

TL;DR

  • Spark RAT针对柬埔寨的个人和组织的网络攻击活动,利用OPSWAT AppRemover驱动程序漏洞(CVE-2026-36425)实现权限提升并禁用安全软件
  • 攻击采用多阶段链式结构,通过钓鱼邮件分发包含Inno Setup可执行文件的压缩档案,利用DLL侧加载技术绕过检测
  • 恶意软件使用BYOVD技术加载合法但存在漏洞的"ardrv.sys"驱动程序,终止Microsoft Defender、火绒、腾讯电脑管家等安全进程
  • 攻击载荷将shellcode隐藏在PNG图片中,通过注入vssvc.exe和ctfmon.exe等系统进程执行,并采用定时反沙箱检测和进程检查规避分析环境
  • 虽然攻击手法与Silver Fox威胁组织有相似之处,但缺乏基础设施、代码复用和证书匹配等直接证据,目前被归类为低置信度的未归属攻击集群

为什么值得看

本文详细披露了针对柬埔寨地区的新型网络攻击活动,展示了攻击者如何利用BYOVD技术和合法驱动程序漏洞绕过现代端点防护,对安全从业者理解当前APT攻击手法具有重要参考价值。

技术解析

  • BYOVD攻击链:攻击者利用OPSWAT AppRemover的合法驱动程序"ardrv.sys"(存在CVE-2026-36425漏洞),通过加载该驱动实现权限提升并终止安全软件进程,包括Microsoft Defender、火绒安全(HipsTray.exe)和腾讯电脑管家
  • 多阶段载荷投递:采用Inno Setup安装程序触发DLL侧加载链,使用已签名的腾讯可执行文件作为载体,将shellcode隐藏在PNG图片中,分四个阶段逐步部署恶意载荷
  • 反检测机制:恶意软件包含基于时间的反沙箱检查,检测sleep延迟是否被缩短或操纵;同时扫描特定安全进程(如Huorong),若发现则尝试降低其权限
  • 双模式执行:根据是否以SYSTEM权限运行选择两种模式——inject模式直接注入vssvc.exe执行,setup模式先建立Windows服务持久化再执行;注入后持续监控目标进程,若终止或重启则重新注入
  • 持久化与防御绕过:通过计划任务和Windows服务建立持久化,尝试修补AMSI和ETW功能,并配置Microsoft Defender排除项,同时检查Qihoo 360相关进程

行业启示

  • BYOVD威胁持续升级:攻击者越来越倾向于滥用合法驱动程序漏洞绕过端点防护,安全团队需加强对第三方驱动程序的漏洞管理和白名单策略
  • 开源恶意软件的双刃剑效应:Spark RAT作为开源Go语言RAT被滥用,表明攻击工具民主化趋势加剧,威胁归因需更加谨慎,不能仅凭工具类型判断攻击者身份
  • 针对性钓鱼攻击的防御建议:针对特定地区(如柬埔寨)的钓鱼攻击使用政府通知、公共卫生材料等多样化诱饵,组织应加强员工安全意识培训,特别是针对特定行业的定制化钓鱼攻击

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Security 安全 Research 科学研究