AI Security AI安全 4h ago Updated 1h ago 更新于 1小时前 42

DOUBLECUP Uses ClickFix and Cached PNGs to Deliver CountLoader and DeviceManager RAT DOUBLECUP利用ClickFix和缓存PNG图片投递CountLoader和DeviceManager RAT

DOUBLECUP is a Russian loader-as-a-service (LaaS) active since early June 2026 that uses ClickFix lures to stage steganographic PNG images in browser caches for malware delivery The attack chain employs a two-stage process: first dropping a hidden-content PNG into the browser cache, then decrypting the final payload in memory using a custom SHA-256 stream cipher in CTR mode with the victim's public IP as the cryptographic key Payloads include CountLoader (Windows/macOS) with cryptocurrency walle 俄罗斯LaaS DOUBLECUP利用ClickFix诱饵将恶意PNG隐写至浏览器缓存,实现免杀载荷投递 采用自定义SHA-256流密码+受害者公网IP密钥的内存解密技术,实现环境绑定反沙箱 交付CountLoader(Win/macOS双平台)和新型DeviceManager RAT,支持加密货币钱包审计与Signal检测 攻击基础设施伪装成NetSuite/HubSpot等CRM登录页,通过iframe嵌入ClickFix指令链 攻击者通过Telegram机器人管理许可证分发,Go语言GUI客户端支持可视化配置构建

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

Analysis 深度分析

TL;DR

  • DOUBLECUP is a Russian loader-as-a-service (LaaS) active since early June 2026 that uses ClickFix lures to stage steganographic PNG images in browser caches for malware delivery
  • The attack chain employs a two-stage process: first dropping a hidden-content PNG into the browser cache, then decrypting the final payload in memory using a custom SHA-256 stream cipher in CTR mode with the victim's public IP as the cryptographic key
  • Payloads include CountLoader (Windows/macOS) with cryptocurrency wallet auditing and Signal detection capabilities, and DeviceManager, a previously undocumented Python-based RAT using EtherHiding for C2 resolution via HTTP or DNS tunneling
  • The service provides operators with a Go-based GUI client, license management, a Payload Builder Pane, and a Telegram bot (@harrypoterlohBOT) for campaign coordination
  • Campaigns impersonate legitimate CRM platforms (NetSuite, Odoo, HubSpot, Salesforce) via fake login pages with embedded iframes to deliver the initial ClickFix decoy

Why It Matters

This represents a significant evolution in LaaS-based attack operations, combining social engineering (ClickFix), steganography, and environmental keying into a sophisticated, operator-friendly delivery pipeline. The use of a victim's public IP address as a cryptographic key for payload decryption is a notable anti-analysis technique that complicates sandboxed malware analysis and threat intelligence gathering. For security practitioners, this highlights the growing convergence of browser-based attack vectors with advanced obfuscation methods in commercial malware ecosystems.

Technical Details

  • ClickFix + Steganography Delivery: The first stage drops a steganographic PNG into the browser cache, then retrieves hidden content (JavaScript, VBScript, or PowerShell) to execute the second stage. Operators inject frontend code that fetches /api/config, prefetches the image, registers a session, and uses browser-specific commands copied to the victim's clipboard.
  • Environmental Keying: The second stage decrypts the final payload in memory using a custom SHA-256 stream cipher in Counter (CTR) mode, with the victim's public IPv4 address passed through a key derivation function as the cryptographic seed. Decryption fails on any machine other than the intended target.
  • CountLoader Capabilities: Windows and macOS variants establish persistence via scheduled tasks, audit browser extensions for cryptocurrency wallets, detect Signal desktop installation, scan for browser .LNK shortcuts (dead code), connect to C2 for system metadata exfiltration, execute secondary payloads (EXE, DLL, MSI, HTA), and clean up forensic evidence.
  • DeviceManager RAT: A modular Python-based RAT utilizing EtherHiding to resolve C2 infrastructure via blockchain dead drop resolution, communicating over HTTP or DNS tunneling.
  • Operator Infrastructure: Go-based Windows GUI client with Broadcast Pane and Payload Builder Pane; license system with unique keys tracking client IP, active days, label, and version; Telegram bot for command delivery and callback tracking; open directory leak at 213.139.77[.]109:9090:9090 exposed testing files.

Industry Insight

  • The DOUBLECUP infrastructure demonstrates how LaaS platforms are lowering the barrier to sophisticated multi-stage attacks, enabling less technical threat actors to deploy advanced anti-analysis techniques like environmental keying and steganographic caching. Security teams should prioritize monitoring for anomalous browser cache activity and unusual PNG file sizes in enterprise environments.
  • The integration of ClickFix abuse with CRM impersonation sites suggests a targeted focus on business users with access to sensitive platforms. Organizations should enforce strict browser security policies, implement application whitelisting, and educate users about ClickFix-style social engineering lures, particularly those referencing popular SaaS tools.
  • The use of blockchain-based dead drop resolvers (EtherHiding) by DeviceManager reflects an emerging trend of leveraging decentralized infrastructure for C2 resilience. Threat intelligence programs should expand monitoring to include blockchain transaction patterns and DNS tunneling indicators as part of comprehensive C2 detection strategies.

TL;DR

  • 俄罗斯LaaS DOUBLECUP利用ClickFix诱饵将恶意PNG隐写至浏览器缓存,实现免杀载荷投递
  • 采用自定义SHA-256流密码+受害者公网IP密钥的内存解密技术,实现环境绑定反沙箱
  • 交付CountLoader(Win/macOS双平台)和新型DeviceManager RAT,支持加密货币钱包审计与Signal检测
  • 攻击基础设施伪装成NetSuite/HubSpot等CRM登录页,通过iframe嵌入ClickFix指令链
  • 攻击者通过Telegram机器人管理许可证分发,Go语言GUI客户端支持可视化配置构建

为什么值得看

本文揭示了LaaS模式向浏览器缓存隐写技术的演进,为安全从业者提供了对抗ClickFix类攻击的防御框架参考。其环境密钥绑定机制展示了恶意软件反分析技术的新趋势,对威胁情报构建和端点检测策略具有直接指导价值。

技术解析

  • 攻击链架构:ClickFix诱饵→PNG隐写缓存→内存解密执行→C2通信,全程利用浏览器原生功能规避检测
  • 加密机制:第二阶段载荷使用CTR模式SHA-256流密码,以受害者公网IPv4为密钥种子进行环境绑定解密
  • 恶意软件能力:CountLoader支持计划任务持久化、浏览器快捷方式劫持、加密货币钱包扫描;DeviceManager采用EtherHiding技术进行C2域名解析
  • 客户端工具:Go语言Windows GUI提供许可证管理、Payload构建、广播面板等功能,支持多浏览器配置生成
  • C2通信:HTTP/DNS隧道双通道,Telegram机器人(@harrypoterlohBOT)负责密钥分发和回调管理

行业启示

  • LaaS民主化趋势:可视化工具降低攻击门槛,需重点关注Go/Python编写的恶意软件客户端生态
  • 浏览器攻击面扩展:ClickFix结合隐写术的缓存利用模式,要求EDR方案增强浏览器行为监控能力
  • 反分析技术升级:环境密钥绑定成为新标配,威胁情报需建立基于网络特征的动态检测模型

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

Security 安全 Research 科学研究