惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
SegmentFault 最新的问题
爱范儿
爱范儿
博客园 - Franky
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
雷峰网
雷峰网
酷 壳 – CoolShell
酷 壳 – CoolShell
IT之家
IT之家
有赞技术团队
有赞技术团队
美团技术团队
Last Week in AI
Last Week in AI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
大猫的无限游戏
大猫的无限游戏
The Cloudflare Blog
Jina AI
Jina AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Engineering at Meta
Engineering at Meta
T
Tailwind CSS Blog
J
Java Code Geeks
Martin Fowler
Martin Fowler
I
InfoQ
小众软件
小众软件
MongoDB | Blog
MongoDB | Blog

Cyber Security News

AIRecon: AI-Powered Penetration Testing Tool with Kali Linux Sandbox Critical Chrome Vulnerabilities Allow Attackers to Execute Arbitrary Code - Update Now! UNC3753 Uses Screen-Sharing Sessions and RMM Tools to Exfiltrate Sensitive Legal Data New OnionDrop Loader Campaign Uses gainmsg C2 to Deliver LegionLoader Payloads ClickFix Campaign Uses EtherHiding and GULoader to Infect Windows Users via Fake CAPTCHA Ghostwriter Hackers Abuse Gmail Admin-Themed Emails to Steal Credentials and 2FA Codes The Half-Life of Threat Intelligence: When Does an IOC Stop Being Useful? Critical Fortinet FortiSandbox Vulnerabilities Actively Exploited in Attacks Aembit Extends IAM for Agentic AI to Microsoft Copilot Studio India Temporarily Bans Telegram Messenger Over Medical Exam Fraud Microsoft 365 Device Code Phishing Campaign Bypasses Password Theft With Legitimate Login Flow AppViewX Launches Agent Identity Security to Govern Agents for the AI and Quantum Era Hackers Weaponize Microsoft Teams Relay to Hide Ransomware Traffic Developer laptops are the credential store attackers are picking through in 2026, GitGuardian announces Endpoint Protection Interlock and Rhysida Ransomware Operations Share Supper Backdoor and Malware Codebase Novo Nordisk Confirms Cyber Attack — Hackers Accessed Patient Medical Data and Internal AI Assets Russian and Chinese Influence Actors Use AI to Evade Bot Detection and Mimic Human Behavior Microsoft Teams Analyze the Wi-Fi Hotspot Data Connected to an Employee’s Device PRC-Nexus Hackers Exploit REDCap Servers to Spy on US Medical Research Institutions Infinite Campus Data Breach Exposes 137,000 Users Personal Details OptinMonster Plugin Hack Exposes 1.2 Million Wordpress Sites to Cyberattack Ransomware Ecosystem Consolidates Around LockBit Alumni, Qilin, Hyflock, and The Gentlemen Hackers Abuse Legitimate RMM Tools in The Quarry IRS and SSA Phishing Campaigns LiteSpeed cPanel Plugin 0-Day Vulnerability Actively Exploited in the Wild Cisco SD-WAN vManage Vulnerability Exploited in Zero-Day Attacks Nearly 14,000 SimpleHelp Servers Exposed Amid Critical Authentication Bypass Disclosure Microsoft Site Showing Warning Following Certificate Expiry DPAPISnoop Tool Extracts CREDHIST Hashes for Offline Windows Credential Recovery SHADOWBYT3$ Allegedly Claim Breach of Nintendo, Stealing Sensitive Data Anthropic Updated Privacy Policy to Include Identity Verification for Claude Users
FishMonger Hackers Expands SprySOCKS Backdoor From Linux ...
Tushar Subhra Dutta · 2026-06-17 · via Cyber Security News

A well-known Chinese cyberespionage group has taken a major step forward in its hacking capabilities.

The threat actor, tracked as FishMonger, has brought its SprySOCKS backdoor to Windows for the first time, after years of deploying it exclusively on Linux.

This upgrade signals the group is broadening its reach and is now capable of targeting a much wider range of victims around the world.

SprySOCKS first appeared in September 2023, when Trend Micro documented a Linux variant actively used in espionage campaigns.

The backdoor was built on top of an open-source Windows remote access tool called Trochilus, with enough modifications to be treated as a distinct, purpose-built threat. At that time, it was mainly linked to attacks against government organizations across Asia.

Analysts at WeLiveSecurity identified two previously undocumented Windows variants of SprySOCKS, tracked internally as WIN_DRV and WIN_PLUS.

According to Welivesecurity report shared with Cyber Security News (CSN), ESET telemetry shows confirmed activity between 2023 and 2024, with victims in Honduras, Taiwan, Thailand, and Pakistan, mostly government entities.

Initial samples were uploaded to VirusTotal in April 2024 under the archive name klelam00007.zip. FishMonger is believed to be operated by a Chinese contractor named I-SOON, falling under the broader Winnti Group umbrella.

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

The group previously targeted universities in Hong Kong during 2019 civil protests and is known for conducting watering-hole attacks.

Their toolkit includes ShadowPad, Spyder, Cobalt Strike, FunnySwitch, and the BIOPASS RAT, and expanding SprySOCKS to Windows clearly shows continued investment in offensive capability.

Both Windows variants implement over 30 C2 commands covering system enumeration, file management, service control, and keylogging.

ESET researchers also noted indications that some attacks may involve a UEFI bootkit component, possibly exploiting CVE-2023-24932, which could allow the malware to survive a complete operating system reinstall.

FishMonger Hackers Expands SprySOCKS Backdoor

The WIN_DRV variant uses a kernel driver called RawWNPF to make the backdoor nearly invisible on a compromised system.

This driver hides the malware’s network connections, processes, files, and registry keys from standard monitoring tools.

Even netstat.exe will not show active backdoor connections because the driver intercepts Windows Filtering Platform calls and strips those entries from any output.

To load the kernel driver without triggering Windows security checks, the attackers used a leaked code-signing certificate from the PastDSE project on GitHub.

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)

Once active, the driver performs TCP traffic diversion, letting attackers send commands through any open TCP port without knowing the exact listening port. This makes it very difficult for network defenders to trace the real destination of suspicious traffic.

The WIN_PLUS variant achieves persistence through DLL side-loading, scheduled tasks, and print processor registry abuse.

Both variants decrypt payloads using 128-bit AES with the hardcoded key uXQLESMXGaRMs6BL and inject the backdoor into a svchost.exe process via process doppelganging.

Chinese-language debug paths in the binaries confirm development in China, with strings suggesting the project was underway as early as April 2023.

Backdoor Capabilities and C2 Communication

Both SprySOCKS variants communicate with their C2 server over TCP, UDP, and WebSocket. The WIN_PLUS version had a hardcoded C2 address of 207.148.78[.]36, operating across all three channels on ports 443, 53, and 80.

The backdoor adds a Windows firewall rule allowing inbound traffic on TCP port 53781, with infrastructure overlapping a delivery server at 207.148.75[.]122 seen 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 backdoor supports keylogging, clipboard capture, file transfer, SOCKS proxy, and remote shell via cmd.exe.

Keylogging activates only when a specific INI file exists at %appdata%\Microsoft\Vault\lgf.dat with the key value set to 1, and logged data is saved to lg.dat using single-byte XOR with key 0x44.

Given possible UEFI bootkit involvement, ESET advises organizations to closely monitor FishMonger activity. Public-facing servers must be fully patched, as the group typically exploits N-day vulnerabilities for initial access.

Watching for unusual scheduled tasks, suspicious print processor registry entries, and unexpected DLL files in the Windows Fonts folder can help defenders catch this threat before major damage occurs.

Indicators of Compromise (IoCs):-

TypeIndicatorDescription
SHA1FFC3AA7909D4E72C360D65A1F45260DFFE5C99B7ApphostRagistreationVerifier.exe (legitimate signed executable used for DLL side-loading)
SHA256955BFC3DCC867256F9F46A606DEB0779FA3416D8KX1B5206BDC1743DD.dat (Win64/SprySOCKS.AEncSpryDrvdriv)
SHA25644DC4A08C5EB0972C8E18B0E01284E06F09006BBbthcam.sys (Win64/Agent.ESBSpryDrvdriv)
SHA256AB87B29B6F79487C75CA08D102E79001E536F083KW1B5206BDC1743FP.dat (Win64/SprySOCKS.AEncSpryRawdriv)
SHA2566490B8E4AADE25A3EE2DA9A47F312DB2122470BCX1B5206BDC1743DD.dat (Win64/SprySOCKS.AEnc container, WIN_DRV variant)
SHA256E7484C24B88A1A2407A8F09D734F9A993670285Bklelam00007.zip (Win64/Agent.CXZ / SprySOCKS.ABARunner.KS)
SHA256621D1952839BE4B0A1B0E66E87BCE5062CA368EDtpsvcloc.dll (Win64/Agent.CXZ SpryLoad loader)
SHA2562457EED2AB28E37741F10914EF929DAD2C8079D4VSPMsg.dll (Win64/Agent.CXZ First-stage loader for WIN_PLUS variant)
SHA256D2C706B1EAF662BF0CE124B5032F73ED84BDA24AN/A (Win64/SprySOCKS.AWin variant SpryBack)
SHA2565F3B87CEF56683D9A9E19186E0FD0D8019B559C4N/A (Win64/Agent.CXZ SpryLoad loader)
SHA256C793CA31E3F6628B5C8986146953BF66232E9A30config.dat (Win64/SprySOCKS.AEnc container, WIN_PLUS variant)
SHA256037DB2445F3D72388CB2CF8510563148E5A184BEN/A (BAT Runner.KS for WIN_PLUS variant)
IP Address207.148.78[.]36C2 server (IRT-CHOO-PALLC-AP, MITRE ATT&CK)
IP Address207.148.75[.]122SprySOCKS delivery server, June 2023 (same /20 subnet as C2)
File Nameklelam00007.zipInitial delivery archive uploaded to VirusTotal
File Nameklelam00007.batBatch script responsible for persistence setup (WIN_DRV variant)
File Nameaffair-build.batCleanup batch script executed by SprySOCKS loader
File Nametpsvcloc.dllSprySOCKS backdoor loader DLL
File Nametpsvc.dllLegitimate signed library loading tpsvcloc.dll
File NameX1B5206BDC1743DD.datEncrypted container with SprySOCKS backdoor and next-stage files
File NameKX1B5206BDC1743DD.datEncrypted DriverLoader kernel driver
File NameKW1B5206BDC1743FP.datEncrypted RawWNPF kernel driver
File Namefsdiskbit.sysDropped DriverLoader kernel driver on disk
File NameVSPMsg.dllFirst-stage loader DLL for WIN_PLUS variant
File Nameconfig.datEncrypted container for WIN_PLUS variant (spool\drivers\color)
File NameApphostRagistreationVerifier.exeRenamed legitimate executable used in scheduled task for persistence
Registry KeyHKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\vds.exe\debuggerPersistence registry key used by WIN_DRV loader
Registry KeyHKLM\SYSTEM\ControlSet001\Control\Print\Environments\Windows x64\Print Processors\VSPMsgPersistence 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.

Follow us on Google NewsLinkedIn, and X to Get More Instant UpdatesSet CSN as a Preferred Source in Google.

Tushar Subhra Dutta

Tushar Subhra Dutta

Tushar is a senior cybersecurity and breach reporter. He specializes in covering cybersecurity news, trends, and emerging threats, data breaches, and malware attacks. With years of experience, he brings clarity and depth to complex security topics.