A China-linked crime group has stopped behaving like a regional nuisance and started behaving like a global business. Its product is access to your network, and the way it gets in is almost always a file someone was expecting to receive.
A financially motivated threat actor that researchers track as TA4922 has pushed well past the East Asian organizations it used to focus on, and is now running active campaigns against companies in the United Kingdom, Germany, Italy, and South Africa. The pace has picked up noticeably through 2026, and so has the quality of the tooling. Each new wave brings more refined malware delivery and a steadily widening collection of payloads built to settle in quietly and stay.
Proofpoint, which assigns the TA4922 label, describes the group as a Chinese-speaking, financially driven operation whose techniques increasingly resemble infrastructure and methods linked to established Chinese clusters such as Silver Fox. This is not classic state espionage. The people behind TA4922 are after money, and they pursue it through credential theft, enterprise fraud, reselling access to systems they have already compromised, laying the groundwork for ransomware, and keeping a long-term foothold inside corporate networks. What sets them apart from ordinary criminal crews is the combination of careful malware delivery with social engineering that can change language, geography, and infection method on short notice.
A Malware Arsenal That Keeps Growing
The group leans on a varied mix of payloads that pairs familiar names with freshly built ones. The most active include ValleyRAT, also known as Winos 4.0, and Atlas RAT, sitting alongside two loaders that had not been documented before researchers named them RomulusLoader and SilentRunLoader.
Each piece plays a different part in the intrusion. Atlas RAT and ValleyRAT are the remote access trojans, giving operators hands-on, long-term control of an infected machine. RomulusLoader works as a staging layer that pulls down and runs the next payload, while SilentRunLoader blends delivery with built-in credential theft aimed at browsers and local password stores.
Under the hood, these families depend heavily on DLL side-loading. It is a well-worn Windows trick in which a malicious library is dropped next to a legitimate, signed application that then loads the attacker’s code without realizing it. Because the visible program carries a valid signature from a trusted vendor, a lot of endpoint protection reads the whole sequence as normal activity, which lets the malware slip past allowlisting, dodge reputation-based detection, and keep its behavioral footprint low.
Social Engineering That Targets the Workflow
TA4922 does not rely only on a malicious attachment or a fake login page. Its operators study how a business actually communicates and then build lures around it. Campaigns through early 2026 borrowed the language of human resources, tax compliance notices, employee benefits, invoice processing, payroll changes, and internal compliance reviews. The messages are written to feel routine.
The more interesting move is what happens next. Instead of firing off malware right away, the attackers often try to coax the target into continuing the conversation somewhere other than corporate email, steering them toward WhatsApp, Microsoft Teams, or LINE Messenger. The moment the exchange leaves email, the company’s email gateway, anti-phishing filters, attachment scanners, and secure web gateway all go blind. From there the operator can hand over a malicious file, point the victim at a download, or run live social engineering with far less chance of being caught. In one stroke, the attack walks around one of the strongest layers most enterprises have.
How the Recent Campaigns Played Out
Threat intelligence from March and April 2026 shows several coordinated waves, each adjusting its delivery as it went. Early March operations went after Japanese companies with HR-themed emails that carried Atlas RAT through DLL side-loading. Soon after, the group introduced RomulusLoader, a custom loader written in C and tuned to run later-stage payloads while keeping behavioral signals to a minimum.
By late March the operation reached into Europe. One campaign impersonated a tax authority to target organizations in the United Kingdom and delivered SilentRunLoader, a Python-based framework that pairs loader duties with information-stealing modules. SilentRunLoader is worth a closer look. Once running, it inventories the browsers on the machine, zeroes in on Google Chrome profile folders, pulls credentials out of the browser’s SQLite databases, decrypts saved passwords using Windows Data Protection API routines, scoops up active session cookies and browsing history, and exfiltrates authentication tokens that can be replayed to hijack a live session.
April brought more of the same against companies in Germany and Southeast Asia, again mixing HR-themed lures with DLL side-loading that carried Atlas RAT or SilentRunLoader variants. By mid-April, RomulusLoader infections had started installing legitimate remote administration software such as AnyDesk, letting the attackers hide their remote access inside the kind of traffic a real IT team generates every day. That choice makes incident response considerably harder, because the endpoint telemetry tends to file those processes under authorized administration rather than intrusion.
Why This Model Is So Dangerous
TA4922 belongs to a growing category of actors that fuse criminal profit motives with the kind of tradecraft once reserved for advanced persistent threats. The money is the goal, but the capabilities reach well beyond grabbing a few passwords. The remote access trojans in play support continuous surveillance, screen capture, keystroke logging, file theft, browser session hijacking, attempts at privilege escalation, persistence through scheduled tasks or registry edits, lateral movement across the network, and the option to drop additional payloads, ransomware included. The result is an uncomfortable overlap between ordinary cybercrime and the surveillance objectives of an intelligence operation.
The speed of expansion is just as striking. A campaign set that began almost entirely against Japanese targets spread across Europe, Africa, and Southeast Asia in a matter of weeks. That kind of reach points to heavily automated infrastructure built for fast localization and rapid scaling.
Why Traditional Controls Keep Coming Up Short
The clearest lesson from TA4922 is how much enterprise security still leans on reactive detection. Email platforms mostly inspect attachments and links that travel through corporate mail. Endpoint tools mostly watch for bad behavior once code is already running. Sandboxes usually need the malware to detonate inside a controlled environment before they can classify it.
TA4922 routinely steps around all of that by moving to legitimate chat apps, side-loading DLLs into signed software, staging execution across several steps, encrypting what it delivers, and convincing people to start the malicious process with their own hands. By the time anything executes, the compromise is usually well underway.
How FileDNA CADR Technology Lowers the Risk
For all the variety in these campaigns, a great deal of TA4922 activity still rests on one dependency. The initial infection arrives as a file that the recipient treats as trustworthy. Whether it comes through an email attachment, a business document, a compressed archive, a cloud collaboration tool, or a messaging app, the file is the thing that carries the first stage in.
That dependency is exactly what FileDNA, developed by CyberQuay, Inc., is built to attack. Conventional Content Disarm and Reconstruction tools tend to strip the obvious active content, the macros and the embedded scripts, and stop there. FileDNA works from a broader CADR model, short for Content Analysis, Disarm and Reconstruction, that inspects file structure far more deeply before deciding what to do with it.
The analysis stage looks for hidden active objects, malformed document structures, embedded executables, malicious JavaScript, OLE abuse, suspicious external references, weaponized archives, manipulated metadata, polyglot files that pretend to be two formats at once, and content that has been deliberately obfuscated to slide past ordinary scanners. Rather than simply blocking a file it finds suspicious or waiting for a signature to match, FileDNA rebuilds a clean version, removing the dangerous active content while keeping the legitimate business data intact and the file usable.
Against a campaign shaped like TA4922, that matters because the payloads keep showing up inside things that look perfectly ordinary, the invoice, the HR form, the tax notice, the zipped folder. Neutralizing the content before it ever reaches an endpoint takes a lot of weight off the systems further down the line, the EDR agents, the sandboxes, and the analysts in the SOC who would otherwise be chasing the aftermath. As attackers keep tilting toward trusted documents and familiar communication channels, sanitizing files up front is becoming a core part of a serious security architecture rather than a nice-to-have.
The Bigger Shift
TA4922 is a clean illustration of where the industry is heading. Attackers are drifting away from exploit-driven break-ins and toward socially engineered malware delivery that abuses trust, legitimate software, and the normal rhythm of business communication. Put the advanced social engineering, the quiet loaders, the credential theft frameworks, the remote access trojans, and the file-based delivery together, and it becomes hard to argue that reactive detection alone is enough.
As adversaries keep sharpening how they deliver malware, the security field is arriving at an awkward truth. The malicious file has become one of the most dangerous surfaces in the modern enterprise, and stopping execution after the fact no longer counts as protection. By the time the file is open, the attack has already begun.
References
1. Proofpoint — TA4922: The Suspected Chinese Crime Group Is Going Global. The primary research report naming the actor, its malware families, the messaging-app pivot, and the move into Europe and Africa.
2. The Hacker News — China-Linked TA4922 Expands Phishing Attacks to U.K., Germany, Italy, and South Africa. Campaign timeline for March and April 2026, including the dates, lures, and per-wave payloads.
3. Infosecurity Magazine — Chinese-Speaking Actor TA4922 Widens Its Global Reach. Coverage of the ValleyRAT and Atlas RAT payloads, DLL side-loading, the AnyDesk remote-management abuse, and the Silver Fox connection.
4. Cyber Security News — Proofpoint Warns TA4922 Deploys Atlas RAT, RomulusLoader, SilentRunLoader, and ValleyRAT. Details on the GoFile-hosted archives, the port 886 command-and-control, and the assessment that AI coding tools accelerate the group’s malware development.
5. GBHackers — TA4922 Deploys New RAT and Loader Arsenal. Background on the actor’s financial motivation, regional targeting, and the SilentRunLoader credential-theft chain against Chrome.
6. SecurityBrief — China-Linked TA4922 Expands Attacks to Europe & Africa. Reporting on Atlas RAT capabilities, the RomulusLoader C-based family, and the shift of conversations onto LINE, WhatsApp, and Microsoft Teams.
7. CyberQuay, Inc. — FileDNA: Advanced Cybersecurity Solution. Product overview of the CADR methodology, supported file formats, embedded-object analysis, and disarm-and-reconstruct workflow referenced in the defensive section.
This article is provided for informational and educational purposes. Attribution of TA4922, its malware families, and campaign details follows Proofpoint’s published research and the secondary reporting cited above. Specific dates, targeted regions, and command-and-control details may be refined as further analysis is published.