ValleyRAT via Fake Huorong AV Site — Silver Fox APT DLL Sideloading, Winos4.0 Framework, Encrypted Shellcode Persistence
ValleyRAT via Fake Huorong AV Site (TL-2026-0138), also tracked as ValleyRAT Campaign, is a high-severity malware campaign, first published 2026-02-24. It is attributed to Silver Fox APT (China) with high confidence, affects Microsoft Windows, maps to 25 MITRE ATT&CK techniques (T1005, T1027, T1033), and is covered by 9 detection rules and 24 indicators of compromise.
Key facts for TL-2026-0138
- Threat ID
- TL-2026-0138
- Also known as
- ValleyRAT Campaign, Winos4.0 Huorong Lure, Silver Fox Huorong Campaign
- Severity
- HIGH
- Status
- MONITORING
- Category
- MALWARE
- First published
- 2026-02-24
- Last reviewed
- 2026-02-24
- Attribution
- Silver Fox APT
- Attribution confidence
- HIGH
- Nation-state nexus
- China
- Motivation
- ESPIONAGE
- Target sectors
- consumer, technology, government, defense
- Target regions
- China, East Asia
- Detection rules
- 9
- Indicators of compromise
- 24
Malware and tooling in ValleyRAT via Fake Huorong AV Site
Malware and tooling: ValleyRAT, Winos4.0
Malwarebytes identified a campaign by Silver Fox APT distributing ValleyRAT (Winos4.0 framework) via a typosquatted Huorong Security antivirus website (huoronga[.]com). The trojanized NSIS installer uses DLL sideloading (WavesSvc64.exe loading malicious DuiLib_u.dll) to execute encrypted shellcode from box.ini in memory. Persistence via Windows Defender exclusions and scheduled tasks. Full-featured RAT with keylogging, process injection, credential theft, and modular plugin architecture. C2 at 161.248.87.250:443 using custom binary protocol. ProcessKiller module targets security software including the impersonated Huorong product.
How ValleyRAT via Fake Huorong AV Site works
Malwarebytes Threat Intelligence identified a sophisticated campaign by Silver Fox APT, a Chinese-speaking threat group, distributing ValleyRAT through a convincing impersonation of Huorong Security (火绒), a popular free antivirus product developed by Beijing Huorong Network Technology Co., Ltd. widely used across mainland China.
The attackers registered multiple typosquatted domains including huoronga[.]com (extra 'a'), huorongcn[.]com, huorongh[.]com, huorongpc[.]com, and huorongs[.]com as near-perfect imitations of the legitimate huorong.cn. The fake sites are convincing enough that most visitors would have no reason to suspect compromise. Visitors arriving via search engine poisoning or phishing links click the download button, which routes through an intermediary domain (hndqiuebgibuiwqdhr[.]cyou) before the payload is served from Cloudflare R2 storage (pub-b7ce0512b9744e2db68f993e355a03f9.r2[.]dev) — a legitimate cloud service chosen for trusted reputation. The file is named BR火绒445.zip, using the Chinese name for Huorong.
The ZIP contains a trojanized NSIS installer (Nullsoft Scriptable Install System). When executed, it drops a desktop shortcut named 火绒.lnk (Huorong.lnk) reinforcing the security software illusion. It extracts a cluster of files into the user's Temp directory including genuine supporting libraries (FFmpeg multimedia DLLs, a file posing as a .NET repair tool, a Huorong diagnostic utility mimic) alongside the malicious components: WavesSvc64.exe (main loader disguised as Waves audio service process), DuiLib_u.dll (hijacked DirectUI library for DLL sideloading), and box.ini (encrypted shellcode).
The core technique is DLL sideloading. WavesSvc64.exe appears legitimate with a PDB path referencing a gaming application code directory, so Windows loads it without complaint. Windows automatically loads DuiLib_u.dll alongside it, which reads encrypted shellcode from box.ini, decrypts it, and executes it directly in memory. This shellcode-based chain is consistent with the Catena loader pattern documented by Rapid7, where signed or legitimate-looking executables bundle attack code in .ini configuration files and use reflective injection with minimal forensic footprint.
Persistence is methodical: (1) The malware spawns PowerShell at high integrity level and instructs Windows Defender to ignore its persistence directory (AppData\Roaming rvePath) and main process (WavesSvc64.exe) via Add-MpPreference exclusions. (2) It creates a scheduled task named Batteries (C:\Windows\Tasks\Batteries.job) that launches WavesSvc64.exe /run from the persistence directory on every boot, reapplies Defender exclusions, and reconnects to C2. (3) For signature evasion, the malware deletes and re-writes WavesSvc64.exe, DuiLib_u.dll, libexpat.dll, box.ini, and vcruntime140.dll during execution. (4) Configuration data including the encoded C2 domain yandibaiji0203[.]com is stored in registry at HKCU\SOFTWARE\IpDates_info, with secondary encrypted binary data at HKCU\Console\0\451b464b7a6c2ced348c1866b59c362e.
Anti-analysis defenses include debugger detection via window title checks, VM detection probing BIOS version, display adapters, and VirtualBox registry keys, memory and disk capacity checks, and locale/language verification as geofencing to confirm Chinese-language systems before full deployment.
The Winos4.0 stager connects to C2 at 161.248.87.250 over TCP port 443 using a custom binary protocol (not standard TLS/HTTPS). IDS alerts triggered for Winos4.0 CnC login, server-response messages (ET SIDs 2052875, 2059975), and ProcessKiller C2 initialization (ET SID 2052262). C2 traffic originates from rundll32.exe executed without typical DLL,Export arguments — a high-confidence anomaly.
Sandbox analysis extracted multiple WinosStager plugin DLLs from the rundll32 process, confirming the modular architecture. Capabilities are downloaded on demand rather than bundled in a monolithic binary. Confirmed behaviors include: keylogging via system-wide keyboard hook (SetWindowsHookExW in rundll32), process injection (suspended process creation + memory writes), credential access (registry keys + browser cookie files), system reconnaissance (hostname, username, keyboard layout, locale, processes, physical drives), RWX memory regions in rundll32 for in-memory execution, and self-cleanup deleting 10+ files to obstruct forensic recovery.
The ProcessKiller component is particularly concerning — it targets security software from Qihoo 360, Huorong, Tencent, and Kingsoft. The irony is stark: the malware impersonates Huorong as a lure while having a module specifically designed to kill Huorong's actual security processes.
The ValleyRAT builder was publicly leaked on GitHub in March 2025, lowering the barrier to entry. Researchers identified approximately 6,000 related samples between November 2024 and November 2025, with 85% appearing in the latter half. Previous Silver Fox lures included QQ Browser, LetsVPN, and gaming applications. The mutex string '2026. 2. 5' indicates this specific build was compiled around February 5, 2026.
MITRE ATT&CK techniques used in TL-2026-0138
collection
T1005 Data from Local System; T1056.001 Keylogging
defense-evasion
T1027 Obfuscated Files or Information; T1036.005 Match Legitimate Resource Name or Location; T1055 Process Injection; T1070.004 File Deletion; T1140 Deobfuscate/Decode Files or Information; T1218.011 Rundll32; T1497.001 System Checks
discovery
T1033 System Owner/User Discovery; T1057 Process Discovery; T1082 System Information Discovery
execution
T1053.005 Scheduled Task; T1059.001 PowerShell; T1204.002 Malicious File; T1569.002 Service Execution
command-and-control
T1071 Application Layer Protocol; T1105 Ingress Tool Transfer; T1571 Non-Standard Port
defense-impairment
T1112 Modify Registry; T1685 Disable or Modify Tools
initial-access
impact
credential-access
T1555 Credentials from Password Stores
stealth
Affected products and versions in ValleyRAT via Fake Huorong AV Site
- Microsoft — Windows
Vulnerable versions: Windows 10, Windows 11 (Chinese-language systems primarily targeted)
Fixed in: No patch — remove malware and block C2 - Beijing Huorong Network Technology — Huorong Security (火绒)
Vulnerable versions: Brand impersonated — legitimate product not vulnerable
Fixed in: Download only from official huorong.cn
Remediation for ValleyRAT via Fake Huorong AV Site
Immediate actions
- Block C2 IP 161.248.87.250 at perimeter firewall
- Block domains: huoronga[.]com, huorongcn[.]com, huorongh[.]com, huorongpc[.]com, huorongs[.]com, hndqiuebgibuiwqdhr[.]cyou, yandibaiji0203[.]com
- Search for scheduled task named Batteries (C:\Windows\Tasks\Batteries.job)
- Check for persistence directory %APPDATA%\trvePath\
- Audit Windows Defender exclusions — any Add-MpPreference not initiated by admin is IOC
- Search for registry keys HKCU\SOFTWARE\IpDates_info and HKCU\Console\0\451b464b7a6c2ced348c1866b59c362e
- Hunt for rundll32.exe running without DLL,Export arguments
- Search for WavesSvc64.exe outside Waves Audio installation directories
Workarounds
- Only download Huorong Security from official huorong.cn domain
- Block Cloudflare R2 storage URLs associated with payload delivery
- Monitor scheduled task creation for unusual names (Batteries)
Longer-term hardening
- Deploy IDS rules for Winos4.0 C2 signatures (ET SIDs 2052875, 2059975, 2052262)
- Monitor for DLL sideloading patterns — legitimate EXE loading unsigned DLL from temp/appdata
- Implement application whitelisting to prevent execution from temp directories
- Monitor PowerShell Add-MpPreference commands for unauthorized Defender exclusions
- Train users to verify software download domains — huorong.cn is legitimate, all others are malicious
- Deploy EDR with behavioral detection for in-memory shellcode execution
Weaknesses (CWE) in ValleyRAT via Fake Huorong AV Site
CWE-426, CWE-494
Timeline of ValleyRAT via Fake Huorong AV Site
- ValleyRAT builder publicly leaked on GitHub, lowering barrier to entry. ~6,000 related samples identified Nov 2024-Nov 2025 (85% in latter half).
- ValleyRAT build compiled — mutex string '2026. 2. 5' indicates build date of this specific campaign variant.
- Multiple typosquatted Huorong domains registered: huoronga[.]com, huorongcn[.]com, huorongh[.]com, huorongpc[.]com, huorongs[.]com. Fake sites deployed.
- Campaign active — trojanized NSIS installer (BR火绒445.zip) served via Cloudflare R2 storage through intermediary domain hndqiuebgibuiwqdhr[.]cyou.
- Malwarebytes Threat Intelligence publishes analysis of fake Huorong campaign. Full kill chain documented with IOCs. Source: https://www.malwarebytes.com/blog/scams/2026/02/huorong
- Threadlinqs Intelligence Platform publishes TL-2026-0138 with full MITRE mapping, detections, and simulations.
- As of 2026-05-29, Silver Fox APT and the ValleyRAT/Winos4.0 framework remain fully active — fresh 2026 campaigns include tax-themed phishing on India/Russia, a fake Telegram language-pack dropper (MalwareBazaar Apr 8), and new AtlasCross RAT, with no takedown reported. The specific fake-Huorong lure infrastructure (C2 161.248.87.250, huoronga[.]com) has seen no fresh reporting since Malwarebytes' Feb 23 disclosure, so this campaign wave is downgraded to MONITORING while IOCs stay valid.
Sources cited for ValleyRAT via Fake Huorong AV Site
- Malwarebytes: Fake Huorong security site infects users with ValleyRAT
- MITRE ATT&CK — DLL Side-Loading T1574.002
- MITRE ATT&CK — Scheduled Task T1053.005
- Rapid7 — Catena Loader Pattern Analysis
- Emerging Threats — Winos4.0 CnC Signatures (ET SID 2052875, 2059975, 2052262)
- Huorong Security — Official Website (legitimate)
- Malwarebytes — ValleyRAT/Winos4.0 Framework Documentation
- Cloudflare R2 — Legitimate Cloud Storage Abused for Payload Delivery
Threats related to ValleyRAT via Fake Huorong AV Site
Detection coverage for TL-2026-0138
As of 2026-02-24, Threadlinqs Intelligence publishes 9 detection rule(s) for TL-2026-0138 across Splunk SPL, Microsoft KQL and Sigma, covering 24 indicator(s) of compromise. The whole corpus is readable without an account; a free account unlocks full detection query text in Splunk SPL, Microsoft KQL and Sigma; paid tiers add raw indicator values, correlation and the MCP server. Threadlinqs MCP server · View plans.