AI Security AI安全 7h ago Updated 2h ago 更新于 2小时前 39

Four REVSTEALER-Linked Modules Disable Windows Update and Defender to Run a Crypto Miner 四个与REVSTEALER相关的模块禁用Windows更新和Defender以运行加密货币矿工

Elastic Security Labs documented four previously unreported modules (ProManager, WinUpdate, SoftManager, LockAppHost) linked to REVSTEALER, a Windows information stealer, that persist on infected machines after the core stealer deletes itself LockAppHost disables Windows Update and Microsoft Defender, then runs a cryptocurrency miner with administrator rights by abusing the Windows CMSTP tool for privilege escalation ProManager overlays attacker-controlled content on Electron-based cryptocurrenc Elastic Security Labs 披露了与 REVSTEALER 信息窃取器关联的四个新模块(ProManager、WinUpdate、SoftManager、LockAppHost),这些模块在窃取器自我删除后仍驻留用户配置文件 LockAppHost 模块通过滥用 Windows CMSTP 工具获取管理员权限,禁用 Windows Update 和 Microsoft Defender 后运行加密货币矿工,且防御削弱更改会持续保留 REVSTEALER 采用多项反分析技术:10项沙箱检测、间接系统调用绕过安全产品钩子、通过 Polygon 智能合约存储备用 C2 地址(Ethe

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

Analysis 深度分析

TL;DR

  • Elastic Security Labs documented four previously unreported modules (ProManager, WinUpdate, SoftManager, LockAppHost) linked to REVSTEALER, a Windows information stealer, that persist on infected machines after the core stealer deletes itself
  • LockAppHost disables Windows Update and Microsoft Defender, then runs a cryptocurrency miner with administrator rights by abusing the Windows CMSTP tool for privilege escalation
  • ProManager overlays attacker-controlled content on Electron-based cryptocurrency wallet windows and logs passwords typed or pasted into identified fields
  • REVSTEALER employs advanced evasion techniques including sandbox detection, indirect system calls, Polygon blockchain backup configuration (EtherHiding), and debugger-based Chrome credential extraction
  • Distribution occurs primarily through hijacked YouTube channels promoting game cheats via AI-generated videos, and through pirated software impersonations like a fake "Claude Opus 5 Free Desktop" application

Why It Matters

This research highlights the evolving sophistication of commercial infostealers that now operate as modular "activity sets" rather than monolithic malware, making detection and remediation significantly more challenging. The use of blockchain-based command-and-control infrastructure and the targeting of cryptocurrency users through AI-generated social engineering content represent emerging threat patterns that security teams must adapt to.

Technical Details

  • Modular Architecture: Four separate executables (ProManager, WinUpdate, SoftManager, LockAppHost) install into user profiles and persist independently after the core REVSTEALER stealer self-deletes, each using different persistence mechanisms including Registry Run keys, scheduled tasks, and logon scripts
  • Privilege Escalation & Defense Evasion: LockAppHost abuses the Windows CMSTP tool to gain administrator rights, then disables 5 Windows Update services, 11 scheduled update tasks, 2 malware removal tasks, and adds Microsoft Defender exclusions for common folders and file types, hiding the miner within legitimate Windows processes
  • Advanced Evasion Techniques: REVSTEALER scores machines against 10 sandbox checks, terminates on systems with Russian/Central Asian languages, resolves functions without import tables, calls the kernel via indirect system calls to bypass security hooks, and uses a six-character verification code gate before execution
  • Cryptocurrency Targeting: ProManager steals wallet files and browser extensions, overlays fake content on Electron-based wallet applications, and logs credentials; WinUpdate monitors the clipboard to replace copied cryptocurrency addresses with attacker-controlled ones and collects wallet recovery phrases
  • Blockchain C2 Infrastructure: Uses Polygon smart contracts for backup command-and-control addresses (EtherHiding technique), providing takedown-resistant communication channels when primary servers are unreachable

Industry Insight

Security teams should prioritize monitoring for the specific persistence mechanisms employed by these modules, particularly Registry Run keys, scheduled tasks, and logon scripts in user profiles, as these represent the primary survival vector after initial compromise. The convergence of AI-generated social engineering content with cryptocurrency targeting represents an escalating threat that requires both technical controls and user awareness programs focused on verifying software sources and recognizing AI-generated promotional content. Organizations should implement detection rules for the CMSTP abuse technique and monitor for unexpected Windows Update and Defender service modifications, as these are strong indicators of LockAppHost activity.

TL;DR

  • Elastic Security Labs 披露了与 REVSTEALER 信息窃取器关联的四个新模块(ProManager、WinUpdate、SoftManager、LockAppHost),这些模块在窃取器自我删除后仍驻留用户配置文件
  • LockAppHost 模块通过滥用 Windows CMSTP 工具获取管理员权限,禁用 Windows Update 和 Microsoft Defender 后运行加密货币矿工,且防御削弱更改会持续保留
  • REVSTEALER 采用多项反分析技术:10项沙箱检测、间接系统调用绕过安全产品钩子、通过 Polygon 智能合约存储备用 C2 地址(EtherHiding 技术)
  • 攻击者主要通过被劫持的 YouTube 频道推广游戏外挂网站进行分发,同时伪装成付费 AI 工具(如虚假的"Claude Opus 5 Free Desktop")传播
  • ProManager 针对 Electron 框架的桌面加密货币钱包,通过窗口覆盖技术窃取密码和助记词,WinUpdate 则监控剪贴板替换加密货币地址

为什么值得看

本文揭示了商业信息窃取器向模块化"活动套件"演进的威胁趋势,展示了攻击者如何在主恶意软件清除后通过持久化模块继续获利。对于安全从业者而言,这些技术(如 EtherHiding、CMSTP 滥用、Electron 窗口覆盖)为检测类似威胁提供了关键指标。

技术解析

  • 模块化架构:四个模块均为独立可执行文件而非插件,各自通过注册表 Run 键、计划任务或登录脚本实现持久化,共享 REVSTEALER 的打包器和运行时函数解析技术
  • LockAppHost 提权与防御绕过:利用 Windows CMSTP 工具实现无提示管理员权限获取,禁用 5 个 Windows Update 服务、11 个计划更新任务和 2 个恶意软件清除任务,并为常见文件夹和文件类型添加 Defender 排除项
  • 钱包窃取技术:ProManager 读取 Electron 钱包窗口的保存位置,以相同尺寸和位置打开攻击者控制的覆盖窗口,同时记录用户输入或粘贴的密码/助记词;WinUpdate 监控剪贴板并将复制的加密货币地址替换为攻击者地址
  • 反分析机制:REVSTEALER 检测 10 项沙箱指标、终止俄语/中亚语言系统上的运行,通过无导入表的函数解析和间接系统调用绕过安全产品钩子,运行前要求输入六字符验证码
  • 去中心化 C2:采用 EtherHiding 技术将备用命令控制服务器地址存储在 Polygon 区块链智能合约中,确保主服务器被接管后仍能恢复通信

行业启示

  • 信息窃取器正从单一功能工具演变为模块化"活动套件",主恶意软件负责初始窃取后自我清除,持久化模块继续执行挖矿、代理转发等二次获利活动,威胁检测需关注"无主恶意软件但存在可疑进程"的场景
  • 加密货币钱包用户面临双重威胁:直接窃取钱包文件和通过窗口覆盖/剪贴板替换实施实时劫持,建议用户启用硬件钱包并验证交易地址的多重确认机制
  • 攻击者滥用 AI 生成内容和被劫持的 YouTube 频道进行社会工程,同时伪装成热门 AI 工具(如 Claude)分发恶意软件,用户应严格从官方渠道下载软件,企业需加强员工对"免费付费工具"诱惑的防范意识

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

Security 安全 Research 科学研究