Cisco Talos recently disclosed msaRAT, a remote access trojan attributed to the Chaos ransomware group. The malware is notable for its evasion technique: it uses headless Chrome or Edge browser processes to communicate with command-and-control servers via the Chrome DevTools Protocol, disguising its traffic as legitimate browser activity. Traditional network monitoring tools and antivirus software struggle to detect it.
Once installed, msaRAT enables remote code execution, covert data theft, and—most critically—installation of Chaos ransomware. The attack chain begins with phishing emails or malicious file downloads, making it post-compromise malware that bypasses initial defenses.
The security community’s focus has been on the novel C2 evasion technique. That’s understandable—it’s technically interesting. But it misses the most exploitable moment in the attack chain.
The Payload Has to Land First
No matter how sophisticated the evasion technique, msaRAT must write its payload to the Windows file system before it executes. That write operation happens when the victim opens a phishing attachment in Outlook, clicks a malicious link in a browser, or runs a trojanized installer.
FileSure Defend operates at the Windows kernel level via a filter driver that intercepts every file operation before it completes. A simple rule blocks email clients and browsers from writing executable files to disk:
File name filter: *.exe;*.dll;*.bat;*.cmd;*.ps1;*.vbs;*.js
Program name filter: \outlook.exe;\chrome.exe;\msedge.exe
Operations: Write, Create
Drive type: Hard drives
Result: Email clients and browsers cannot write executable files to local drives. The msaRAT payload write is denied. The file never lands. The malware never runs.
No signature required. No waiting for Cisco Talos to analyze the threat and push an update. The rule works the same way on msaRAT variants that emerge tomorrow morning.
Blocking Ransomware Installation
If msaRAT somehow bypasses initial defenses and establishes its C2 channel, the attacker’s next move is installing Chaos ransomware. That installation requires writing ransomware executables to disk—another file system operation FileSure intercepts.
A threshold-based rule detects and blocks bulk file modification patterns typical of ransomware encryption:
File name filter: * (all files)
Operations: Write, Rename/Move
Threshold: 20 matches within 60 minutes
Result: Normal user file operations stay well below the threshold. Ransomware encryption—modifying hundreds of files per minute—crosses the threshold within seconds. Subsequent operations are blocked, containing damage to the files modified before the threshold fired.
Why This Matters for Legacy Systems
The article notes that msaRAT cannot be mitigated through browser patches. Organizations running older Windows systems on medical equipment, industrial controllers, or specialized software face a worse problem: modern endpoint security tools often won’t install on those systems at all.
FileSure runs on Windows Server 2003 through Server 2022 and all desktop Windows versions back 20+ years. The same kernel-level file operation control that stops msaRAT on a modern workstation works identically on a legacy system locked to an outdated OS version.
The sophisticated evasion technique Cisco Talos documented is real, and network defenders should understand it. But focusing exclusively on detection misses the opportunity to prevent the attack at the file system layer—before the payload lands, before the C2 channel opens, before the ransomware installs.
Start your free 21-day trial at bystorm.com and see FileSure block unauthorized file writes in real time.
Source: Scrappy RAT Malware Targets Chrome And Edge Users
Category: Ransomware
Tags: msarat, chaos ransomware, remote access trojan, phishing malware, kernel filter driver, file system security, windows malware, ransomware prevention