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

19 Chrome and Edge Extensions Found With Wallet-Stealing and Crypto-Draining Code 发现19个Chrome和Edge扩展含钱包窃取和加密货币盗取代码

A coordinated threat campaign dubbed "Superior" has been identified, involving 18 Chrome and 1 Microsoft Edge extensions containing wallet-stealing and cryptocurrency-draining malware, active since February 2024. The threat actor employs a two-stage publish strategy: releasing clean, functional versions to build user trust and install base, then pushing malicious updates that connect to command-and-control (C2) servers. The most impactful extension, "Enable Right Click & Copy — Smart Unlock + OC 安全研究人员发现19个Chrome和Edge扩展程序(18个Chrome,1个Edge)包含窃取钱包密钥和加密货币的代码,该活动被命名为"Superior",可能自2024年2月以来一直在运行 攻击者采用"先发布干净版本获取用户,再推送恶意更新"的策略,其中14个扩展是攻击者创建的,5个是从前所有者购买的合法扩展 受影响最严重的扩展"Enable Right Click & Copy — Smart Unlock + OCR"在Chrome和Edge浏览器上共有80,000个安装用户 恶意扩展具备16种功能模块,包括多链钱包窃取器、硬件钱包种子短语收集器、加密货币交易所账户收集器、通用凭据抓取

65
Hot 热度
65
Quality 质量
55
Impact 影响力

Analysis 深度分析

TL;DR

  • A coordinated threat campaign dubbed "Superior" has been identified, involving 18 Chrome and 1 Microsoft Edge extensions containing wallet-stealing and cryptocurrency-draining malware, active since February 2024.
  • The threat actor employs a two-stage publish strategy: releasing clean, functional versions to build user trust and install base, then pushing malicious updates that connect to command-and-control (C2) servers.
  • The most impactful extension, "Enable Right Click & Copy — Smart Unlock + OCR," has an install base of approximately 80,000 users across Chrome and Edge browsers.
  • The malware framework strips Content Security Policy (CSP) headers and injects 16 distinct malicious modules, including multi-chain wallet drainers, seed-phrase harvesters, credential grabbers, and ClickFix-style social engineering lures.
  • A key operational technique involves C2 endpoint rotation and dynamically assigned per-victim exfiltration channels, making detection and takedown significantly more difficult.

Why It Matters

This campaign highlights a sophisticated supply-chain-style attack vector targeting the browser extension ecosystem, demonstrating how threat actors can exploit auto-update mechanisms to silently compromise tens of thousands of users. For AI and security practitioners, it underscores the critical importance of monitoring extension behavior, validating code integrity, and understanding how malicious actors leverage legitimate platforms for large-scale credential and cryptocurrency theft.

Technical Details

  • Campaign Structure: The "Superior" campaign consists of 19 extensions (18 Chrome, 1 Edge), with 14 created from scratch by the threat actor and 5 acquired from previous legitimate owners. The attack has been ongoing since at least February 2024.
  • C2 Communication: Each extension establishes a persistent WebSocket connection to a command-and-control server. The framework supports dynamic rotation of C2 endpoints and per-victim exfiltration channels, both dynamically assigned via C2 instructions.
  • Malicious Modules (16 identified): Multi-chain wallet drainer, hardware-wallet seed-phrase harvester, cryptocurrency exchange and wallet account harvester, universal credential/form grabber, Facebook and LinkedIn account stealers, browser history stealer, and ClickFix-style lure.
  • CSP Bypass & Code Injection: The malware strips Content Security Policy headers from every page and injects JavaScript code modules on targeted websites using content scripts, enabling arbitrary code execution.
  • ClickFix Social Engineering: One module injects a fake web browser update notification and provides OS-specific instructions to trick users into copying and pasting malicious commands into their terminal.
  • Fake Website Infrastructure: The threat actor created deceptive websites masquerading as legitimate services, productivity tools, VPNs, and cryptocurrency utilities to drive users toward malicious Chrome Web Store listings.

Industry Insight

  • Browser extension marketplaces require enhanced code-signing verification and anomaly detection on updates, particularly when a previously clean extension suddenly changes behavior or communication patterns.
  • Security teams and individual users should audit installed extensions regularly, revoke access for any that request excessive permissions, and consider disabling auto-update for non-critical extensions to prevent silent malicious payload delivery.
  • The two-year operational longevity of this campaign indicates a well-resourced and technically capable threat actor; this should prompt the security community to treat browser extension supply-chain attacks as a persistent and evolving threat category requiring proactive monitoring and threat intelligence sharing.

TL;DR

  • 安全研究人员发现19个Chrome和Edge扩展程序(18个Chrome,1个Edge)包含窃取钱包密钥和加密货币的代码,该活动被命名为"Superior",可能自2024年2月以来一直在运行
  • 攻击者采用"先发布干净版本获取用户,再推送恶意更新"的策略,其中14个扩展是攻击者创建的,5个是从前所有者购买的合法扩展
  • 受影响最严重的扩展"Enable Right Click & Copy — Smart Unlock + OCR"在Chrome和Edge浏览器上共有80,000个安装用户
  • 恶意扩展具备16种功能模块,包括多链钱包窃取器、硬件钱包种子短语收集器、加密货币交易所账户收集器、通用凭据抓取器、社交媒体账户窃取器、浏览器历史记录窃取器以及ClickFix风格诱饵
  • 扩展程序通过持久WebSocket连接与C2服务器通信,支持C2端点轮换和动态数据外泄端点,以降低检测风险

为什么值得看

这篇文章揭示了浏览器扩展供应链攻击的最新趋势,攻击者通过获取合法扩展控制权并利用自动更新机制大规模分发恶意代码,对加密货币用户和企业安全构成严重威胁。对于AI从业者而言,这提醒我们在开发浏览器扩展或Web应用时需要高度重视供应链安全和代码更新机制的安全性。

技术解析

  • 攻击模式:威胁行为者采用"干净版本获取用户→恶意更新推送"的策略,通过购买或创建合法扩展,在积累足够用户后发布包含恶意功能的更新版本,利用Chrome默认自动更新设置最大化影响范围
  • C2通信架构:每个扩展都支持与命令控制(C2)服务器建立持久WebSocket连接,加载框架支持基于C2指令轮换C2端点,数据外泄端点也是动态接收的,实现按受害者分组的专用基础设施
  • 恶意功能模块:共识别出16种恶意模块,包括多链钱包窃取器、硬件钱包种子短语收集器、加密货币交易所和钱包账户收集器、通用凭据/表单抓取器、Facebook和LinkedIn账户窃取器、浏览器历史记录窃取器以及ClickFix风格诱饵
  • ClickFix技术:该模块注入假浏览器更新界面,使用操作系统特定指令诱导用户复制粘贴恶意命令,是一种社会工程学攻击技术
  • CSP绕过:恶意代码会剥离每个页面的内容安全策略(CSP)头,并通过内容脚本在被攻击网站上注入JavaScript代码模块

行业启示

  • 供应链安全警示:浏览器扩展市场成为攻击者的重要目标,建议企业建立严格的扩展审批流程,定期审计已安装的扩展,并限制自动更新权限
  • 加密货币安全加固:针对加密货币用户的攻击持续升级,建议用户仅从官方渠道安装扩展,定期检查扩展权限,使用硬件钱包存储大额资产
  • 安全监测建议:组织应监控扩展的异常网络行为,特别是持久WebSocket连接和与已知恶意域名的通信,建立扩展变更的告警机制

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

Security 安全 Research 科学研究