Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons

Social Media

Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons
Search the Site
Popular Searches:
technology Amazon AI
Recent Posts
New Phishing Campaign Impersonates Google, Delivers Fake Audio Message
August 12, 2026
Best Business VPN Solutions for 2026
August 12, 2026
Critical IBM SPSS Vulnerability Lets Attackers Deploy CNCMachineRMS RAT
August 12, 2026
Home/Threats/FishMonger Hackers Deploy SprySOCKS Backdoor to Windows, Adding Stealth Features
Threats

FishMonger Hackers Deploy SprySOCKS Backdoor to Windows, Adding Stealth Features

Key Takeaways The Chinese state-backed threat group FishMonger has broadened its cyberespionage toolkit by adapting its SprySOCKS backdoor for Windows systems. This new Windows variant, previously...

Sarah simpson
Sarah simpson
June 17, 2026 5 Min Read
57 0

Key Takeaways

  • The Chinese state-backed threat group FishMonger has broadened its cyberespionage toolkit by adapting its SprySOCKS backdoor for Windows systems.
  • This new Windows variant, previously exclusive to Linux, incorporates advanced stealth features, including a kernel driver to evade detection.
  • Victims identified between 2023 and 2024 include government entities in Honduras, Taiwan, Thailand, and Pakistan.
  • The backdoor provides extensive control, enabling system enumeration, file manipulation, keylogging, and remote command execution.

FishMonger Expands SprySOCKS Backdoor to Windows with Advanced Stealth

The Chinese cyberespionage collective known as FishMonger has significantly enhanced its operational reach by porting its sophisticated SprySOCKS backdoor to Windows environments. This strategic shift marks a critical escalation, as the malware, initially documented targeting Linux systems, now includes advanced stealth capabilities designed for a broader spectrum of attacks. A comprehensive analysis of this expanded threat is detailed in a recent report by security researchers.

Table Of Content

  • Key Takeaways
  • FishMonger Expands SprySOCKS Backdoor to Windows with Advanced Stealth
  • New Windows Variants Uncovered
  • Advanced Evasion Techniques of WIN_DRV and WIN_PLUS
  • Backdoor Capabilities and C2 Communication
  • What You Should Do

The threat actor, identified as FishMonger, has introduced its SprySOCKS backdoor to Windows for the first time, diverging from its previous exclusive deployment on Linux. This evolution indicates the group’s intent to expand its targeting capabilities, potentially impacting a wider global victim base. The initial emergence of SprySOCKS was noted in September 2023, when Trend Micro reported on a Linux variant actively used in espionage campaigns. At that time, the backdoor, built upon the open-source Windows remote access tool Trochilus but heavily modified, was primarily associated with attacks against governmental organizations across Asia.

New Windows Variants Uncovered

Analysts at WeLiveSecurity have identified two previously undocumented Windows iterations of SprySOCKS, internally designated as WIN_DRV and WIN_PLUS. According to a report shared with Cyber Security News (CSN), ESET’s telemetry confirms active campaigns between 2023 and 2024, with government entities in Honduras, Taiwan, Thailand, and Pakistan among the victims. Initial samples were submitted to VirusTotal in April 2024, contained within an archive named klelam00007.zip. FishMonger is believed to operate under I-SOON, a Chinese contractor, and is part of the larger Winnti Group.

Historically, the group has targeted universities in Hong Kong during the 2019 civil protests and is known for employing watering-hole attacks. Their diverse toolkit includes other sophisticated malware such as ShadowPad, Spyder, Cobalt Strike, FunnySwitch, and the BIOPASS RAT. The expansion of SprySOCKS to Windows clearly demonstrates a continued investment in their offensive capabilities.

Contents of klelam00007.zip (Source - Welivesecurity)
Contents of klelam00007.zip (Source – Welivesecurity)

Both Windows variants of SprySOCKS implement over 30 command-and-control (C2) commands, facilitating comprehensive system enumeration, file management, service control, and keylogging. ESET researchers also noted indications suggesting the potential involvement of a UEFI bootkit component in some attacks, possibly exploiting CVE-2023-24932. Such an exploit could allow the malware to persist even after a complete operating system reinstallation.

Advanced Evasion Techniques of WIN_DRV and WIN_PLUS

The WIN_DRV variant employs a kernel driver, RawWNPF, to render the backdoor virtually undetectable on compromised systems. This driver effectively conceals the malware’s network connections, running processes, files, and registry keys from standard system monitoring tools. Even diagnostic utilities like netstat.exe fail to display active backdoor connections, as the driver intercepts Windows Filtering Platform calls and purges relevant entries from the output.

To circumvent Windows security checks and load the kernel driver, the attackers leveraged a leaked code-signing certificate from the PastDSE project found on GitHub. Once activated, the driver initiates TCP traffic diversion, enabling attackers to transmit commands through any open TCP port without needing to know the specific listening port. This technique significantly complicates efforts for network defenders to trace the true destination of suspicious traffic.

Version type and number hardcoded in WIN_DRV (left) and WIN_PLUS (right) Windows SprySOCKS backdoor variants (Source - Welivesecurity)
Version type and number hardcoded in WIN_DRV (left) and WIN_PLUS (right) Windows SprySOCKS backdoor variants (Source – Welivesecurity)

The WIN_PLUS variant establishes persistence through DLL side-loading, scheduled tasks, and the manipulation of print processor registry entries. Both variants utilize 128-bit AES encryption with the hardcoded key “uXQLESMXGaRMs6BL” to decrypt their payloads, which are then injected into a legitimate svchost.exe process via process doppelganging. Chinese-language debug paths embedded within the binaries confirm the malware’s development in China, with internal strings suggesting the project commenced as early as April 2023.

Backdoor Capabilities and C2 Communication

Both SprySOCKS variants establish communication with their C2 server over TCP, UDP, and WebSocket protocols. The WIN_PLUS version includes a hardcoded C2 address, 207.148.78[.]36, which operates across all three communication channels on ports 443, 53, and 80. The backdoor also creates a Windows firewall rule to permit inbound traffic on TCP port 53781. This infrastructure overlaps with a delivery server at 207.148.75[.]122, previously observed in a June 2023 campaign.

Execution chain of the SprySOCKS WIN_DRV variant (Source - Welivesecurity)
Execution chain of the SprySOCKS WIN_DRV variant (Source – Welivesecurity)

The SprySOCKS backdoor offers a comprehensive suite of functionalities, including keylogging, clipboard data capture, file transfer capabilities, SOCKS proxy functionality, and remote shell access via cmd.exe. Keylogging is conditionally activated, requiring the presence of a specific INI file at %appdata%MicrosoftVaultlgf.dat with a key value set to 1. Captured keystrokes are then saved to lg.dat, encrypted using single-byte XOR with the key 0x44.

What You Should Do

  • Organizations should actively monitor for any indicators of FishMonger activity, as advised by ESET.
  • Ensure all public-facing servers are fully patched, as FishMonger frequently leverages N-day vulnerabilities for initial access.
  • Implement robust endpoint detection and response (EDR) solutions to detect suspicious processes, network connections, and file modifications.
  • Regularly audit scheduled tasks, print processor registry entries, and the Windows Fonts folder for unusual or unexpected files, which could indicate compromise.
  • Consider advanced threat hunting techniques to uncover hidden network connections or processes that may be obscured by kernel drivers.
  • Review and strengthen access controls, especially for administrative privileges, to limit potential lateral movement.

Indicators of Compromise (IoCs):-

Type Indicator Description
SHA1 FFC3AA7909D4E72C360D65A1F45260DFFE5C99B7 ApphostRagistreationVerifier.exe (legitimate signed executable used for DLL side-loading)
SHA256 955BFC3DCC867256F9F46A606DEB0779FA3416D8 KX1B5206BDC1743DD.dat (Win64/SprySOCKS.AEncSpryDrvdriv)
SHA256 44DC4A08C5EB0972C8E18B0E01284E06F09006BB bthcam.sys (Win64/Agent.ESBSpryDrvdriv)
SHA256 AB87B29B6F79487C75CA08D102E79001E536F083 KW1B5206BDC1743FP.dat (Win64/SprySOCKS.AEncSpryRawdriv)
SHA256 6490B8E4AADE25A3EE2DA9A47F312DB2122470BC X1B5206BDC1743DD.dat (Win64/SprySOCKS.AEnc container, WIN_DRV variant)
SHA256 E7484C24B88A1A2407A8F09D734F9A993670285B klelam00007.zip (Win64/Agent.CXZ / SprySOCKS.ABARunner.KS)
SHA256 621D1952839BE4B0A1B0E66E87BCE5062CA368ED tpsvcloc.dll (Win64/Agent.CXZ SpryLoad loader)
SHA256 2457EED2AB28E37741F10914EF929DAD2C8079D4 VSPMsg.dll (Win64/Agent.CXZ First-stage loader for WIN_PLUS variant)
SHA256 D2C706B1EAF662BF0CE124B5032F73ED84BDA24A N/A (Win64/SprySOCKS.AWin variant SpryBack)
SHA256 5F3B87CEF56683D9A9E19186E0FD0D8019B559C4 N/A (Win64/Agent.CXZ SpryLoad loader)
SHA256 C793CA31E3F6628B5C8986146953BF66232E9A30 config.dat (Win64/SprySOCKS.AEnc container, WIN_PLUS variant)
SHA256 037DB2445F3D72388CB2CF8510563148E5A184BE N/A (BAT Runner.KS for WIN_PLUS variant)
IP Address 207.148.78[.]36 C2 server (IRT-CHOO-PALLC-AP, MITRE ATT&CK)
IP Address 207.148.75[.]122 SprySOCKS delivery server, June 2023 (same /20 subnet as C2)
File Name klelam00007.zip Initial delivery archive uploaded to VirusTotal
File Name klelam00007.bat Batch script responsible for persistence setup (WIN_DRV variant)
File Name affair-build.bat Cleanup batch script executed by SprySOCKS loader
File Name tpsvcloc.dll SprySOCKS backdoor loader DLL
File Name tpsvc.dll Legitimate signed library loading tpsvcloc.dll
File Name X1B5206BDC1743DD.dat Encrypted container with SprySOCKS backdoor and next-stage files
File Name KX1B5206BDC1743DD.dat Encrypted DriverLoader kernel driver
File Name KW1B5206BDC1743FP.dat Encrypted RawWNPF kernel driver
File Name fsdiskbit.sys Dropped DriverLoader kernel driver on disk
File Name VSPMsg.dll First-stage loader DLL for WIN_PLUS variant
File Name config.dat Encrypted container for WIN_PLUS variant (spooldriverscolor)
File Name ApphostRagistreationVerifier.exe Renamed legitimate executable used in scheduled task for persistence
Registry Key HKLMSOFTWAREMicrosoftWindows NTCurrentVersionImage File Execution Optionsvds.exedebugger Persistence registry key used by WIN_DRV loader
Registry Key HKLMSYSTEMControlSet001ControlPrintEnvironmentsWindows x64Print ProcessorsVSPMsg Persistence via print processor (WIN_PLUS variant)

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.

Tags:

AttackCVEExploitHackerMalwarePatchSecurityThreat

Share Article

Sarah simpson

Sarah simpson

Sarah is a cybersecurity journalist specializing in threat intelligence and malware analysis. With over 8 years of experience covering APT groups, zero-day exploits, and advanced persistent threats, Sarah brings deep technical expertise to breaking cybersecurity news. Previously, she worked as a security researcher at leading threat intelligence firms, where she analyzed malware samples and tracked cybercriminal operations. Sarah holds a Master's degree in Computer Science with a focus on cybersecurity and is a regular contributor to major security conferences.

Previous Post

Critical JetBrains IDE Plugin Vulnerabilities Expose AI Keys

Next Post

Critical Fortinet FortiGate SSL VPN RCE Vulnerability Exploited in Attacks

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular Posts
Critical Windows AFD.sys Zero-Day Exploited by Lazarus Group
August 12, 2026
Critical Microsoft Outlook RCE Vulnerability Patched
August 12, 2026
Microsoft August 2026 Patch Tuesday fixes 394 flaws, including 3 zero-days
August 11, 2026
Top Authors
Marcus Rodriguez
Marcus Rodriguez
Emy Elsamnoudy
Emy Elsamnoudy
Jennifer sherman
Jennifer sherman
Let's Connect
156k
2.25m
285k

Related Posts

Jennifer sherman
By Jennifer sherman
Threats

GlassWorm Attacks macOS via Malicious VS Code…

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Attacks

ClickFix Attack Hides Malicious Code via Stegan Security

January 1, 2026
Sarah simpson
By Sarah simpson
Vulnerabilities

MongoBleed Detector Tool Released to Detect MongoDB Vulnerability(CVE-2025-14847)

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Breaches

Conti Ransomware Gang Leaders & Infrastructure Exposed

January 1, 2026
Hackers News Hackers News
  • [email protected]

Quick Links

  • Contact Us
  • Privacy Policy
  • Terms of service

Categories

Attacks
Breaches
Comparisons
CyberSecurity News
Threats
Vulnerabilities

Let's keep in touch

receive fresh updates and breaking cyber news every day and week!

All Rights Reserved by HackersRadar ©2026

Follow Us