ThreatBeaconXThreatBeaconXSubscribe
CriticalRansomware · 4 min read · 51 views

Gunra Ransomware: Multithreaded ChaCha20 Encryption and FortiOS Exploitation

Gunra is a ransomware-as-a-service (RaaS) family built from leaked Conti source code that targets Windows and Linux environments. The ransomware uses multithreaded ChaCha20 encryption with RSA-4096 key protection, exploits FortiOS and FortiProxy authentication bypass vulnerabilities for initial access, steals sensitive data before encryption, and appends the .ENCRT extension to encrypted files.

Written by ThreatBeaconX Research Team·Published Aug 11, 2026

Gunra is a ransomware-as-a-service (RaaS) family first observed in April 2025. The ransomware is based on leaked Conti source code and has evolved into a double-extortion operation targeting organizations across multiple regions and industries.

Gunra targets both Windows and Linux systems and combines data theft with high-speed file encryption. The ransomware uses ChaCha20 for file encryption and RSA-4096 to protect the encryption key material.

Key Highlights

  • Gunra is also known as Golden Community.
  • The ransomware is based on leaked Conti source code.
  • Windows and Linux variants have been observed.
  • Files are encrypted using ChaCha20 with RSA-4096.
  • Encrypted files receive the .ENCRT extension.
  • Attackers exploit CVE-2024-55591 and CVE-2025-24472 against vulnerable FortiOS/FortiProxy devices.
  • Attackers have been observed creating a persistent account named forticloud-sync.
  • Gunra operators use Impacket tools including psexec.py, smbclient.py, and secretsdump.py.
  • Attackers steal documents, databases, PII, and internal email before encryption.
  • Volume Shadow Copies and backup infrastructure may be targeted to prevent recovery.

Initial Access

Gunra actors have been observed exploiting internet-facing firewalls and VPN appliances.

Two important vulnerabilities associated with the activity are:

  • CVE-2024-55591
  • CVE-2025-24472

The vulnerabilities can be abused to create a persistent superuser account named forticloud-sync on vulnerable FortiOS environments.

Organizations should prioritize patching internet-facing FortiOS and FortiProxy appliances and investigate unexpected administrator-account creation.

Persistence and Lateral Movement

After gaining access, Gunra operators use legitimate administration and remote-access mechanisms to move through the environment.

Observed techniques include:

  • SMB-based lateral movement
  • Impacket psexec.py
  • Impacket smbclient.py
  • OpenSSH tunneling
  • RDP-based movement
  • Account manipulation
  • Compromised VPN accounts

Attackers have also been observed pivoting into virtual desktop infrastructure and Active Directory environments.

Credential Access

Gunra operators target authentication material that can provide access to additional systems.

Observed activity includes:

  • NTDS database dumping using secretsdump.py
  • Pass-the-Hash activity
  • Pass-the-Ticket activity
  • Theft of stored encryption keys
  • Modification of authentication mechanisms to bypass MFA

Data Collection and Exfiltration

Before deploying the ransomware encryptor, affiliates may collect sensitive organizational information.

Targeted data includes:

  • Business documents
  • Databases
  • Personally identifiable information (PII)
  • Internal email
  • Enterprise credentials

Tools observed in the activity include 7-Zip, WinRAR, RClone, and FileZilla.

Attackers have also used cloud services and file-sharing platforms to move stolen data. Reported exfiltration volumes have reached tens of terabytes.

Ransomware Encryption

The Windows variant uses native Windows APIs such as FindFirstFileW and FindNextFileW to enumerate files and directories across accessible drives.

The encryptor operates using multiple threads, allowing it to process multiple files simultaneously.

Gunra uses:

ChaCha20 + RSA-4096

The Linux variant provides configurable encryption options, including:

  • Number of encryption threads
  • Target file extensions
  • Encryption ratio
  • Maximum encryption size

The Linux variant can run up to 100 encryption threads and process files in 1 MB chunks.

Encrypted files receive the:

.ENCRT

extension.

A ransom note named R3ADM3.txt is also written to affected directories.

Inhibiting System Recovery

Gunra attempts to prevent victims from recovering encrypted data by deleting Volume Shadow Copies.

Attackers have also been observed targeting backup and archived data on backup infrastructure.

This makes reliable, isolated and immutable backups particularly important for defending against the threat.

Detection and Hunting Opportunities

Security teams should monitor for:

  • Creation of unexpected privileged accounts such as forticloud-sync
  • Authentication changes on FortiOS/FortiProxy devices
  • Suspicious scheduled-task activity on firewalls
  • Unexpected psexec.py, smbclient.py, or secretsdump.py activity
  • Large-scale NTDS database access
  • Unusual SMB and RDP lateral movement
  • OpenSSH downloads from suspicious external infrastructure
  • Deletion of Volume Shadow Copies
  • Backup deletion or modification
  • Large outbound transfers to cloud/file-sharing services
  • Rapid modifications of large numbers of files
  • Files receiving the .ENCRT extension
  • Creation of R3ADM3.txt ransom notes
  • Unauthorized modifications to MFA or authentication configuration

Recommended Mitigations

  1. Patch all internet-facing FortiOS and FortiProxy systems against CVE-2024-55591 and CVE-2025-24472.
  2. Audit firewall and VPN administrator accounts for unauthorized users.
  3. Investigate the creation of accounts such as forticloud-sync.
  4. Monitor privileged SMB, RDP and SSH activity.
  5. Detect and investigate Impacket usage.
  6. Protect Active Directory and domain-controller credentials.
  7. Monitor for Volume Shadow Copy deletion.
  8. Protect backup infrastructure from administrative compromise.
  9. Maintain offline or immutable backups.
  10. Monitor large-scale outbound data transfers.
  11. Deploy endpoint ransomware behavior detection.
  12. Hunt for rapid file-encryption activity and .ENCRT file creation.

Threat Assessment

Gunra represents a significant ransomware threat because it combines initial-access exploitation, credential theft, lateral movement, data exfiltration and high-speed encryption into a single attack chain.

The use of multithreaded encryption reduces the available response window for defenders, while double extortion increases the impact even when organizations can recover their encrypted systems from backups.

Organizations operating internet-facing FortiOS/FortiProxy infrastructure should prioritize vulnerability remediation and proactively hunt for unauthorized administrative accounts and suspicious post-exploitation activity.

Indicators of Compromise

TypeValueNotes
SHA-25675e5621756e9d19efeac2bcbb2ac4711fb85243c03b0a19c05b18e31a780691eFile Hash (Locker)
SHA-25625c8cb27947042de89d634b3e260e614e5b1425a89494fa4e4295bcabfa8ee48File Hash (Operator PDF Guide)
Domainhxxp://nsnhzysbntsqdwpys6mhml33muccsvterxewh5rkbmcab7bg2ttevjqd[.]onionTor Payment Portal

MITRE ATT&CK Mapping

T1190 — Exploit Public-Facing ApplicationT1136.002 — Create Account: Domain AccountT1059.003 — Windows Command ShellT1021.001 — Remote Services: RDPT1021.002 — SMB/Windows Admin SharesT1021.004 — SSHT1003.003 — NTDST1550.002 — Pass the HashT1550.003 — Pass the TicketT1078 — Valid AccountsT1119 — Automated CollectionT1560 — Archive Collected DataT1567 — Exfiltration Over Web ServiceT1490 — Inhibit System RecoveryT1486 — Data Encrypted for Impact