Ransomware family
Gunra Ransomware Decryption & Data Recovery
- Active
- High
- Some versions decryptable
Gunra is a double-extortion family that surfaced in April 2025, built on the leaked Conti source code. Its Windows encryptor appends .ENCRT and drops R3ADM3.txt; a Linux variant (.GNRA) encrypts without leaving a note. It turned RaaS in January 2026 and was named in a US-Korea joint advisory that August.
- First seen
- 2025-04
- File extensions
- .ENCRT .CRYPT .GNRA
- Ransom notes
- R3ADM3.txt
- Affected platforms
- Windows / Linux / NAS storage / Databases
Family profile
- File extensions
- .ENCRT
- .CRYPT
- .GNRA
- Ransom notes
- R3ADM3.txt
- Contact patterns
- Tor (.onion) negotiation portal, entered with the per-victim ID from the note, styled like a chat app
- ProtonMail and Gmail addresses (appear in notes and negotiation pages, rotated)
- qTox IDs (victim must install a qTox client)
- Tor leak site with repeatedly rotated .onion addresses; a clearnet mirror, datapub.news, was used in June-July 2025
- No phone, WeChat or QQ channels are used to reach victims
- Aliases / versions
- Gunra Ransomware、Gunra Team、Golden Community、Gunra Linux / ELF 变种
- First seen
- 2025-04
- Status
- Active
- Operational status
- Newly emerged
- Threat level
- High
- Affected platforms
- Windows
- Linux
- NAS storage
- Databases
- Tags
- Emerging
- Active
- Ransomware-as-a-Service
- Double extortion
- Exploits vulnerabilities
- Targets NAS
- Targets databases
There is no ready-made public decryptor. No More Ransom does not list a Gunra tool, and neither vendors nor law enforcement have released a packaged utility.
A conditional recovery path does exist. The joint CISA/FBI advisory AA26-222A of 10 August 2026 disclosed that from March 2026 researchers found a key-generation flaw in Gunra's Linux/ELF variant (.GNRA extension): the encryption keys come from a weak pseudorandom number generator seeded with the predictable srand(time(NULL)). The advisory states that defenders may use this to mathematically reconstruct the keys from file timestamps and recover files without paying.
The boundaries matter:
- It applies only to affected Linux/ELF builds; the Windows encryptor is not covered. Note that the extension is not a proxy for the platform - the Linux variant Trend Micro analysed in July 2025 also appended .ENCRT, while .GNRA is the extension CISA records for later ELF builds.
- It depends on narrowing the encryption moment to a tight window, so file timestamps, system logs and the host timeline must be preserved intact - once overwritten, the search space grows sharply.
- The operators may well have fixed the flaw after disclosure, so newer builds may not be tractable at all.
- This is a reverse-engineering and forensics exercise, not a download-and-run tool.
The deciding factor is therefore always the encryptor build, never the extension. We identify the build from real encrypted samples, the note and the host timeline, validate feasibility on offline copies, and only then decide whether to run at scale. We make no absolute promises about the outcome.
Latest activity
The leak site kept posting, adding Uruguayan and Venezuelan victims on 4 September; roughly 54 victims across 28 countries cumulatively, showing Gunra still operating after the joint advisory.
SourcesReporting detailed Gunra's formal RaaS affiliate programme from January 2026 - management panel and cross-platform builder - plus exploitation of FortiOS/FortiProxy bypasses CVE-2024-55591 and CVE-2025-24472.
SourcesFBI, CISA, NSA and Korea's KNPA issued #StopRansomware advisory AA26-222A: Gunra is Conti-derived, and a weak PRNG in its Linux (.GNRA) variant lets defenders rebuild keys from file timestamps.
Sources
Overview
Gunra surfaced in April 2025, with the first victim posted to its leak site dated 7 April 2025. On 10 August 2026 the FBI, CISA, DC3, NSA, the US Secret Service and the Korean National Police Agency published joint #StopRansomware advisory AA26-222A, stating that Gunra is "derived from the leaked Conti ransomware source code". That lineage is at the code level: the leaked Conti source has been reused by several crews, and there is no public evidence that the original Conti operators are behind Gunra.
The operation has visibly matured. It began as a self-operated double-extortion crew - modest in volume but consistent in tempo. From January 2026 it launched a formal RaaS affiliate programme on dark-web forums, offering a management panel, a configurable encryptor builder, cross-platform payloads and operator documentation, while recruiting penetration testers as initial access brokers under aliases such as "Golden Community". That shift drove both its 2026 victim growth and the widening of its target space.
Leak-site tracking puts the cumulative total at roughly 54 named victims across 28 countries by early September 2026, with new postings still appearing that month. South Korea, Brazil, Spain, Uruguay and Thailand lead by geography; manufacturing, professional services and healthcare lead by sector, with technology, finance, transportation, government, utilities, academia, media and retail also represented. Trend Micro's Linux-variant analysis adds that its telemetry detected Gunra activity at enterprises in Turkiye, Taiwan, South Korea and the United States.
What matters for enterprises is how ordinary the entry points are: unpatched Fortinet edge appliances, internet-facing SSL-VPN portals without lockout policies, and stolen SSH or VPN credentials. No public report confirms a targeted Gunra campaign against mainland China organisations, but overseas subsidiaries and cross-border branches sit squarely inside its reach.
How to identify it
Extensions. The Windows encryptor appends .ENCRT to the full original filename, so report.xlsx becomes report.xlsx.ENCRT; .CRYPT was documented in a July 2025 sample; CISA records .GNRA for Linux/ELF builds. An important caveat: the extension is not a proxy for the platform - the Linux variant Trend Micro analysed in July 2025 also appended .ENCRT, and .GNRA is what was observed on later ELF builds. Treat the extension as a first signal only; whether any key-reconstruction option exists depends on the encryptor build. Preserve filenames exactly and do not rename samples.
Ransom note. On Windows, R3ADM3.txt is dropped in every affected directory. The English text supplies a per-victim ID plus a Tor negotiation portal address and sets a five to seven day window. One trap is worth flagging: the Linux variant drops no note at all and simply encrypts. Encrypted files with no note on a Linux host - whether .GNRA or .ENCRT - are not evidence of a different family or a failed run.
Negotiation and leak site. The portal runs on Tor with a chat-like interface. The leak site has rotated .onion addresses since it appeared in April 2025 - the CISA advisory records a move to a different address by March 2026 - and a clearnet mirror, datapub.news, was used in June-July 2025. An organisation appearing there with a sample data pack confirms exfiltration already happened.
Surrounding artefacts.
- A suspicious backdoor account named forticloud-sync on the perimeter firewall.
- Staging or execution traces of Rclone, Mega, FileZilla, 7-Zip/WinRAR, DBeaver, MobaXterm, AnyDesk, Google Remote Desktop, Impacket (psexec.py, smbclient.py, secretsdump.py), Mimikatz and Sliver.
- Volume shadow copies deleted one by one through WMIC.
Bottom line. .ENCRT together with R3ADM3.txt is enough to attribute the family, but recoverability depends on the specific encryptor build, so a real sample must be analysed before any claim is made.
Infection vectors
Gunra's intrusion path concentrates on the internet-facing perimeter. Nothing about it is novel, but it lands reliably against organisations whose edge devices lag on patching.
- Known edge-device vulnerabilities. The CISA advisory names CVE-2024-55591 and CVE-2025-24472, authentication bypass flaws in FortiOS and FortiProxy, used to obtain firewall administration directly.
- VPN gateway credential exposure. Credentials stored in the clear or weakly protected on SSH-reachable VPN gateways.
- Default credentials and missing lockout. SSL-VPN appliances left with default administrative accounts and no failed-login lockout, brute-forced straight through.
- Persistence. A super-admin backdoor account named forticloud-sync, with a hard-coded password, created on the Fortinet appliance so access survives cleanup.
- Lateral movement. SMB and RDP across the internal network, with Impacket (psexec.py, secretsdump.py) and Mimikatz for domain credentials; AnyDesk and Google Remote Desktop serve as fallback remote-control channels.
- Exfiltration. Rclone, FileZilla, Mega and a purpose-built tool for OneDrive/SharePoint move data out before encryption; DBeaver, MobaXterm and Amass support database access and asset discovery.
Two operational consequences follow. First, the firewall and VPN are themselves forensic evidence - export configuration, account changes and authentication logs before resetting anything. Second, exfiltration precedes encryption, so scoping the data breach cannot wait until restoration finishes.
Encryption behavior
Algorithms. File content is encrypted with the ChaCha20 stream cipher; each per-file symmetric key is wrapped with an RSA-4096 public key. Key material is never written in cleartext, so absent the operators' private key - or a flaw in key generation - there is nothing to reverse.
Windows variant. Written in C/C++ with an IsDebuggerPresent anti-debug check. Volume shadow copies are deleted one at a time through WMI, using commands of the form cmd.exe /c C:\Windows\System32\wbem\WMIC.exe shadowcopy where "ID='{guid}'" delete, which is why System Restore and "Previous Versions" are typically unavailable afterwards.
Linux/ELF variant. Trend Micro's July 2025 analysis shows a build optimised for speed and configurability: the same RSA plus ChaCha20 scheme applied in 1MB chunks, with a randomly generated 32-byte ChaCha20 key, 12-byte nonce and 256 bytes of padding. It supports up to 100 concurrent encryption threads (BERT, by comparison, caps at 50). Command-line arguments select the target path, thread count and an extension list (or all); --exts=disk targets block devices directly and --store points at a separate keystore file.
Intermittent encryption. The Linux variant exposes -r/--ratio and -l/--limit, letting the operator decide how much of each file gets encrypted. This matters enormously for recovery assessment: where operators traded coverage for speed, large database files, virtual disks and mail stores may retain substantial untouched regions that structural repair can exploit. The ratio is chosen by the attacker at deployment, so it has to be measured on the actual files rather than assumed.
Assets hit. The CISA advisory records deliberate encryption of key assets including database servers and network attached storage (NAS), which is what turns an incident into an extended outage. As of now, no reliable public source confirms a dedicated VMware ESXi encryptor for Gunra.
Double extortion. Data is stolen before encryption; if the five to seven day window passes without engagement, it is published in stages on the Tor leak site.
Assess before you act
Recoverability assessment
Whether Gunra-encrypted data can be recovered has to be judged per platform and per build; there is no single answer. We do not pay ransoms and do not negotiate on a client's behalf. Our work is technical recovery and forensics.
1) Conditional key reconstruction (Linux/.GNRA only). CISA advisory AA26-222A disclosed that Gunra's Linux/ELF variant seeds a weak PRNG with srand(time(NULL)), allowing defenders to reconstruct keys mathematically from file timestamps. This is the only path that does not depend on the operators' private key, but it covers affected Linux/ELF builds only - the Windows encryptor is out of scope, and the extension alone does not identify the platform, since the July 2025 Linux samples also appended .ENCRT - and it depends entirely on an intact timeline, which is why we insist that original disks and timestamps are left untouched. No ready-made tool exists; the build must be confirmed by reverse engineering and the recovery implemented.
2) Repair space created by intermittent encryption (depends on the encryption pattern). The Linux variant supports ratio-based partial encryption. Where measurement shows only part of each file was overwritten, database files (MDF/LDF, DBF, ibd), virtual disks and mail stores often retain large intact regions suitable for page-level extraction and logical rebuilds. Yields range from poor to high depending on whether headers and critical structures were hit, so sampling precedes any commitment.
3) Backups, snapshots and shadow copies. Shadow copies are deleted via WMIC, but the rest is still worth checking: offline and offsite backups, storage-layer snapshots on NAS/SAN/gateways, untouched copies on the backup server, and cloud version history. Because the actors actively seek out and encrypt NAS and backup storage, confirm whether the media was touched - and never reattach it to a network that has not been cleaned.
4) Unencrypted copies and log replay. File-server recycle bins, endpoint caches, BI and reporting staging databases, ERP archive exports, database transaction logs and application audit logs can all support reconstruction or point-in-time replay of critical records.
5) Low-level carving. Some encryptors write a new file and delete the original, leaving source data in unallocated clusters that raw sector scanning can recover. This requires stopping all writes to the affected volumes immediately.
Handle the breach in parallel. Gunra is a double-extortion operation and data leaves before encryption. Even with files fully restored, scoping the exfiltration, meeting notification obligations and rotating credentials and keys still have to proceed on their own track.
We commit to a verifiable assessment and a clearly bounded recovery scope. We make no absolute claims about how much comes back, and no technique can promise complete restoration.
Our response plan
Hit by Gunra ransomware? What to do
Containment plus perimeter-device evidence capture
Isolate affected hosts and storage paths. Do not reboot or power off, and do not rush to reset the firewall. Gunra enters at the perimeter: export the Fortinet or VPN gateway configuration, its account list (look specifically for backdoor accounts such as forticloud-sync) and authentication logs first, then image or snapshot the domain controller, backup server, database servers and NAS. Preserve file timestamps and the system timeline above all - the Linux key-reconstruction path depends entirely on them. Keep three to five encrypted files and the original R3ADM3.txt.
Family attribution and build identification
Confirm Gunra from the extension (.ENCRT, .CRYPT, .GNRA), the structure of R3ADM3.txt, file trailer markers and sample characteristics, and strictly separate the Windows encryptor from the Linux/ELF variant. For Linux samples, reverse the key-generation routine to check whether it falls inside the
srand(time(NULL))flaw range; on every platform, measure the intermittent-encryption ratio and which regions were overwritten. This step decides between key reconstruction, structural repair and backup rollback.Recoverability and breach-scope assessment
Validate key-reconstruction feasibility against real samples in an isolated environment while inventorying backups, storage snapshots and unencrypted copies, and run sample repairs on critical databases and NAS volumes. In parallel, scope the breach: reconstruct what left, how much and when from Rclone, Mega, FileZilla and OneDrive artefacts plus egress logs, since that drives notification obligations. Deliver a written assessment stating which systems go the key-reconstruction route, which need page-level rebuilds and which rely on backup rollback, with expected recovery ranges and a restoration order.
Recovery execution and business verification
All work happens on images or copies with the originals kept read-only. Restore in business priority order: domain controllers and identity first, then core databases such as ERP and MES along with NAS shares, then file and mail systems. After each batch, run integrity checks and business-side verification - reconciliation, report comparison, application start-up tests - and record everything in a traceable recovery manifest. Where data cannot be fully restored, mark the gap explicitly so the business can decide whether to close it through log replay or manual re-entry.
Attribution, hardening and handover
Reconstruct the full kill chain: whether CVE-2024-55591 or CVE-2025-24472 went unpatched, whether the SSL-VPN kept default accounts or lacked lockout, whether credentials sat on an SSH-reachable gateway, and the timing and volume of exfiltration. Remove backdoor accounts such as forticloud-sync along with AnyDesk and Google Remote Desktop remnants; reset credentials domain-wide and enforce MFA on VPN; restrict lateral SMB and RDP reachability; move NAS and backup storage out of the production domain and establish immutable copies. Close with an incident report and a formal handover checklist.
Risk warning
What not to do
- Do not reboot or power off affected hosts - losing memory-resident key material, processes and connections destroys both forensic evidence and any partial recovery chance.
- Do not rename encrypted files or alter their timestamps, and do not run cleanup, antivirus remediation or defragmentation on the original disks. The Linux key-reconstruction path depends entirely on timeline evidence; one careless pass can remove it permanently.
- Do not rush to reset or reimage the Fortinet or VPN appliance. It is both the entry point and a crime scene: export configuration, accounts and logs before dealing with any backdoor account.
- Do not delete R3ADM3.txt or the encrypted samples, and do not sweep them up as "virus files" - they are the only basis for identifying the build and judging recoverability.
- Do not reconnect backup tapes, external drives or the backup server to a network that has not been cleaned; Gunra actively hunts and encrypts NAS and directly reachable backup storage.
- Do not log into the onion portal or pay the ransom on your own; payment neither ensures a working key nor prevents publication of data that already left.
Emergency response
Data already encrypted? Stop and let an engineer look first
We do not pay ransoms and we do not negotiate with attackers. Engineers run a free assessment first, then propose a recovery plan and a firm quote.
Related scenarios
File Servers and NAS Encrypted by Ransomware
When shared folders on a file server or NAS are encrypted, drawings, contracts, archives, quotations and design sources all become unusable at once — and mapped drives spread the impact to every endpoint. This page covers how to gauge spread, what shadow copies and snapshots realistically offer, and how to sequence recovery by business value.
Database Encrypted by Ransomware
When database files are encrypted, every business system that depends on them stops at once. This page explains how we triage an encrypted database, how recoverability is assessed, and when file repair, backup-plus-log restore, or rebuild is the right path.
Domain Controller Compromise and Estate-Wide Encryption
A compromised domain controller hands the attacker a legitimate administrator identity, allowing an encryptor to be pushed to every host at once through Group Policy or remote execution. This page covers how such incidents present, the correct order for Active Directory recovery, and how to decide between cleanup and full rebuild.
Backups Deleted or Destroyed
Modern ransomware follows a fixed sequence: destroy the backups, then encrypt the data — deleting shadow copies, encrypting repositories, disabling jobs, and exploiting backup software flaws to steal credentials. This page covers what can still be inventoried once backups fail, why replication propagates encrypted files off-site, and what offline and immutable copies are really worth.
Related industries
Manufacturing Ransomware Response and Recovery
Ransomware in manufacturing hits information systems and production cadence at the same time: with ERP down there are no orders, with MES down there is no schedule, and an encrypted drawing library takes the process documentation for an entire product line with it. This page covers the asset profile, recovery priorities and targeted defences.
Healthcare Ransomware Response and Recovery
When a hospital is hit, registration, consultation, orders, billing, laboratory and imaging fail at the same moment and care falls back to paper. This page covers the healthcare threat picture, a recovery priority built around clinical continuity, and the handling of patient data and compliance obligations.
Government and Public Sector Ransomware Response
Public sector ransomware incidents run on three lines at once: service interruption, data security and mandatory reporting. When document circulation, archives and integrated service platforms stop, both public services and internal operations are affected. This page covers the handling sequence, reporting duties and hardening priorities.
Similar families
- Some versions decryptable
Conti
Conti was one of the most destructive ransomware-as-a-service operations of 2020-2022, run by Wizard Spider (the TrickBot crew), with over 1,000 victims and more than USD 150 million collected. The brand dissolved in 2022 after its internal chats and source code leaked, and its members dispersed into Black Basta, Royal, Akira and other successors.
- Some versions decryptable
Black Basta
Black Basta was a Conti-derived RaaS operation that emerged in April 2022 and affected more than 500 organisations, known for QakBot delivery and Microsoft Teams IT-impersonation social engineering. It disbanded in February 2025 after its internal chat logs leaked, though its tradecraft carried over to successors such as Cactus.
- Some versions decryptable
Akira
Akira is a ransomware-as-a-service operation that emerged in March 2023, breaking in through VPNs without MFA and edge-device flaws, then encrypting Windows estates and VMware ESXi clusters under double extortion. CISA's November 2025 advisory update calls it an imminent threat to critical infrastructure.
FAQ
Gunra Frequently asked questions
Can .ENCRT files be decrypted?
.ENCRT comes mainly from Gunra's Windows encryptor (the July 2025 Linux variant used the same extension), and there is currently no public decryptor for it - No More Ransom lists none. The disclosed key-generation flaw exists only in affected Linux/ELF builds, the ones CISA records as appending .GNRA, and does not extend to Windows samples. Realistic paths for .ENCRT are backups and storage snapshots, untouched copies, database transaction-log replay, and structural repair where partial encryption applies. The call is made from real samples, not the extension, so we identify the build first.
Is it true that Gunra's Linux variant can be decrypted for free?
Conditionally, yes. The August 2026 CISA/FBI joint advisory AA26-222A disclosed that Gunra's Linux/ELF variant (.GNRA) seeds a weak PRNG with
srand(time(NULL)), letting defenders reconstruct keys mathematically from file timestamps. It is not a download-and-run tool, though: the build must first be confirmed to carry the flaw, the encryption moment must be narrowed to a tight window, and timestamps and logs must be intact. The operators may also have fixed it after disclosure. Preserve the scene first and assess before experimenting on original disks.Our Linux files became .GNRA but there is no ransom note - did the encryption fail?
No. That is expected behaviour for Gunra's Linux variant - Trend Micro's analysis states plainly that it drops no ransom note and only encrypts, with ransom communication handled through the Windows-side R3ADM3.txt or direct contact. Missing notes therefore mean neither an incomplete run nor a misattributed family. Handle it as a Linux-variant case - the extension may be .GNRA or, on earlier builds, .ENCRT - and prioritise preserving file timestamps and system logs, since those are exactly what the one available Linux recovery path depends on.
Our NAS and database servers were encrypted too - why were they targeted so precisely?
Because it is deliberate. The CISA advisory records Gunra actors encrypting key assets including database servers and network attached storage. Before detonation they map assets and access databases with tools such as DBeaver, MobaXterm and Amass, pick the targets whose loss hurts most, and deal with reachable backup storage along the way. Response therefore cannot stop at endpoints: verify immediately whether NAS volume snapshots survive, whether database transaction logs are complete, and whether backup media was touched.
Will Gunra publish our data, and can paying buy it back?
Gunra runs double extortion: data is exfiltrated with tools such as Rclone, Mega and FileZilla before encryption, and published in stages on the Tor leak site if the five to seven day window passes without engagement. Paying does not remove the risk - the operators keep a copy that may be resold or reused after a rebrand, and since the January 2026 move to RaaS, affiliates may hold it too. We do not pay ransoms or negotiate. The higher-value action is to establish the scope and timeline of the exfiltration quickly, drive internal notification and regulatory obligations from it, and rotate and notify around affected accounts, keys and customer records.
What should we do in the first hour after discovery?
Four things. First, isolate - cut production network and storage paths and disable VPN accounts, but do not power off or reboot. Second, preserve the scene: export the Fortinet/VPN gateway configuration, accounts and authentication logs first, then image or snapshot the domain controller, backup server, databases and NAS, leaving encrypted-file timestamps untouched throughout. Third, keep three to five encrypted files and the original R3ADM3.txt. Fourth, establish whether backups still exist and whether they were touched. We run 24/7 emergency response and can usually return an initial family assessment and recovery path within an hour of remote access.
Sources
- #StopRansomware: Gunra Ransomware (AA26-222A) — CISA / FBI / DC3 / NSA / USSS / KNPA
- Gunra Ransomware Group Unveils Efficient Linux Variant — Trend Micro
- Gunra Ransomware: A Brief Analysis — CYFIRMA
- Gunra Ransomware Exploits Fortinet FortiOS, FortiProxy Flaws to Breach Networks — The Hacker News
- Ransomware upstart Gunra goes cross-platform with encryption upgrades — CSO Online
- Gunra ransomware group profile and victim tracking — ransomware.live
External links are provided for reference only. The content is published by third parties and does not represent our position.
Updated