AI Security AI安全 18h ago Updated 15h ago 更新于 15小时前 44

Fake Software Installers Disable Windows Update and Weaken Microsoft Defender 虚假软件安装程序禁用Windows更新并削弱Microsoft Defender

Active malware campaign uses spoofed vendor download pages to distribute malicious installers targeting Chinese-speaking users and China-based operations of multinational organizations The campaign, attributed to Chinese threat cluster Silver Fox (Yinhu), deploys malware that disables Windows Update services, weakens Microsoft Defender through exclusions, and establishes C2 communication on non-standard ports Two distinct delivery vectors were observed: wrapper installers and Windows Installer s 活跃的恶意软件活动利用伪造软件下载网站伪装可信供应商,主要针对中国境内的跨国企业运营和中文用户 攻击与Silver Fox(银狐)威胁集群相关,分发Gh0st RAT和ValleyRAT等恶意软件 恶意安装程序运行后会禁用Windows Update、削弱Microsoft Defender并建立持久化机制 攻击者使用高保真克隆网站和服务器端动态生成载荷,每次下载文件哈希值不同以绕过检测 恶意软件通过计划任务持久化,使用非标准端口建立C2通信,并具备键盘记录、剪贴板捕获等功能

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

Analysis 深度分析

TL;DR

  • Active malware campaign uses spoofed vendor download pages to distribute malicious installers targeting Chinese-speaking users and China-based operations of multinational organizations
  • The campaign, attributed to Chinese threat cluster Silver Fox (Yinhu), deploys malware that disables Windows Update services, weakens Microsoft Defender through exclusions, and establishes C2 communication on non-standard ports
  • Two distinct delivery vectors were observed: wrapper installers and Windows Installer service (msiexec.exe) exploitation, both using randomized executable names to evade detection
  • The malware creates SYSTEM-level scheduled tasks, deletes volume shadow copies, modifies DACLs to prevent removal, and uses ValleyRAT/Gh0st RAT capabilities for keystroke logging, clipboard capture, and remote access
  • This represents an evolution in Silver Fox's TTPs, combining social engineering via high-fidelity website clones with sophisticated defensive evasion techniques

Why It Matters

This campaign demonstrates the growing sophistication of Chinese threat actors in combining social engineering with advanced defensive evasion, making detection increasingly difficult for security teams. The targeting of legitimate software download ecosystems through spoofed vendor pages highlights a persistent and effective attack vector that organizations must address through user awareness and technical controls.

Technical Details

  • Infrastructure: Malicious websites hosted on .com.cn and .hl.cn domains impersonating legitimate vendors (Microsoft Edge, Baidu, Kaspersky, Razer, SteelSeries, etc.), with payloads served from gehie246[.]com using server-side generated archives with changing hashes
  • Execution chain: ZIP archive containing wrapper installer (randomized names like "a_instapp83353001.exe") or msiexec.exe-based delivery, both launching first-stage payloads that establish persistence through scheduled tasks
  • Defensive evasion: SYSTEM-level scheduled task configures Microsoft Defender exclusions via PowerShell, deletes volume shadow copies, modifies DACLs using icacls to prevent directory removal, and disables Windows Update services (wuauserv, UsoSvc, uhssvc, WaaSMedicSvc) while renaming DLLs and clearing SoftwareDistribution cache
  • C2 communication: Application-layer protocols on non-standard ports (5090, 7031, 7088-7090, 8050, 28290, 28300) using domains iualef[.]net and oijfwe[.]net
  • Malware capabilities: ValleyRAT/Gh0st RAT features include system information collection, screenshots, log wiping, C2 updates, modular DLL/shellcode downloads, keystroke and clipboard capture, and anti-analysis window scanning

Industry Insight

  • Security teams should implement application whitelisting and monitor for suspicious scheduled task creation, particularly those running as SYSTEM with PowerShell or icacls arguments, as these are strong indicators of this campaign's persistence mechanisms
  • Organizations should enforce strict download policies requiring verification of software sources through official vendor channels, and implement network segmentation to limit C2 communication on non-standard ports
  • The convergence of Silver Fox and GoldenEyeDog/CuboidalCanine using ValleyRAT suggests shared tooling ecosystems among Chinese threat groups, indicating potential for coordinated TTP evolution and the need for threat intelligence sharing across sectors

TL;DR

  • 活跃的恶意软件活动利用伪造软件下载网站伪装可信供应商,主要针对中国境内的跨国企业运营和中文用户
  • 攻击与Silver Fox(银狐)威胁集群相关,分发Gh0st RAT和ValleyRAT等恶意软件
  • 恶意安装程序运行后会禁用Windows Update、削弱Microsoft Defender并建立持久化机制
  • 攻击者使用高保真克隆网站和服务器端动态生成载荷,每次下载文件哈希值不同以绕过检测
  • 恶意软件通过计划任务持久化,使用非标准端口建立C2通信,并具备键盘记录、剪贴板捕获等功能

为什么值得看

这篇文章揭示了针对中文用户的复杂网络攻击活动,展示了攻击者如何利用社会工程学和技术手段绕过安全控制。对于关注网络安全、恶意软件分析和威胁情报的从业者来说,了解这些攻击手法有助于加强防御策略。

技术解析

攻击基础设施方面,恶意网站托管在.com.cn和.hl.cn域名下,高保真克隆微软Edge、百度网盘、卡巴斯基等知名软件官网,从"gehie246.com"分发ZIP压缩包,使用中文诱饵内容触发下载。

载荷生成采用服务器端动态生成技术,保持文件名相同但每次下载哈希值不同,有效绕过基于哈希的安全检测机制。安装程序采用包装器链模式,如"a_instapp83353001.exe",或通过msiexec.exe调用随机可执行文件。

持久化机制通过模仿常规IT或生产力任务的计划任务实现,创建SYSTEM权限的短期计划任务配置Microsoft Defender排除项、删除卷影副本、使用icacls修改DACL防止目录被标准用户删除。

系统篡改方面,恶意软件停止并禁用Windows Update服务(wuauserv、UsoSvc、uhssvc、WaaSMedicSvc),重命名更新DLL,删除SoftwareDistribution缓存,同时通过非标准端口(5090、7031、7032、7088-7090、8050、28290、28300)建立C2通信。

DLL旁加载技术方面,Kaspersky发现的QN Wallpaper恶意安装程序利用DLL旁加载使恶意代码在签名进程下运行,ValleyRAT具备系统信息收集、重启/关机、屏幕截图、日志擦除、C2地址更新、下载额外DLL或shellcode模块、发送键盘记录和剪贴板数据等功能。

行业启示

供应链攻击与社会工程学结合的趋势日益明显,攻击者通过伪造知名软件官网分发恶意软件,利用用户信任进行初始访问,这种"水坑攻击"模式需要企业和用户提高警惕,加强软件来源验证。

防御绕过技术持续演进,攻击者采用动态载荷生成、禁用安全服务、修改访问控制列表等技术,表明APT组织在不断改进绕过检测的能力,安全团队需要更新检测规则并采用行为分析等深度防御策略。

威胁情报共享至关重要,Silver Fox、GoldenEyeDog等威胁集群的活动跨越多个组织和行业,通过情报共享可以更快识别和应对类似攻击,建议加强行业间的威胁信息共享机制。

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

Security 安全 Malware Malware Microsoft Microsoft