Ransomware family
M3RX Ransomware Decryption & Data Recovery
- Active
- High
- No public decryptor
M3RX is an emerging double-extortion crew that began naming victims on its Tor leak site in April 2026. Its Go-based Windows encryptor renames files to random characters plus .8hmlsewu, drops RECOVERY_NOTES.TXT and negotiates only through a Tor chat portal and Tox. No free decryptor exists.
- First seen
- 2026-04
- File extensions
- .8hmlsewu
- Ransom notes
- RECOVERY_NOTES.TXT
- Affected platforms
- Windows
Family profile
- File extensions
- .8hmlsewu
- Ransom notes
- RECOVERY_NOTES.TXT
- Contact patterns
- Tor (.onion) chat and negotiation server, with a per-victim link inside the note
- Tox ID (the full ID appears in the note as a fallback channel)
- M3RX Data Leak Site on Tor (.onion)
- No mailbox contact; no Telegram or Session channel observed
- Aliases / versions
- M3RX Ransomware、M3rx、m3rx、M3RX Group
- First seen
- 2026-04
- Status
- Active
- Operational status
- Newly emerged
- Threat level
- High
- Affected platforms
- Windows
- Tags
- Emerging
- Active
- Double extortion
There is no free public decryptor for M3RX. No More Ransom, security vendors and law enforcement have released nothing for this family.
The published sample analysis shows that M3RX protects each per-file AES key with an X25519 elliptic-curve key exchange against an attacker public key embedded in the binary. For files the encryptor finished, that means the key cannot be reconstructed without the attacker's private key, and no exploitable weakness in the scheme has been disclosed.
The same analysis records one detail worth checking on site, however: while a file is still mid-encryption, the per-file key in its trailer structure is not yet sealed. Files left in that intermediate state - because the process was interrupted by network isolation, a killed process or a full disk - may therefore leave room for recovery. That has to be judged file by file on real on-site data; it is not a general result.
Any tool or page claiming one-click M3RX decryption deserves heavy scepticism; such claims are usually lead generation for recovery services, or brokers who simply pay the ransom on your behalf. The realistic path is to establish the encryption state from real on-site files first, then choose between backups and snapshots, shadow copies, unencrypted copies and log replay. We do not pay ransoms and do not negotiate on a client's behalf.
Latest activity
The latest leak-site entry names Germany's Lindner Group with a claimed 4.6 TB and over 2.6 million files - the group's largest single haul to date. No new entries appeared between then and 11 September 2026.
SourcesA UK property consultancy was listed with a claimed 922 GB and 584,228 files stolen; an Irish hospitality group posted days earlier claimed 857 GB and 1.68 million files, showing exfiltration volumes well beyond the crew's size.
SourcesThe M3RX Tor leak site was picked up by trackers including RansomLook and Ransomware.live; a first batch of about ten victims across Italy, the UK, Australia, Germany and Switzerland was posted between 23 and 29 April 2026.
Sources
Overview
The earliest known M3RX encryptor sample was uploaded to a public sandbox in late April 2026, and its leak site was picked up by trackers such as RansomLook and Ransomware.live at the same time, with a first batch of eleven victims published in one go on 29 April. As of 11 September 2026 trackers count roughly 38 to 43 named organisations (the figures differ by methodology), the most recent update falling in late August - a small crew that posts in occasional bursts. (One tracker's auto-generated profile says the group was "first observed in 2025", but every verifiable sample and leak-site post starts in April 2026, which is what this page follows.)
Victims sit in the US, Germany, the UK, Australia, Canada, Italy, Switzerland, Spain, Portugal, Ireland, the Nordics, Japan, Brazil, Mexico, Argentina, New Zealand and South Africa, concentrated in professional services, IT, retail and e-commerce, manufacturing and transport, and mostly mid-market companies. Claimed stolen volumes range from about twenty gigabytes to 2.3 TB, frequently hundreds of thousands and sometimes over a million files, which indicates a thorough exfiltration stage.
To be candid: public information on M3RX is still limited. The verifiable technical material comes largely from threat-intelligence reversing of a single Windows sample; no mainstream vendor has published an independent report, and the initial access vector, lateral-movement tooling and exfiltration method remain unconfirmed. No public victim in mainland China has been recorded either, but the targeting is plainly opportunistic, so overseas subsidiaries and cross-border branches of Chinese groups fall inside the same target space.
How to identify it
File renaming. This is the most visible M3RX trait: encrypted files do not keep their original names. The whole name is replaced by sixteen random characters plus the extension, e.g. a7Kq2xR9mB4tLpZ0.8hmlsewu. The original path is stored encrypted in the file trailer, so the directory structure cannot be reconstructed from filenames alone.
Extension. The publicly analysed sample uses .8hmlsewu. Note that both the extension and the note text live in a compressed configuration blob embedded in the binary, so they are build-time parameters and need not be identical across campaigns. Do not attribute on the suffix alone; cross-check it with the note filename, the Tox ID and the leak-site entry.
File trailer marker. Encrypted files carry a 1 KB trailer whose leading four-byte magic distinguishes a completed file from one interrupted mid-encryption. That distinction decides whether recovery room remains, so forensics must check it file by file rather than trusting the extension.
Ransom note. RECOVERY_NOTES.TXT, catalogued both in Zscaler ThreatLabz's ransom-note collection and on RansomLook; the sample drops it recursively into directories named "desktop" or "documents" (case-insensitive). The English text claims files were encrypted with a "military class algorithm" and stolen from the network, supplies a Tor chat portal link plus a Tox ID, offers to decrypt three sample files for free as proof before payment in Bitcoin, and explicitly warns against rebooting or shutting down machines, renaming or moving encrypted files and notes, or deleting the notes.
Other checkable traces. The sample enforces a single instance through a mutex named after the CRC32 of "kek" plus the hostname; it requires a high integrity level and exits outright under normal privileges; it empties the recycle bin and then deletes itself after a PowerShell loop overwrites the binary with random data; and its log leaves the misspelling complited.
Leak site. Entries usually state the claimed data volume and file count and attach sample screenshots. Negotiation runs on a separate Tor chat server whose uptime is poor and which is offline for long stretches - a common source of confusion for victims.
Infection vectors
No public report yet describes how M3RX gains initial access or moves laterally, and we will not guess. The published sample analysis does, however, give several clues about how the operation is run:
- The encryptor does not steal data. The sample contains no exfiltration capability and talks to no C2, so data leaves through separate tooling before encryption. Hunting for the theft cannot stop at the machine where the encryptor landed.
- It requires a high integrity level and exits if it does not have one. The operators therefore already held administrator-level privileges before the encryptor was deployed; credential access and escalation sit earlier in the timeline.
- It supports a target path plus delayed and scheduled execution (a delay in minutes, or a specific start time). Those are the hallmarks of hands-on-keyboard deployment timed for maximum effect, typically pushed through administrative channels or scheduled tasks rather than worm-like self-spreading.
Investigation should therefore start with internet-exposed remote access (VPN, RDP, edge appliances), contractor and operations accounts, administrator credentials without MFA, mass-deployment channels (group policy, remote management and patch distribution), the reachability of backup infrastructure, and bulk outbound traffic in the window before encryption. The full kill chain for any given case still has to come from on-site forensics.
Encryption behavior
The following rests on a single publicly reversed Windows sample (Go-compiled x64 PE, unpacked, Go symbol table intact); build parameters may differ between campaigns.
Key scheme. Each file gets its own AES-256 key and its contents are encrypted with AES-256-CTR. That per-file key is then sealed into the file trailer with AES-256-GCM, under a key derived through X25519 elliptic-curve exchange against an attacker public key embedded in the binary. For files the encryptor finished, the key cannot be recovered without the attacker's private key.
Intermittent encryption. By default only about one percent of each file is encrypted, sampling chunks at a fixed 1 MiB stride; flags exist to raise that ratio or force whole-file encryption. In default mode large files - databases, virtual disks, mail stores - therefore tend to keep substantial intact regions, which makes page-level extraction and structural rebuilds realistic. The actual ratio must still be measured on site, because the operator can change it at deployment time.
File trailer. A 1 KB structure is appended to each encrypted file holding, in order, a magic value, the encryption percentage, the IV, the per-file key, an ephemeral public key, the GCM-sealed output, the encrypted original path and a chunk counter. The magic distinguishes completed files from ones interrupted mid-encryption, whose per-file key is not yet sealed - the first thing worth checking on site.
Destruction of recovery points. Embedded WMI shellcode enumerates and deletes every Volume Shadow Copy; the recycle bin is emptied silently; and the binary finishes by overwriting itself repeatedly with random data through PowerShell before deleting itself, leaving little sample residue for forensics.
Other behaviour. It walks every drive letter from A to Z; it does not enumerate or kill services but uses the Restart Manager to force handles on locked files to release (so database and mail services can still be encrypted); it throttles its own I/O to stay under behavioural detection thresholds; and it never contacts a C2.
Still unevidenced. Whether a Linux or ESXi encryptor exists, and whether databases and virtual disks receive any special handling.
Assess before you act
Recoverability assessment
1) Free decryptor: none. No More Ransom, security vendors and law enforcement have released nothing for M3RX, and no exploitable flaw has been disclosed in its X25519-plus-AES key scheme. Treat commercial pages claiming direct decryption with scepticism.
2) Separate completed files from interrupted ones. This is the highest-priority step with M3RX. The magic value in the file trailer distinguishes the two states, and in the interrupted state the per-file key has not yet been sealed. Files like this are not rare on site when encryption was cut short by network isolation, a killed process or a full disk, so survey the estate for them before settling on a strategy - though whether each one can actually be restored still has to be verified individually.
3) Exploit the intact regions left by intermittent encryption. The publicly analysed sample encrypts only a small fraction of each file by default, sampling at a fixed 1 MiB stride, so database files (MDF/LDF, DBF, ibd), virtual disks (vmdk/vhdx) and mail stores often keep large intact areas open to page-level extraction and structural rebuilds. The ratio is a deployment-time parameter, so confirm it on three to five files of different sizes rather than assuming. Remember too that M3RX destroys original filenames, so recovery also means rebuilding directory structure and file ownership from the trailer or from the business side.
4) Backups, snapshots and shadow copies. Offline and offsite backups, storage-layer snapshots on NAS/SAN, hypervisor snapshots, untouched copies on the backup server and cloud version history usually deliver the highest recovery ratio. Since the sample deletes local shadow copies through WMI, do not pin hopes on VSS - focus on the storage and virtualisation layers instead. Confirm the network is clean of any foothold before restoring.
5) Unencrypted copies and log replay. File-server recycle bins (the sample empties the recycle bin, so pair this with low-level recovery), endpoint caches, reporting staging databases, ERP archive exports and database transaction logs.
6) Low-level carving. If the encryptor writes a new file and deletes the original, source data may survive in unallocated space; stop all writes to the affected volumes immediately.
One more point specific to M3RX: exfiltration volumes are large, so even if encrypted data is fully restored, leak-side impact assessment, regulatory notification and credential rotation must proceed on their own track. We make no promise that data will certainly be restored - only a verifiable assessment and a clearly bounded recovery scope.
Our response plan
Hit by M3RX ransomware? What to do
Containment and forensic preservation
Disconnect affected hosts and storage paths while preserving memory and disk state; do not reboot or power off. Image or snapshot domain controllers, file servers, the backup server and hypervisor management hosts first, export logs from the VPN gateway, edge appliances and Active Directory, and keep three to five encrypted files plus the original RECOVERY_NOTES.TXT intact for analysis.
Family identification and encryption profiling
The M3RX extension is a build-time parameter that can change between campaigns, so attribution cannot rest on it. Combine the tell-tale replacement of original filenames with random characters with cross-checks on the note filename, its wording, the Tox ID and the leak-site entry. Then profile the encryption state in an isolated environment: read the file trailer to separate completed files from interrupted ones, measure which regions were overwritten and at what stride and what the real encryption ratio is, and try to recover the original paths stored in the trailer. That conclusion decides whether the path forward is structural repair, handling of interrupted files, or backup rollback.
Dual assessment: recoverability and leak impact
One track inventories backups, storage and hypervisor snapshots and unencrypted copies, and runs sample repairs on critical databases and VMs. The other establishes the scope, timing and volume of exfiltration - the size claimed on the leak site must be corroborated against egress logs and traffic records, since that evidence drives regulatory notification and customer disclosure. Execute only after the written assessment is signed off.
Recovery and service restoration
All work happens on images or copies with originals kept read-only. Restore in business priority order: identity and domain controllers first, then core databases and line-of-business systems, then file and mail services. 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.
Attribution, hardening and handover
Reconstruct the kill chain: whether entry came through exposed remote access, a contractor account or leaked credentials, how long the actors dwelled, and which paths the data left by. Remove persistence, rogue accounts and scheduled tasks, reset credentials domain-wide and enforce MFA on remote access, tighten egress policy and add alerting on bulk outbound transfers, rebuild backups to a 3-2-1 design with immutable copies, and close with an incident report and formal handover checklist.
Risk warning
What not to do
- Do not reboot or power off affected hosts. The note itself pushes you to keep machines running, but the real reason is that memory-resident key material, processes and connections disappear with a restart - isolate the network instead of cutting power.
- Do not delete RECOVERY_NOTES.TXT or the encrypted samples, and do not rename or move encrypted files. The trailer of each encrypted file holds the encryption-state marker and the encrypted original path, so renaming, truncating or quarantining them destroys the basis for identifying the family, measuring the encryption ratio and rebuilding the directory structure.
- Do not download and run anything advertised as an "M3RX decryptor". No free decryptor exists for this family; such programs are at best useless and at worst destructive, and any trial must happen on copies.
- Do not format, reinstall or rebuild RAID sets and storage pools, and do not overwrite original disks just to get services running again - that permanently removes the carving option.
- Do not attach backup media or restore the backup server before the network is confirmed clean, or the backups may be encrypted or destroyed in turn.
- Do not contact the Tor portal or Tox ID yourself, and do not pay. Payment secures neither a working key nor any assurance that already-exfiltrated data stays unpublished or unsold.
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.
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.
Logistics and Supply Chain Ransomware Response
Logistics is acutely time-sensitive: when TMS, WMS, dispatch and sorting systems stop, goods pile up in warehouses and on routes immediately, and the effect propagates up and down the supply chain. This page covers the sector's threat profile, a recovery order built around goods movement, and hardening for EDI-interconnected environments.
Retail and E-commerce Ransomware Response
In retail and e-commerce, ransomware translates directly into an inability to sell: order systems, membership, POS and warehouse fulfilment stop together and losses accrue by the hour. This page covers the sector's attack patterns, a recovery order built around the order-to-fulfilment chain, and handling of member data exposure.
Similar families
- No public decryptor
NightSpire
NightSpire is an emerging double-extortion crew active since February 2025, marked by the .nspire extension and a readme.txt note. It breaks in mainly through Fortinet appliance flaws and weak RDP, sets deadlines as short as 48 hours, and has no free public decryptor.
- No public decryptor
Lynx
Lynx is a RaaS operation that emerged in mid-2024 and shares extensive code with INC Ransom. It ships encryptors for Windows, Linux and ESXi through an affiliate panel with an 80/20 split and had passed 400 claimed victims by 2026. No public decryptor exists.
- No public decryptor
SafePay
SafePay emerged in late 2024 and rose sharply through 2025-2026 as a closed, non-RaaS crew. Marked by the .safepay extension and readme_safepay.txt note, it enters mainly through valid credentials on VPN gateways and has passed 500 claimed victims. No public decryptor exists.
FAQ
M3RX Frequently asked questions
I found RECOVERY_NOTES.TXT - which ransomware is this?
RECOVERY_NOTES.TXT is the ransom-note filename currently associated with M3RX, catalogued by both Zscaler ThreatLabz and RansomLook. Three things point to this family: text claiming files were encrypted with a "military class algorithm" and stolen from the network; an offer to decrypt three sample files for free; and contact limited to a Tor chat portal plus a Tox ID with no email address. Then check whether encrypted files were renamed wholesale to sixteen random characters plus an extension. Other crews can reuse a filename, so hand the note, three to five encrypted files and any leak-site details to an analyst for cross-confirmation.
Can M3RX-encrypted files be decrypted?
There is no free decryptor. No More Ransom, security vendors and law enforcement have published nothing for M3RX, and public analysis shows it protects each per-file AES key with an X25519 key exchange, so files the encryptor finished cannot be reversed without the attacker's private key. But "not decryptable" is not the same as "not recoverable": the sample encrypts only a small share of each file by default, so large files often retain usable regions; files interrupted mid-encryption still carry an unsealed key in the trailer; and backups, storage snapshots and unencrypted copies frequently push the recovered share high. All of this must be assessed item by item against real on-site files, not inferred from the family name. Distrust anyone promising that data will certainly be restored.
What extension does M3RX append, and why are my filenames gibberish?
The publicly reversed M3RX sample uses the extension
.8hmlsewu, but it does not keep original filenames: the whole name is replaced by sixteen random characters, e.g.a7Kq2xR9mB4tLpZ0.8hmlsewu, which is why everything looks like gibberish. The original path is stored encrypted in the file trailer and can in principle be restored alongside decryption, so do not bulk-rename anything yourself. Note also that the extension and the note text sit in a configuration blob embedded in the binary - build-time parameters that need not be identical in other campaigns - so identify the family through the note filename, its wording, the Tox ID and the leak-site entry as well. If your extension differs, we would welcome a sample to help fill the public intelligence gap.Does M3RX target ESXi or NAS?
The M3RX encryptor analysed publicly so far is a Windows x64 binary only, and there is no public evidence of a Linux or ESXi build, so we will not speculate. Two caveats matter, though. First, the sample walks every drive letter, so NAS/SAN shares and mapped drives mounted on a Windows host are encrypted all the same. Second, the victim profile - manufacturing, transport and logistics, professional services - and the stolen data volumes indicate intrusions deep enough to reach file servers and virtualisation. Plan for the worst case: check whether ESXi management interfaces are reachable from the LAN, whether SSH is enabled, and whether backup and production share credentials, and finish isolation and clean-up before restoring.
Our company appeared on the M3RX leak site - what besides data recovery?
Leak-site entries state a claimed data volume and file count, but that is the attacker's assertion alone and must be corroborated against egress logs, traffic records and file-access auditing to establish what actually left. From there, three tracks run in parallel with recovery: determine notification duties and deadlines under applicable data protection and sector regulations; rotate every credential, key and certificate that may have been exposed, including third-party integration accounts; and assess knock-on exposure for customers, supply chain and contracts. None of this should wait for recovery to finish.
Sources
- RansomLook - M3RX group profile and victim posts
- RansomLook - M3RX ransom notes (RECOVERY_NOTES.TXT)
- RansomLook - M3RX V1 full technical analysis (Windows encryptor)
- Hatching Triage - M3RX encryptor sample (dropped RECOVERY_NOTES.TXT, 2026-04-25)
- Ransomware.live - M3RX group profile and victim list
- Zscaler ThreatLabz - ransomware_notes repository, m3rx
External links are provided for reference only. The content is published by third parties and does not represent our position.
Updated