Skip to main content
Gunra RansomwareDefense ExplainerAug 18, 2026, 12:52 AM· 5 min read· in technology

CISA and FBI Detail Defense Playbook Against 'Gunra' Critical Infrastructure Ransomware

A joint cybersecurity advisory outlines how the Gunra ransomware syndicate exploits perimeter vulnerabilities, while revealing a cryptographic flaw that allows some victims to recover data for free.

By Wei Zhang

Federal Cybersecurity Agencies 40%Storage and Infrastructure Defenders 30%Incident Response Specialists 30%
Federal Cybersecurity Agencies
Focus on perimeter patching and immutable backups to prevent initial access and ensure recovery.
Storage and Infrastructure Defenders
Advocate for data-layer behavioral analytics to catch credentialed lateral movement and exfiltration.
Incident Response Specialists
Prioritize evidence preservation to exploit malware flaws and avoid ransom payments.

Why this matters

Ransomware advisories often serve as post-mortems for attacks that have already succeeded. This joint release instead acts as a functional defense manual, exposing a critical flaw in the attackers' own encryption that allows Linux victims to recover their systems without paying.

Key points

  • A joint advisory from U.S. and South Korean agencies details the tactics of the Gunra ransomware-as-a-service operation.
  • Gunra affiliates gain initial access by exploiting known vulnerabilities in Fortinet VPN and firewall appliances.
  • The attackers use standard IT administrative tools to scrape unstructured data before deploying encryption.
  • A critical cryptographic flaw in Gunra's Linux encryptor allows defenders to recover files for free if system timestamps are preserved.
  • Agencies urge organizations to implement offline immutable backups and segment networks to block lateral movement.

The cybersecurity industry often treats ransomware syndicates as omnipotent, sophisticated adversaries capable of breaching any enterprise defense with untraceable zero-day exploits. But a new joint advisory from United States and South Korean intelligence agencies reveals that the groups behind the latest wave of critical infrastructure attacks are heavily relying on basic perimeter negligence—and in some cases, deploying flawed malware that hands the decryption keys right back to the victim. The release serves as a rare moment of optimism for network defenders, shifting the narrative from inevitable compromise to actionable prevention.[1]

On August 10, the Federal Bureau of Investigation, the Cybersecurity and Infrastructure Security Agency (CISA), the National Security Agency, and South Korea’s National Police Agency released a comprehensive playbook on a threat actor known as Gunra. The ransomware-as-a-service operation first emerged in April 2025, reportedly built on the leaked source code of the defunct Conti gang. Since its inception, the syndicate has aggressively targeted the government, healthcare, financial services, and manufacturing sectors across the globe, prompting the coordinated international response to dissect its methods and provide a blueprint for defense.[1][3]

While the group heavily markets itself as a sophisticated double-extortion operation on dark web forums—promising its criminal affiliates an alluring 80 percent cut of the extortion profits—the reality of their network intrusions is far more mundane. Gunra does not typically rely on expensive zero-day exploits or novel hacking techniques to breach a perimeter. Instead, affiliates gain their initial access by continuously scanning the internet for unpatched Fortinet virtual private network and firewall appliances, specifically exploiting two known authentication bypass vulnerabilities designated as CVE-2024-55591 and CVE-2025-24472.[2][5]

Once inside the target network, the attackers drop the sophisticated hacker facade and rely almost entirely on standard IT administrative tools to navigate the environment. The joint advisory notes that Gunra affiliates frequently use Impacket’s standard scripts, such as psexec.py and smbclient.py, to move laterally across the network and access file servers. From the perspective of the enterprise storage system, the malicious actor appears as just another authenticated employee session, browsing network shares and reading files over the standard Server Message Block protocol.[4]

Gunra affiliates rely on known vulnerabilities and standard administrative tools rather than zero-day exploits.

Before any encryption software is deployed, the attackers conduct a sustained, credentialed bulk read of unstructured data across the organization. They methodically scrape business-critical documents, proprietary databases, personally identifiable information, and internal email communications, often exfiltrating tens of terabytes of sensitive data to commercial cloud storage services like Mega and OneDrive. This massive data theft forms the foundation of their double-extortion business model: victims are forced to pay the ransom not just to unlock their systems, but to prevent their private data from being published on a Tor-based leak site.[1][2]

Before any encryption software is deployed, the attackers conduct a sustained, credentialed bulk read of unstructured data across the organization.

However, the most significant and empowering revelation in the government advisory is a catastrophic error in Gunra’s own Linux encryption software. Security analysts and incident responders discovered that the Linux variant of the malware seeds its random number generator using the local system time of the infected machine. This fundamental cryptographic flaw means that the resulting encryption key is entirely predictable, provided that network defenders can accurately reconstruct the exact timestamp of when the encryption attack was executed.[6]

For incident response teams, this cryptographic vulnerability transforms a potential operational disaster into a manageable recovery scenario. If IT personnel preserve the encrypted files, the ransom notes, and the system logs rather than immediately wiping the compromised Linux machines in a panic, specialists can reverse-engineer the encryption key. This allows the victim organization to decrypt their files entirely for free, completely bypassing the extortion demand and denying the syndicate their primary leverage.[1][6]

Preserving system logs and timestamps allows incident responders to exploit a flaw in Gunra's Linux encryptor and recover files for free.

The advisory also highlights the devastating consequences of poor backup architecture, serving as a cautionary tale for enterprise administrators. In one documented incident, Gunra actors managed to wipe backup and archived data at both the victim’s primary and disaster recovery data centers. The attackers accomplished this total destruction not through advanced hacking, but by stealing a single cryptographic key from a central access-control server that subsequently decrypted the stored passwords for every enterprise server in the network.[1]

Defending against the Gunra syndicate, the intelligence agencies emphasize, does not require next-generation artificial intelligence tools or expensive new security platforms. It requires a strict adherence to fundamental IT hygiene and architectural best practices. The primary mitigations outlined in the playbook include immediately patching internet-facing Fortinet appliances, implementing offline immutable backups that cannot be reached or altered from the primary network, and strictly segmenting networks to restrict lateral movement. By treating data storage as a primary defensive layer, organizations can detect the bulk exfiltration of files before the encryption phase even begins.[1][3]

By demystifying the syndicate’s tactics and exposing their cryptographic blunders, the joint advisory shifts the balance of power back to network defenders. It strips away the intimidating marketing hype of the ransomware-as-a-service ecosystem, revealing a threat actor that is highly opportunistic but fundamentally reliant on the basic security failures of its victims. For critical infrastructure operators, the message is clear: the tools to defeat these extortionists are already in their hands, provided they configure their networks to use them.[1][4]

Viewpoints in depth

Federal Cybersecurity Agencies

Government agencies emphasize that basic IT hygiene is sufficient to stop most Gunra intrusions.

Organizations like CISA, the FBI, and the NSA view the Gunra threat not as an unstoppable advanced persistent threat, but as an opportunistic operation exploiting known vulnerabilities. Their advisory stresses that patching internet-facing Fortinet devices and maintaining offline, immutable backups are the most effective ways to neutralize the syndicate's double-extortion tactics.

Storage and Infrastructure Defenders

Infrastructure specialists argue that ransomware defense must move to the data storage layer.

For storage security analysts, the Gunra advisory is a textbook example of why perimeter defenses are insufficient. Because Gunra affiliates use standard administrative tools like SMB clients to scrape data, the activity looks like routine network traffic to traditional firewalls. Defenders argue that organizations must implement user behavior analytics directly at the network-attached storage (NAS) layer to detect and terminate hostile bulk-read sessions before exfiltration occurs.

Incident Response Specialists

Responders focus on preserving evidence to exploit the ransomware's cryptographic flaws.

Incident response teams highlight the catastrophic cryptographic error in Gunra's Linux encryptor as a major operational advantage. Their primary directive to victims is to avoid immediately wiping compromised systems. By preserving system logs, timestamps, and the encrypted files themselves, responders can often reconstruct the time-based encryption key and recover the data without engaging the extortionists.

Sources

Source coverage

6 outlets

3 viewpoints surfaced

Federal Cybersecurity Agencies 40%Storage and Infrastructure Defenders 30%Incident Response Specialists 30%
  1. [1]Cybersecurity and Infrastructure Security AgencyFederal Cybersecurity Agencies

    #StopRansomware: Gunra Ransomware

    Read on Cybersecurity and Infrastructure Security Agency
  2. [2]Infosecurity MagazineStorage and Infrastructure Defenders

    Gunra Ransomware Actors Target Critical Infrastructure via Fortinet Flaws

    Read on Infosecurity Magazine
  3. [3]Homeland Security TodayFederal Cybersecurity Agencies

    CISA, FBI Warn Gunra Ransomware Actors Targeting Critical Infrastructure

    Read on Homeland Security Today
  4. [4]RackTop SystemsStorage and Infrastructure Defenders

    Gunra ransomware: a six-agency warning that ends at your file shares

    Read on RackTop Systems
  5. [5]Dark ReadingIncident Response Specialists

    Gunra Ransomware Exploits Known Vulnerabilities in Critical Infrastructure Campaigns

    Read on Dark Reading
  6. [6]CybelAngelIncident Response Specialists

    Gunra Ransomware Targets Critical Infrastructure

    Read on CybelAngel

Comments

Stay informed

Every angle. Every day.

Get technology stories with full source coverage and perspective breakdowns delivered to your inbox.