Skip to main content
Live Webinar with SANS (June 25)— Agentic CTI Automation for Fun & ProfitRegister Free
Mallory
MalwareRansomware

Gunra

Also known asGunra ransomware

Gunra is a ransomware family and ransomware-as-a-service (RaaS) operation first observed in 2025 and assessed in multiple reports as Conti-derived. It initially appeared as a Windows-focused locker and later expanded to Linux, with reporting also stating affiliate advertising claimed support for Windows, Linux, ESXi, and NAS across x86 and ARM architectures. Gunra uses a double-extortion model: it encrypts victim files and exfiltrates data for leak-based extortion via Tor-hosted infrastructure. It has been linked to dark web recruitment and operations on forums including RAMP, Rehub, Tierone, and Darkforums, and reporting states it launched an affiliate program in January 2026.

On Windows, Gunra encrypts files and appends the .ENCRT extension, while dropping ransom notes named R3ADM3.txt. The ransom note instructs victims to use Tor and references the onion negotiation portal nsnhzysbntsqdwpys6mhml33muccsvterxewh5rkbmcab7bg2ttevjqd[.]onion. Technical reporting describes a hybrid encryption design using ChaCha20 for file encryption and RSA-4096 to protect per-file key material; Windows samples were reported to generate keys with BCryptGenRandom or CryptGenRandom. The malware enumerates drives A: through Z:, recursively traverses directories, excludes system-critical paths such as C:\Windows and C:\Program Files, excludes extensions including .exe, .dll, and .sys, avoids re-encrypting .ENCRT files, and may store RSA-encrypted per-file key bundles in appended data or separate .keystore files. Additional reported Windows behaviors include process and file enumeration, system information collection, debugger detection via IsDebuggerPresent, shadow copy deletion via WMI, and use of GetCurrentProcess and TerminateProcess.

On Linux, Gunra has been observed as a compact statically linked ELF binary targeting enterprise servers and supporting multiple architectures including x86-64, i386, and ARM. Linux-encrypted files are reported to receive the .GNRA extension, with .keystore files containing RSA-encrypted per-file symmetric keys and encrypted files carrying a footer marked ENCRT. The Linux variant reportedly skips critical directories such as /proc, /bin, /usr, /boot, /dev, /etc, /lib, /lib64, /run, /sbin, /srv, /sys, and /tmp, while targeting locations such as /home, /var, /opt, /root, /mnt, and /media. Reported post-compromise actions include renaming files, deleting logs, modifying PAM, Polkit, sudoers, cron jobs, init scripts, and Bash startup scripts. One report identified a significant cryptographic weakness in the Linux variant: ChaCha20 key material generated via musl-libc rand() seeded with time(), making .GNRA files potentially recoverable by brute-forcing seeds within the encryption time window; this weakness was reported not to affect the Windows variant.

Gunra has been reported affecting organizations globally, including victims in South Korea, Japan, Egypt, Panama, Italy, Argentina, Brazil, Canada, Turkey, Taiwan, and the United States. Sectors explicitly mentioned in reporting include real estate, pharmaceuticals, manufacturing, hospitals, infrastructure, and broader industrial environments. Reporting states Gunra initially targeted companies in South Korea, later claimed more than 20 victims across eight countries, and had 32 confirmed victim organizations by March 9, 2026. One report states Gunra attacked INHA University in South Korea in December 2025 and exfiltrated 650 GB of data. Gunra has also been cited in industrial-sector ransomware tracking and in reporting on extortion-first campaigns.

Operationally, Gunra is described as maintaining centralized oversight through a hosted affiliate panel with functions such as Negotiation, Files, Lock Tool, Handler, and Brand Setting. Reporting states operators directly participate in victim negotiations and that the platform supports white-label branding, allowing affiliates to launch technically related attacks under different ransomware names. Reported ransom demands were in the USD 7 million to USD 10 million range with a five-day payment deadline. High-confidence indicators directly mentioned in the source material include the .ENCRT and .GNRA encrypted-file extensions, ransom note R3ADM3.txt, .keystore artifacts, the ENCRT footer marker, and the onion portal nsnhzysbntsqdwpys6mhml33muccsvterxewh5rkbmcab7bg2ttevjqd[.]onion.

Share:
For your environment

Hunt this family in your stack

Mallory pivots from this family to the IOCs, detections, and named campaigns that touch your stack, and pages you when something new lands.

MITRE ATT&CK

Techniques & procedures

20 distinct techniques documented for this family, organized by ATT&CK tactic.

Initial Access

1 technique
T1133External Remote ServicesEvidence1

In the RaaS model described by S2W, Gunra provides a web-based panel that affiliates use to manage attacks, track victims, and handle payments.

Execution

3 techniques
T1047Windows Management InstrumentationEvidence1

Deleting shadow copies via Windows Management Instrumentation (WMI)

T1053.003CronEvidence1

Behavioral Profile: What It Does on a Live System ... Creates/modifies cron jobs ... MITRE ATT&CK Mapping ... Persistence Scheduled Task/Job: Cron T1053.003

T1059.004Unix ShellEvidence1

MITRE ATT&CK Mapping Tactic Technique ID Execution Unix Shell T1059.004

Persistence

4 techniques
T1037Boot or Logon Initialization ScriptsEvidence1

Behavioral Profile: What It Does on a Live System ... Modifies init.d / rc scripts ... Modifies Bash startup scripts ... MITRE ATT&CK Mapping ... Persistence Boot or Logon Initialization Scripts T1037

T1053.003CronEvidence1

Behavioral Profile: What It Does on a Live System ... Creates/modifies cron jobs ... MITRE ATT&CK Mapping ... Persistence Scheduled Task/Job: Cron T1053.003

T1133External Remote ServicesEvidence1

In the RaaS model described by S2W, Gunra provides a web-based panel that affiliates use to manage attacks, track victims, and handle payments.

T1556.003Pluggable Authentication ModulesEvidence1

Behavioral Profile: What It Does on a Live System ... Modifies PAM framework ... MITRE ATT&CK Mapping ... Defense Evasion Modify Authentication Process: PAM T1556.003

Privilege Escalation

3 techniques
T1037Boot or Logon Initialization ScriptsEvidence1

Behavioral Profile: What It Does on a Live System ... Modifies init.d / rc scripts ... Modifies Bash startup scripts ... MITRE ATT&CK Mapping ... Persistence Boot or Logon Initialization Scripts T1037

T1053.003CronEvidence1

Behavioral Profile: What It Does on a Live System ... Creates/modifies cron jobs ... MITRE ATT&CK Mapping ... Persistence Scheduled Task/Job: Cron T1053.003

T1548Abuse Elevation Control MechanismEvidence1

Behavioral Profile: What It Does on a Live System ... Modifies Polkit authorization ... Modifies sudoers policy ... MITRE ATT&CK Mapping ... Privilege Escalation Abuse Elevation Control Mechanism T1548

Stealth

5 techniques
T1027Obfuscated Files or InformationEvidence2

This includes “obfuscation of malicious activity, avoidance of rule-based detection systems, strong encryption methods, ransom demands, and warnings to publish data on underground forums.”

T1070Indicator RemovalEvidence1

"final cleanup: shutting down the thread pool, zeroing out sensitive memory (including encryption keys), and exiting cleanly"

T1070.002Clear Linux or Mac System LogsEvidence1

Behavioral Profile: What It Does on a Live System ... Deletes journal logs ... Deletes log files ... MITRE ATT&CK Mapping ... Defense Evasion Indicator Removal: Clear Linux or Mac System Logs T1070.002

T1070.004File DeletionEvidence1

Deleting shadow copies via Windows Management Instrumentation (WMI)

T1622Debugger EvasionEvidence1

It uses the Windows API function IsDebuggerPresent to detect if it is being run under a debugger.

Defense Impairment

1 technique
T1556.003Pluggable Authentication ModulesEvidence1

Behavioral Profile: What It Does on a Live System ... Modifies PAM framework ... MITRE ATT&CK Mapping ... Defense Evasion Modify Authentication Process: PAM T1556.003

Credential Access

1 technique
T1556.003Pluggable Authentication ModulesEvidence1

Behavioral Profile: What It Does on a Live System ... Modifies PAM framework ... MITRE ATT&CK Mapping ... Defense Evasion Modify Authentication Process: PAM T1556.003

Discovery

4 techniques
T1057Process DiscoveryEvidence1

Enumerating running processes

T1082System Information DiscoveryEvidence2

Retrieving system information

T1083File and Directory DiscoveryEvidence3

Enumerating files

T1622Debugger EvasionEvidence1

It uses the Windows API function IsDebuggerPresent to detect if it is being run under a debugger.

Exfiltration

2 techniques
T1020Automated ExfiltrationEvidence1

“We have dumped your sensitive business data and then encrypted your side entire data.”

T1567Exfiltration Over Web ServiceEvidence1

The group behind it is not just encrypting data, but also running a business-like operation that sells access, leaks stolen files, and recruits partners to spread its malware.

Impact

2 techniques
T1486Data Encrypted for ImpactEvidence5

Gunra ransomware is a relatively recent threat that targets Windows systems with a combination of advanced encryption and data exfiltration strategies. This “double-extortion” approach is a key characteristic, as the ransomware not only encrypts victims’ files but also threatens to leak stolen data on its Tor-hosted extortion site.

T1491.001Internal DefacementEvidence1

MITRE ATT&CK Mapping ... Impact Internal Defacement T1491.001

Other

1 technique
T1562Impair DefensesEvidence1

According to the report, Gunra ransomware “employs advanced evasion and anti-analysis techniques used to infect Windows Operating systems while minimizing the risk of detection.”

INDICATORS OF COMPROMISE

IOCs tracked for this family

23 indicators attributed across vendor reports, sandbox runs, and researcher write-ups. Full values are available in Mallory.

View more in app
Network
11 tracked

IPs, domains, and DNS infrastructure linked to this family.

Hashes
10 tracked

File hashes (MD5, SHA-1, SHA-256) from samples and reports.

Other
2 tracked

Other indicator types observed in public reporting.

TypeValueLatest sighting
domain●●●●●●●●●●●●View more in app3 months ago
uri●●●●●●●●●●●●View more in app3 months ago
hash.sha256●●●●●●●●●●●●View more in app3 months ago
domain●●●●●●●●●●●●View more in app3 months ago
domain●●●●●●●●●●●●View more in app3 months ago
hash.sha256●●●●●●●●●●●●View more in app3 months ago
ACTIVITY FEED

Recent activity

14 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.

cyber security newsNews
May 15, 2026
Gunra Ransomware Expands RaaS Operations After Shifting From Conti-Based Locker

Gunra is a ransomware operation that evolved into a Ransomware-as-a-Service ecosystem. It provides affiliates with a web-based panel to manage attacks, negotiations, victim files, payload building, and payments, with support for both Windows and Linux payloads.

Read more
breakglass intelNews
Mar 12, 2026
Gunra Ransomware's Linux Variant Has a Fatal Flaw: time()-Seeded rand() Makes Encrypted Files Recoverable Without Paying - Breakglass Intelligence - Breakglass Intelligence

Conti-derived ransomware that expanded from Windows to Linux, including x86-64, i386, and ARM ELF builds. It encrypts files using a ChaCha20 + RSA-4096 hybrid scheme, appends the .GNRA extension on Linux and .ENCRT on Windows, drops the R3ADM3.txt ransom note, and operates as a ransomware-as-a-service affiliate program. The Linux variant contains a weak PRNG implementation using musl-libc rand() seeded by time(), making Linux-encrypted files potentially recoverable by brute force.

Read more
cloudsek blogNews
Feb 11, 2026
Inside Gunra RaaS: From Affiliate Recruitment on the Dark Web to Full Technical Dissection of their Locker | CloudSEK

Gunra is a Ransomware-as-a-Service operation with an affiliate panel/builder that generates a “locker” payload. The ransomware targets primarily Windows (with claimed cross-platform support for Linux/ESXi/NAS), performs offline file encryption using a ChaCha20 + RSA-4096 hybrid scheme (per-file ChaCha20 keys/nonces protected by embedded RSA public key), selectively avoids system directories/extensions to keep systems usable, renames encrypted files with .ENCRT, and drops ransom notes (R3ADM3.txt) directing victims to a Tor .onion payment portal.

Read more
cyberthroneNews
Dec 31, 2025
New Ransomware Emerged in 2025 – Threat Intel Report

A ransomware family that emerged in 2025, using phishing and SaaS abuse as initial access vectors.

Read more
What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets match these IOCs, which detections are missing, which campaigns to expect next, and what to do in the next 30 minutes.
IOC matching23

Match every observed IP, domain, and hash against your live telemetry.

Threat actor attribution

Named campaigns wielding this family, with evidence pinned to each claim.

Exploited vulnerabilities

CVEs this family uses for access and lateral movement.

Detection signatures

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

MITRE ATT&CK mapping20

Every documented technique, ranked by evidence weight.

Researcher chatter

Reddit, Mastodon, and CTI community discussion around this family.