Chaos Ransomware Finds a New Hiding Spot: Your Web Browser
Security researchers at Cisco Talos have uncovered a new twist in how the Chaos ransomware group operates. Rather than communicating with its command-and-control (C2) servers directly, the group's newly identified tool, called msaRAT, quietly commandeers Chrome or Edge on an infected machine and uses the browser itself as the messenger. Because the traffic looks like ordinary browser activity, much of it slips past antivirus tools and network monitoring systems that are built to flag suspicious standalone processes, not the browser you use every day.
This approach, sometimes described as 'living off the browser,' is a variation on the well-known 'living off the land' tactic, where attackers repurpose legitimate software already installed on a system instead of dropping obvious malware files. In this case, the ransomware operators have taken that idea a step further by turning a trusted, frequently whitelisted application into their covert communication channel. Our earlier coverage of how Chaos ransomware's msaRAT hides C2 traffic in browsers breaks down the technical mechanics in more detail, but the short version is simple: the malware doesn't talk to its controllers itself. It makes the browser do it instead.
How msaRAT Manipulates Chrome and Edge
According to researchers, msaRAT is a Rust-based remote access trojan that gets onto victim machines through deceptive delivery methods, including installers disguised as routine Windows updates. Once installed, it launches Chrome or Edge in a hidden, headless mode so the victim never sees a browser window open. From there, it uses the Chrome DevTools Protocol (CDP), a legitimate feature built into these browsers for developers and automation tools, to remotely puppet the browser's behavior.
The malware then routes its command-and-control traffic through WebRTC connections and services such as Twilio's TURN relay, both of which are legitimate technologies used for real-time communication and video calling. Because this traffic is encrypted and travels through infrastructure that countless legitimate applications also use, it blends into normal web activity. Security tools that inspect network traffic for known malware signatures or unusual destination servers have a much harder time separating this from everyday browser usage, which is exactly the point.
The practical effect is that an infected machine can maintain a persistent, remotely controlled channel for data theft and further compromise, all while its security software sees nothing more alarming than Chrome or Edge doing what it normally does. This is a meaningful evolution for ransomware groups, who have traditionally relied on more detectable methods of maintaining remote access.
Why Traditional Defenses Struggle Here
Most antivirus and endpoint detection tools are tuned to spot malicious executables, unusual process behavior, or connections to known bad IP addresses. msaRAT sidesteps all three. The process driving the malicious activity is the browser itself, a piece of software present on nearly every device and trusted by default. The destination infrastructure, services like Twilio's TURN relay, is legitimate and widely used, so blocking it outright would break other applications people rely on. And because the browser is running headless, there's no visible window or obvious user-facing sign that anything unusual is happening.
This is precisely why security researchers emphasize behavioral and network-level detection over signature-based antivirus alone. Spotting unexpected headless browser processes, unusual outbound WebRTC sessions initiated without user interaction, or browsers launched via automation protocols like CDP outside of expected development contexts, can help flag this kind of activity even when the malware itself evades traditional scanning.
What This Means For You
For individual users, the direct exposure to msaRAT depends on whether Chaos ransomware targets consumers or focuses primarily on organizations, which tends to be the more common pattern for ransomware groups. That said, the underlying technique, hiding malicious traffic inside legitimate browser processes, is a tactic that other malware families are likely to adopt over time given how effective it appears to be at evading detection.
The practical lesson for everyday users and IT administrators alike is that trusting an application simply because it's well-known and legitimate is no longer sufficient. Fake software update prompts remain a common delivery method for this kind of malware, so verifying that update installers come directly from official sources matters more than ever. A VPN can add a layer of encrypted, obfuscated network traffic that makes it harder for attackers to intercept or manipulate your connection, but it won't stop malware that's already running on your device from abusing your own browser. Defense here depends more on careful software hygiene, monitoring for unusual system behavior, and keeping security tools updated to recognize these emerging patterns.
Actionable Takeaways
- Only download software and operating system updates directly from official vendor websites or built-in update mechanisms, never from pop-ups or third-party installers.
- Watch for unexpected browser processes running in the background, especially headless instances that don't correspond to anything you opened.
- Keep endpoint security software updated, since vendors are actively adapting detection methods to catch behavioral indicators like this rather than relying solely on file signatures.
- Organizations should consider monitoring for unusual use of browser automation protocols like CDP and unexpected WebRTC connections on managed devices.
- Treat a VPN as one part of a layered defense strategy that also includes endpoint protection and cautious software installation habits, not a standalone fix against ransomware.
As Chaos ransomware's msaRAT tool shows, attackers are increasingly finding creative ways to hide in plain sight using tools we already trust. Staying informed about these evolving techniques, and adjusting both personal habits and security tooling accordingly, remains the most reliable way to stay ahead of them.




