Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2027+ Articles
153+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. News
  3. msaRAT: Chaos Ransomware's New Backdoor Hides C2 Traffic Inside Chrome and Edge
msaRAT: Chaos Ransomware's New Backdoor Hides C2 Traffic Inside Chrome and Edge
NEWS

msaRAT: Chaos Ransomware's New Backdoor Hides C2 Traffic Inside Chrome and Edge

Cisco Talos has uncovered msaRAT, a Rust-based remote access trojan deployed by the Chaos ransomware group that routes all command-and-control traffic through Chrome or Edge via WebRTC — making it nearly invisible to network defenders.

Dylan H.

News Desk

July 23, 2026
4 min read

Overview

The Chaos ransomware group has deployed a previously undocumented backdoor called msaRAT — a Rust-based remote access trojan that achieves near-undetectable command-and-control (C2) communication by routing all traffic through Chrome or Edge browsers via the Chrome DevTools Protocol (CDP) and WebRTC data channels. Cisco Talos published their analysis on July 23, 2026.

The technique is notable because defenders never see traffic to the actual C2 server. From the network's perspective, the infected machine is just browsing the web.


How msaRAT Works

The C2 Evasion Architecture

msaRAT never opens a direct outbound network connection. Its process communicates exclusively to 127.0.0.1. The full C2 flow is:

  1. msaRAT launches Chrome or Edge in headless mode with remote debugging enabled via CDP
  2. JavaScript executes inside the browser context — the browser process opens a WebRTC data channel
  3. WebRTC traffic is relayed through Twilio's TURN service — network defenders see connections to Cloudflare and Twilio infrastructure, never the actual C2 server IP
  4. Commands are structured into protocol frames covering key exchange, session management, channel control, and Windows command execution

The result: all attacker traffic appears as normal browser network activity. Signature-based detections based on unusual outbound connections or known C2 domains are ineffective.

Browser Detection Logic

msaRAT checks six hardcoded filesystem paths across environment variables to locate Chrome and Edge executables:

  • Paths under %LOCALAPPDATA%, %PROGRAMFILES%, and %PROGRAMFILES(X86)% for both browsers
  • A Chrome-only registry fallback for cases where the binary is not in a standard location

If neither browser is found, the trojan cannot establish its C2 channel — a rare architectural dependency.

Naming Convention

The malware is named after four exported binding functions in the compiled binary: msaOpen, msaClose, msaError, and msaMessage.


Infection Chain

The delivery mechanism is consistent with Chaos's established playbook:

  1. Initial access via email phishing or voice phishing (vishing), followed by installation of a legitimate remote monitoring and management (RMM) tool for initial foothold
  2. Attacker executes curl through the RMM session to download update_ms.msi from attacker infrastructure over HTTP on port 443 (plain HTTP over the HTTPS port, bypassing port-based firewall rules)
  3. Custom MSI installer action loads a DLL directly into memory — the DLL payload is msaRAT, avoiding disk writes that would trigger AV scanning

Attribution and Threat Actor Context

Cisco Talos attributes msaRAT to the Chaos ransomware group, which emerged in early 2025 and is distinct from an older, unrelated family that shared the Chaos name. Security firm Rapid7 previously linked Chaos to MuddyWater, an Iranian state-backed threat actor — though Talos notes that attribution in this case is focused on the tool and TTPs rather than definitive state sponsorship.


Detection Challenges

ChallengeDetail
No direct C2 connectionsAll traffic routes through the browser process — process trees are clean
Legitimate infrastructureTwilio / Cloudflare endpoints appear in network logs — not inherently suspicious
Headless browserChrome/Edge runs silently in the background with no visible window
Memory-only payloadDLL loaded directly into memory via MSI, reducing on-disk artifacts
Port 443 abuseHTTP over port 443 bypasses unsophisticated firewall rules expecting only HTTPS

Detection and Defensive Recommendations

Network Indicators

  • Monitor for CDP remote debugging sessions from non-developer processes
  • Alert on Chrome or Edge processes spawned by non-standard parent processes (MSI executables, RMM agents)
  • Watch for WebRTC data channels from headless browser instances
  • Flag curl or powershell downloads over HTTP on port 443

Endpoint Indicators

  • Look for msaOpen, msaClose, msaError, msaMessage exports in scanned DLLs
  • Detect Chrome/Edge launches with --remote-debugging-port flags from non-browser parents
  • Monitor MSI installations executing unusual custom actions that load DLLs into memory

Behavioral Controls

  • Restrict RMM tool usage to approved tools and approved accounts
  • Block unapproved browser launch parameters (headless mode with debugging flags) via endpoint policy
  • Implement DNS-over-HTTPS (DoH) logging to capture WebRTC STUN/TURN server queries
  • Train users on vishing as an initial access vector — Chaos operators have used phone-based social engineering effectively

References

  • Cisco Talos — msaRAT Full Analysis
  • BleepingComputer — msaRAT Coverage
  • The Hacker News — Chaos Ransomware msaRAT
  • Help Net Security — Cisco Talos Research
  • Security Affairs — Browser-Based C2 Analysis
#Malware#Ransomware#RAT#Chrome#Edge#C2#Evasion#Chaos#Cisco Talos#BleepingComputer

Related Articles

ThreatsDay: Game Cheat Spyware, Spirals Ransomware, Chrome Sync Stalking

This week's threat roundup covers NuGet packages poisoned with game-cheat spyware, the Spirals ransomware deploying network-wide in under 24 hours, and Chrome Sync being exploited for no-spyware domestic surveillance.

5 min read

Cybercrime Service Disrupted for Abusing Microsoft Platform

Microsoft has disrupted a malware-signing-as-a-service operation that exploited the company's Artifact Signing service to produce fraudulent code-signing...

4 min read

JDownloader Site Hacked to Replace Installers with Python

The official website for JDownloader, one of the most widely-used open-source download managers, was compromised to distribute malicious Windows and Linux...

6 min read
Back to all News