Skip to content
Tech News
← Back to articles

New msaRAT malware uses Chrome, Edge browsers to route C2 traffic

read original more articles
Why This Matters

The msaRAT malware represents a significant advancement in cyber-espionage tactics by leveraging popular browsers like Chrome and Edge to conceal command-and-control traffic. Its use of browser-based routing makes detection more challenging, posing a heightened threat to organizations and consumers alike. This development underscores the need for improved detection strategies and awareness of evolving malware techniques in the cybersecurity landscape.

Key Takeaways

The Chaos ransomware gang is using a new backdoor dubbed msaRAT that hides command-and-control (C2) communication by routing it through the Chrome or Edge browsers.

The malware is written in Rust and uses the Chrome DevTools Protocol (CDP) to control a headless browser session and establish a connection to the attacker's server.

Since the malware routes all communication through the browser, it does not make any direct connection to the C2 infrastructure, significantly lowering the risk of detection.

The Chaos ransomware group emerged in early 2025, unrelated to the same-named ransomware family that existed since 2021.

Earlier this year, researchers at Rapid7 found that Chaos was leveraged by Iranian state-backed hackers ‘MuddyWater’ to disguise their cyber-espionage operations as financially motivated attacks.

More recent Chaos ransomware attacks observed by the Cisco Talos research team started through email or voice phishing and continued with the installation of remote management software to establish persistence.

Once inside the environment, the attacker downloaded an MSI installer posing as a Windows update, which loads msaRAT (lib.dll) directly in system memory.

Infection chain

Source: Cisco Talos

Hijacking Chrome

... continue reading