SilverFox Targets Japanese Manufacturer with 3-Driver BYOVD Chain and ValleyRAT
Silver Fox, a Chinese cybercrime group, employs a sophisticated multi-stage attack chain targeting Japanese industrial manufacturers using Bring Your Own Vulnerable Driver (BYOVD) techniques and DLL sideloading to deliver ValleyRAT. The campaign introduces two previously unseen vulnerable drivers—“BootRepair.sys” and “EnPortv.sys”—combined with the known “wsftprm.sys,” forming a modular three-driver BYOVD framework for enhanced resilience and evasion. The malware leverages NTDLL unhooking, proce
Analysis
TL;DR
- Silver Fox, a Chinese cybercrime group, employs a sophisticated multi-stage attack chain targeting Japanese industrial manufacturers using Bring Your Own Vulnerable Driver (BYOVD) techniques and DLL sideloading to deliver ValleyRAT.
- The campaign introduces two previously unseen vulnerable drivers—“BootRepair.sys” and “EnPortv.sys”—combined with the known “wsftprm.sys,” forming a modular three-driver BYOVD framework for enhanced resilience and evasion.
- The malware leverages NTDLL unhooking, process injection, registry-based payload storage, and a dual-watchdog recovery mechanism to maintain persistence and resist termination by security tools.
- Attack delivery begins with invoice-themed phishing via legitimate QQ and Tencent Cloud services, enabling stealthy initial access and subsequent exploitation of trusted binaries from Zeon Corporation.
- The final implant, ValleyRAT (a Gh0st RAT variant), provides full remote access capabilities, while the layered recovery design ensures that disrupting one component does not eliminate the threat.
Why It Matters
This attack exemplifies how advanced persistent threat (APT) groups are increasingly combining legitimate software abuse, kernel-level vulnerabilities, and modular recovery architectures to bypass modern endpoint defenses. For AI practitioners and security researchers, understanding these hybrid attack patterns is critical for developing more robust detection models that can identify behavioral anomalies in driver loading, API hook manipulation, and inter-component coordination rather than relying solely on static signatures.
Technical Details
- Attack Vector: Phishing email with an invoice-themed lure containing a ZIP archive downloaded from attacker-controlled Tencent Cloud infrastructure; the archive includes a downloader executable that fetches next-stage components.
- DLL Sideloading Abuse: Malicious DLL (“PDFCORE8.dll”) is loaded through legitimate executables (“ConvertToPDF.exe” or “PDFDirect.exe”) associated with Zeon Corporation, exploiting Windows’ DLL search order to execute malicious code without raising suspicion.
- Three-Driver BYOVD Framework: Embeds three vulnerable kernel-mode drivers—“BootRepair.sys”, “EnPortv.sys”, and “wsftprm.sys”—to gain ring 0 access, disable security controls, and evade detection via signature whitelisting of signed but flawed drivers.
- Defense Evasion Techniques: Uses NTDLL unhooking to remove inline hooks placed by EDR agents, process injection into svchost.exe via thread-context hijacking, and registry-based payload storage to survive reboots.
- Persistence & Recovery Mechanism: Implements a dual-watchdog system—an internal monitor within the injected payload and an external batch script scheduled as a task—that ensures automatic relaunch if either component is terminated, creating a self-healing malware architecture.
- Final Implant: Deploys ValleyRAT (Winos 4.0), a customized Gh0st RAT variant offering C2 communication, command execution, file exfiltration, and screen capture capabilities, communicating with IP address 43.128.26[.]132.
Industry Insight
Organizations must adopt a defense-in-depth strategy that includes monitoring for unusual driver loads, validating digital signatures beyond mere presence, and detecting anomalous behavior in legitimate processes like svchost.exe or ConvertToPDF.exe. Security teams should also prioritize behavioral analysis over signature-based detection, especially when dealing with modular malware exhibiting self-recovery mechanisms, as traditional sandboxing may fail to trigger all stages of such attacks. Additionally, collaboration between threat intelligence providers and cloud service platforms (e.g., Tencent Cloud) could help identify and block early-stage infrastructure used in phishing campaigns before they reach end users.
Disclaimer: The above content is generated by AI and is for reference only.