DO

Donex Ransomware

Tracked

Threat actor group tracked in the global ransomware database · Last disclosure: Mar 8, 2024

Ransomware-as-a-Service (RaaS) Double Extortion Target: Technology
5
Total Victims
0% of all tracked
5
Countries Targeted
4
Sectors Targeted
2024
First Seen

ThreatAI Analysis

Compiled from the ransomware.live profile for Donex and from this database. Figures and technique mappings are quoted from the source data, not inferred.

Who Donex is

DoNex is a ransomware strain that emerged in March 2024 as the latest rebrand of a lineage beginning with Muse (2022) → DarkRace (2023) → DoNex, targeting enterprises in the US and Europe using double-extortion; Avast released a free decryptor in July 2024 after discovering a cryptographic flaw.

Recorded activity

Disclosures attributed to Donex in this database run from March 2024 to March 2024, totalling 5 victims — 0% of everything tracked here. Donex has listed victims in 5 countries in this database, most often United States, followed by Italy and Netherlands. The sectors appearing most in its listings are Technology, Agriculture and Food Production, Business Services.

How Donex is documented to operate

Windows Management Instrumentation T1047 Execution

Adversaries may abuse Windows Management Instrumentation (WMI) to execute malicious commands and payloads. WMI is designed for programmers and is the infrastructure for management data and operations on Windows systems. WMI is an administration feature that provides a uniform environment to access Windows system components. The WMI service enables both local and remote access, though the latter is facilitated by Remote Services such as Distributed Component Object Model and Windows Remote Management. Remote WMI over DCOM operates using port 135, whereas WMI over WinRM operates over port 5985 when using HTTP and 5986 for HTTPS.

Mitigations: Execution Prevention, Behavior Prevention on Endpoint, User Account Management, Privileged Account Management

MITRE ATT&CK reference →
Command and Scripting Interpreter T1059 Execution

Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries. These interfaces and languages provide ways of interacting with computer systems and are a common feature across many different platforms. Most systems come with some built-in command-line interface and scripting capabilities, for example, macOS and Linux distributions include some flavor of Unix Shell while Windows installations include the Windows Command Shell and PowerShell. There are also cross-platform interpreters such as Python, as well as those commonly associated with client applications such as JavaScript and Visual Basic.

Mitigations: Restrict Web-Based Content, Limit Software Installation, Execution Prevention, Code Signing, Behavior Prevention on Endpoint, Privileged Account Management

MITRE ATT&CK reference →
Native API T1106 Execution

Adversaries may interact with the native OS application programming interface (API) to execute behaviors. Native APIs provide a controlled means of calling low-level OS services within the kernel, such as those involving hardware/devices, memory, and processes. These native APIs are leveraged by the OS during system boot (when other system components are not yet initialized) as well as carrying out tasks and requests during routine operations. Adversaries may abuse these OS API functions as a means of executing behaviors.

Mitigations: Execution Prevention, Behavior Prevention on Endpoint

MITRE ATT&CK reference →
Shared Modules T1129 Execution

Adversaries may execute malicious payloads via loading shared modules. Shared modules are executable files that are loaded into processes to provide access to reusable code, such as specific custom functions or invoking OS API functions (i.e., Native API). Adversaries may use this functionality as a way to execute arbitrary payloads on a victim system. For example, adversaries can modularize functionality of their malware into shared objects that perform various functions such as managing C2 network communications or execution of specific actions on objective. The Linux & macOS module loader can load and execute shared objects from arbitrary local paths.

Mitigations: Execution Prevention

MITRE ATT&CK reference →
Obfuscated Files or Information T1027 Stealth

Adversaries may attempt to make an executable or file difficult to discover or analyze by encrypting, encoding, or otherwise obfuscating its contents on the system or in transit. This is common behavior that can be used across different platforms and the network to evade defenses. Payloads may be compressed, archived, or encrypted in order to avoid detection. These payloads may be used during Initial Access or later to mitigate detection. Sometimes a user's action may be required to open and Deobfuscate/Decode Files or Information for User Execution. The user may also be required to input a password to open a password protected compressed/encrypted file that was provided by the adversary.

Mitigations: User Training, Behavior Prevention on Endpoint, Antivirus/Antimalware, Audit

MITRE ATT&CK reference →
Indicator Removal from Tools T1027.005 Stealth

Adversaries may remove indicators from tools if they believe their malicious tool was detected, quarantined, or otherwise curtailed. They can modify the tool by removing the indicator and using the updated version that is no longer detected by the target's defensive systems or subsequent targets that may use similar systems. A good example of this is when malware is detected with a file signature and quarantined by anti-virus software. An adversary who can determine that the malware was quarantined because of its file signature may modify the file to explicitly avoid that signature, and then re-use the malware.

MITRE ATT&CK reference →
Embedded Payloads T1027.009 Stealth

Adversaries may embed payloads within other files to conceal malicious content from defenses. Otherwise seemingly benign files (such as scripts and executables) may be abused to carry and obfuscate malicious payloads and content. In some cases, embedded payloads may also enable adversaries to Subvert Trust Controls by not impacting execution controls such as digital signatures and notarization tickets. Adversaries may embed payloads in various file formats to hide payloads. This is similar to Steganography, though does not involve weaving malicious content into specific bytes and patterns related to legitimate digital media formats.

Mitigations: Behavior Prevention on Endpoint, Antivirus/Antimalware

MITRE ATT&CK reference →
Masquerading T1036 Stealth

Adversaries may attempt to manipulate features of their artifacts to make them appear legitimate or benign to users and/or security tools. Masquerading occurs when the name or location of an object, legitimate or malicious, is manipulated or abused for the sake of evading defenses and observation. This may include manipulating file metadata, tricking users into misidentifying the file type, and giving legitimate task or service names. Renaming abusable system utilities to evade security monitoring is also a form of Masquerading.

Mitigations: User Training, Execution Prevention, Code Signing, Behavior Prevention on Endpoint, User Account Management, Restrict File and Directory Permissions

MITRE ATT&CK reference →

MITRE ATT&CK techniques attributed to Donex across its recorded activity. They describe the group overall, not any single incident.

YARA detection rules

donex.yar
/*
Donex ransomware (DarkRace rebranding)
*/

rule Donex_Ransomnote
{
    meta:
        author = "ransomware.live"
        family = "ransomware.donex"
        description = "Detects Donex ransomware ransom note"
        date = "2026-05-04"
        severity = 7
        score = 70

    strings:
        $s1 = "Donex" ascii nocase
        $s2 = "DONEX" ascii
        $s3 = "donex.onion" ascii nocase
        $s4 = "!DONEX-README.txt" ascii nocase

    condition:
        any of them
}

Community-contributed rules for Donex, reproduced as published. Test them against your own corpus before relying on them: rule quality and false-positive behaviour vary by author.

Threat Actor Analysis

Donex is a ransomware threat group that has disclosed 5 victims in publicly accessible leak site data, representing 0% of all ransomware attacks tracked in this database. The earliest victim disclosure attributed to Donex in our dataset dates to March 2024.

Geographically, Donex has targeted organisations in 5 countries. The most frequently targeted nation is United States with 1 victim organisations. Other heavily targeted nations include Italy, Netherlands, Czech Republic.

Industry-wise, Donex shows a concentration in the Technology, Agriculture and Food Production, Business Services sectors. These industries are frequently targeted because they manage sensitive data, critical operations, or have lower tolerance for operational downtime — conditions that increase ransom payment likelihood.

Like most modern ransomware operations, Donex likely employs a double extortion model: encrypting victim files while simultaneously exfiltrating data, creating dual pressure to pay the ransom. Victim organisations that refuse payment face having their data published on the group's dark web leak site.

Note: This profile is generated from public leak site disclosures aggregated via the ransomware.live API. Data is updated automatically. The table below lists the 5 most recent of the 5 disclosures we hold for this group; use the link beneath it to page through all of them.

Recent Victim Disclosures (showing 5 of 5)

# Organization Country Sector Date
1 CHOCOTOPIA chocotopia.cz 🇨🇿 Czech Republic Agriculture and Food Production Mar 8, 2024
2 elsapspa elsap.it 🇮🇹 Italy Technology Mar 8, 2024
3 mirel mirelasbl.be 🇧🇪 Belgium Business Services Mar 8, 2024
4 PFLEET pfleet.com 🇺🇸 United States Transportation/Logistics Mar 8, 2024
5 vdhelm vanderhelmlogistics.com 🇳🇱 Netherlands Technology Mar 8, 2024

Frequently Asked Questions

What is Donex ransomware?

Donex is a ransomware threat group that has claimed 5 victims since its first known activity in March 2024. The group operates by infiltrating target networks, exfiltrating data, encrypting files, and threatening to publish stolen data on a dark web leak site if the ransom is not paid.

How many victims has Donex attacked?

Donex has claimed 5 victims in our database, representing 0% of all tracked ransomware attacks. The most targeted countries are United States, Italy, Netherlands, Czech Republic.

Which countries does Donex target?

Donex has attacked organizations in 5 countries. The top targeted countries are: United States, Italy, Netherlands, Czech Republic.

Which industries does Donex target?

Donex most frequently targets the Technology, Agriculture and Food Production, Business Services sectors based on victim disclosures in our database.

Is Donex still active?

Donex's most recent victim disclosure in our database was on March 8, 2024. Ransomware groups frequently rebrand or go dormant; monitor this page and our ransomware map for the latest activity.