Ransomware family
Everest Ransomware Decryption & Data Recovery
- Active
- High
- No public decryptor
Everest is a Russian-speaking closed crew active since December 2020, marked by the .everest extension and an EVERESTRANSOMWARE.txt note. It also sells network access and openly recruits corporate insiders, and many recent cases involve data theft with no encryption at all. No public decryptor exists.
- First seen
- 2020-12
- File extensions
- .everest .EVEREST
- Ransom notes
- EVERESTRANSOMWARE.txt
- Affected platforms
- Windows
Family profile
- File extensions
- .everest
- .EVEREST
- Ransom notes
- EVERESTRANSOMWARE.txt
- EVEREST LOCKER .txt
- Contact patterns
- Tox messenger ID, published in the note and on the leak site
- Tor (.onion) leak site and negotiation page with a countdown timer
- A throwaway mailbox address inside the note, unique per victim
- Ransom quoted in Monero (XMR) in preference to Bitcoin
- Aliases / versions
- Everest Team、Everest Locker、Everest Group
- First seen
- 2020-12
- Status
- Active
- Operational status
- Actively operating
- Threat level
- High
- Affected platforms
- Windows
- Tags
- Leak-site regular
- Active
- Double extortion
- Extortion-only
- RDP brute force
- Phishing
- Exploits vulnerabilities
There is no free public decryptor for Everest. Neither No More Ransom nor any vendor or law-enforcement body has released a tool for this family. Keys are generated locally on the victim host and wrapped with the operators' RSA public key, so without the private key there is nothing to reverse.
One point needs clarifying. Reverse engineering published in July 2026 showed that the Everest encryptor declares AES-256 and RSA-4096 in code but downgrades at runtime to AES-128-CBC and RSA-1024, deriving its key seed from System.Random (seeded off the system tick counter) through PBKDF2. That is a real implementation weakness, but as of September 2026 no researcher has turned it into a working tool. "Weaker than advertised" is not the same as "decryptable".
Avoid one common misidentification as well: the 2018 Everbe / InsaneCrypt lineage also used a .EVEREST extension, and InsaneCrypt (Everbe 1.0) does have a public decryptor. That is a different, far older family; applying its tool to a current Everest sample will not work and may damage files. Attribution must come from the encryptor sample and the note, never from the extension alone.
Latest activity
Leak site still posting: KORBER and GENESILICO were among entries added on 7 September 2026, bringing cumulative named victims to roughly 400 across 36 countries, with 8 added in the prior 30 days.
SourcesOn 20 August 2026 Everest listed Kingston Technology (claiming 138 GB, 9,400+ files) and Capgemini Engineering. Kingston said it was investigating with no service disruption; neither claim is independently confirmed.
SourcesAttackIQ published an encryptor teardown: the ConfuserEx-packed .NET sample declares AES-256/RSA-4096 but runs AES-128/RSA-1024, encrypts only ~6 regions in files over 10 MB, and wakes dormant hosts via Wake-on-LAN.
Sources
Overview
Everest first appeared in December 2020 and began naming victims on its Tor leak site in September 2021. By September 2026 public trackers had recorded roughly 400 listed organisations across dozens of countries - one of the few extortion crews to run continuously for more than five years. It is not a RaaS operation: there is no public affiliate programme, and samples abort on CIS locales, consistent with the assessment that this is a closed Russian-speaking group.
Three parallel revenue streams distinguish it: deploying an encryptor for ransom; brokering initial access to corporate networks since November 2021; and, since October 2023, openly recruiting corporate insiders for a profit share. The last two mean the entry point is not always a technical intrusion - it may be a bought employee account. Healthcare is the most represented sector, followed by technology and professional services, then finance, government, manufacturing and aviation; close to a third of listed victims are US-based, and US healthcare-sector authorities have issued a dedicated advisory on the group.
In April 2025 the leak site was breached, defaced and briefly taken offline; posting resumed within weeks. More significantly, the operation has tilted towards pure data theft: in autumn 2025 it posted a Collins Aerospace MUSE / vMUSE claim and tied it to the September 2025 check-in disruption at several European airports, and in February 2026 it claimed a large dataset from records-management provider Iron Mountain. Such claims need independent verification - reverse engineering from the same period found no exfiltration code in the encryptor itself, while the notes still assert that "approximately 1 TB" was taken.
For Chinese enterprises the exposure sits with overseas subsidiaries, cross-border branches and supply-chain partners: one stale leaked credential, one remote entry point without MFA, or one bought account is enough.
How to identify it
Extension and naming. The .everest suffix (uppercase .EVEREST in some builds) is appended to the original filename, which is otherwise left intact. Files above 10 MB are renamed in place and partially overwritten, so no second copy appears on disk.
Ransom note. EVERESTRANSOMWARE.txt - transcribed in some reports as EVEREST LOCKER .txt, so confirm the exact spelling against the sample - is dropped into C:\ProgramData, the desktop and every traversed directory. It opens with "Greetings from the Everest team" and hardcodes the victim organisation's name, showing the sample was compiled for that target. Contact is via a Tox ID and an onion page.
Host-side corroboration. Wallpaper replaced; SMBv1 and Network Discovery re-enabled; a text file listing discovered UNC paths under ProgramData; unmounted volumes force-assigned drive letters; Image File Execution Options entries and scheduled tasks for the anti-ransomware tool Raccine removed; shadow storage resized to 401 MB; Recycle Bin emptied and security, backup and database services disabled.
A misidentification worth avoiding. The 2018 Everbe / InsaneCrypt lineage also used .EVEREST (as .[email].EVEREST) and is unrelated to this crew. Judging on the extension alone leads to the wrong recovery path.
Confirm whether encryption even happened. A substantial share of Everest cases are exfiltration-only. Being named on the leak site while every file remains readable is normal here, and that scenario follows an entirely different response path.
Infection vectors
Everest's access playbook rests on valid credentials and exposed remote entry points:
- Internet-facing RDP without MFA, ranked first across public reporting.
- Vulnerable or weakly protected VPN endpoints and public-facing applications, including legacy services that were never decommissioned.
- Purchased and reused credentials from initial access brokers, credential stuffing and infostealer logs. Public tracking data associates infostealer logs with around 60% of Everest's listed victims, and several large cases have been traced back to credentials leaked years earlier that were never rotated - including file-transfer accounts left behind by decommissioned services.
- Phishing for loader delivery.
- Insider recruitment. Since October 2023 the group has openly paid employees for access or data, bypassing most perimeter and endpoint controls; least privilege and behavioural auditing are the only real countermeasures.
Lateral movement includes one unusual step: the encryptor parses the local ARP cache for recently contacted MAC addresses and sends Wake-on-LAN magic packets over UDP ports 7 and 9 to bring powered-off or sleeping hosts online before enumerating and encrypting them. The assumption that "machines shut down that night were safe" does not hold here.
Note also that no exfiltration code was found in the reverse-engineered encryptor. Data theft happens earlier with separate tooling, so the volume claimed in the note and the encryption activity seen on endpoints are two independent evidence chains.
Encryption behavior
Encryptor form. A .NET Framework 4.0 binary packed with ConfuserEx, compiled per victim.
Algorithms. The code declares AES-256 and RSA-4096 but downgrades at runtime to AES-128-CBC, with the key seed wrapped under an RSA-1024 public key. The seed is 32 printable ASCII characters drawn from System.Random (seeded off Environment.TickCount) and passed through PBKDF2 with a static 8-byte salt and 1,000 iterations to derive the key and IV. Keys are generated entirely on the victim host with no C2 dependency - a design closely matching the BlackByte C# variant and the basis for researchers linking the two codebases.
Encryption scope, the part that decides recovery. Files up to 10 MB are fully encrypted; files above 10 MB are renamed in place and encrypted in roughly six non-contiguous regions with no padding. Large files - databases, virtual disks, mail stores, imaging and backup archives - therefore often retain substantial untouched original data. That intact remainder is the entire basis for structural repair later; small files offer no such margin.
Recovery inhibition. All volume shadow copies are deleted and shadow storage resized to 401 MB to force a purge, restore points are removed, the Recycle Bin emptied, backup-related files deleted, security, backup and database services disabled, Controlled Folder Access turned off, and deny ACEs applied to the encryptor's own process to resist termination.
Geofencing and platforms. Execution aborts on CIS locales. Public analysis covers Windows only and no confirmed Linux or ESXi encryptor has been published, though SMB shares reachable in the domain - including those hosted on NAS devices - are encrypted along with local volumes. The leak site runs countdown timers and staged publication.
Assess before you act
Recoverability assessment
Everest recovery has to be assessed in layers. We do not pay ransoms and do not negotiate; our work is technical recovery, impact assessment and forensics.
1) Free decryptor: none. Downloads advertised as "Everest decryptors" are typically the 2018 Everbe / InsaneCrypt utilities or outright malware, and applying them wastes time or damages samples.
2) Structural repair of large files - the most realistic technical path here. Files above 10 MB have only about six regions overwritten, so MDF/LDF, DBF, ibd, vmdk/vhdx and PST/EDB containers usually retain large intact page and data areas. Page-level database extraction and logical rebuilds are viable, as is repairing virtual-disk structures so the disk mounts and inner files can be pulled out. Yields depend on whether those six regions hit headers, page directories or allocation tables, so sample testing precedes any commitment. Files under 10 MB are fully encrypted and offer no such path.
3) Backups, snapshots and shadow copies. Shadow copies are normally gone, but offline and offsite backups, NAS/SAN volume snapshots, hypervisor snapshots, untouched copies on the backup server and cloud version history all deserve a check - usually the highest-yield route. Never reattach backup media to a network that has not been cleaned.
4) Unencrypted copies and log replay. File-server recycle bins, endpoint caches, reporting staging databases, ERP archive exports, database transaction logs and application audit logs can support reconstruction or point-in-time replay.
5) Low-level carving - limited scope. Large files are renamed in place and partially overwritten, leaving no deleted original to carve.
6) The exfiltration-only scenario. Where nothing was encrypted, the work shifts to breach impact assessment: establish which systems, data categories, time windows and volumes were actually affected (Everest has a documented history of inflating volumes, so rely on your own logs and egress evidence); rotate affected passwords, API keys, certificates and service credentials; and complete notification under the Cybersecurity Law, Data Security Law, PIPL and sector regulations.
We commit to a verifiable assessment and a clearly bounded recovery scope. No technique restores every file untouched, and anyone claiming otherwise should be treated as a warning sign; recovery ratios are quoted as measured ranges only after sample testing.
Our response plan
Hit by Everest ransomware? What to do
Containment and forensic preservation
Cut affected hosts from production networks and storage paths, disable the remote entry points involved (RDP, VPN, legacy FTP) and any suspect accounts, and do not reboot or power off. Because Everest uses Wake-on-LAN to bring sleeping hosts back online, isolation must cover the whole layer-2 segment rather than relying on machines being switched off. Image or snapshot the domain controller, backup server and file servers first, and export firewall, VPN, Active Directory and egress traffic logs - the last of these is what lets you verify claimed exfiltration volumes. Keep three to five encrypted files and the original EVERESTRANSOMWARE.txt.
Family identification and encryption analysis
Confirm the current Everest crew from the note filename and wording, the extension, file trailer markers and sample characteristics, explicitly ruling out the identically suffixed 2018 Everbe / InsaneCrypt lineage. Reverse the encryptor build and measure the 10 MB threshold behaviour along with the offsets and lengths of the overwritten regions in large files - this determines which files are worth repairing. Establish at the same time whether the incident is an encryption case or exfiltration-only, since the two diverge completely from here.
Recoverability and breach impact assessment
Run two tracks in parallel. Technical: inventory backups, storage snapshots, hypervisor snapshots and unencrypted copies, run sample repairs on critical databases and virtual disks, and quantify expected recovery ranges. Impact: use logs and egress traffic to establish which systems, data categories, time windows and volumes were genuinely exfiltrated, and test the ransom note's claims against that evidence. Deliver a written assessment stating which systems roll back from backup, which need structural repair, and which data drives notification obligations, with timelines and priorities.
Recovery execution and breach handling
All work happens on images or copies with originals kept read-only. Restore in business priority order: domain controllers and identity first, then core databases such as ERP and MES, then file and mail systems; for large files attempt page-level extraction and virtual-disk structural repair before considering wholesale overwrite. Drive the breach track in parallel - rotate passwords, API keys, certificates and service credentials, complete internal and regulatory notification, and agree consistent messaging for customers and partners. After each batch, run integrity checks and business-side verification such as reconciliation, report comparison and application start-up tests.
Attribution, hardening and handover
Reconstruct the full kill chain: whether the entry point was RDP or VPN without MFA, a legacy service never decommissioned, or stale credentials from an infostealer log - and whether there are signs of insider involvement such as off-hours access, privilege misuse or bulk exports. Remove persistence, rogue accounts, scheduled tasks and GPO backdoors; reset credentials domain-wide and enforce MFA on every remote entry point; disable unnecessary SMBv1 and Network Discovery and tighten write permissions on directories such as ProgramData; retire legacy services and accounts; rebuild backups to a 3-2-1 design with immutable copies; and put least-privilege and auditing controls in place against the insider vector. 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 processes, key material and connections destroys both forensic evidence and your ability to verify exfiltration volumes. Everest also wakes sleeping machines over Wake-on-LAN, so powering down is not isolation.
- Do not download and run anything advertised as an "Everest decryptor" - no public decryptor exists for this family, and those tools are usually 2018 Everbe / InsaneCrypt artefacts or malware that can cause further damage.
- Do not delete EVERESTRANSOMWARE.txt or the encrypted samples, and do not rush an antivirus cleanup - they are the only basis for build identification and a repair feasibility call.
- Do not format, reinstall or rebuild RAID sets and storage pools; large files are partially overwritten in place, and a rebuild erases the intact regions that are your only recovery margin.
- Do not reconnect backup tapes, external drives or the backup server to a network that has not been cleaned - Everest actively hunts and destroys reachable backups.
- Do not base your breach notification on the volume claimed in the ransom note; this group has a documented record of inflating figures, so notification must rest on your own logs and egress evidence.
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
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.
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.
Related industries
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.
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.
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
- No public decryptor
Qilin
Qilin (formerly Agenda) is a Rust-rewritten cross-platform RaaS operation focused on VMware ESXi and Linux estates. It has ranked as the world's most active ransomware group for several consecutive quarters since 2025, with confirmed victims among electronics manufacturers in Taiwan and Hong Kong.
- No public decryptor
INC Ransom
INC Ransom emerged in 2023 and has passed 800 claimed victims by 2026, making it a top-tier RaaS operation. Marked by the .INC extension and INC-README notes, it exploits Citrix and SonicWall edge flaws and ships an ESXi encryptor. No public decryptor exists.
- No public decryptor
World Leaks
World Leaks is the extortion-only brand Hunters International adopted in January 2025: no encryptor, no renamed files, just data theft backed by a Tor leak site. No new victims have been posted since late July 2026 and the leak site has been unreachable, so the operation currently looks dormant.
FAQ
Everest Frequently asked questions
Can .everest files be decrypted?
No free public decryptor exists. Keys are generated on the victim host and wrapped with the operators' RSA public key, so there is nothing to reverse without the private key. Reverse engineering published in July 2026 did show the encryptor downgrading its advertised AES-256/RSA-4096 to AES-128/RSA-1024 with an insecure key seed, but no researcher has turned that into a working tool, so it cannot be treated as decryptable. The realistic routes are backups and snapshots, plus structural repair that exploits the partial overwriting of large files.
We were named on the leak site but nothing was encrypted - is that normal?
Yes, and it is common with Everest. Many recent incidents involve data theft with no encryptor deployed at all - reverse engineering published in July 2026 supports this, finding no exfiltration code inside the encryptor itself, so theft is handled by separate earlier-stage tooling and the two can occur independently. The response here is not file recovery but scope work: verify the real exfiltration footprint and timeline from your own logs and egress traffic rather than the note's figures, rotate the affected credentials and keys, complete regulatory notification, prepare customer and regulator messaging, and monitor the leak site.
Our databases and VMs were encrypted with .everest - is recovery possible?
There is, and it is the most worthwhile direction for this family. Everest overwrites only about six non-contiguous regions in files larger than 10 MB, so MDF/LDF, DBF, ibd and vmdk/vhdx containers usually retain large intact page and data areas. Page-level database extraction and logical rebuilds are viable, as is repairing virtual-disk structures so the disk mounts and inner files can be pulled out. How much comes back depends on whether those regions hit headers, page directories or allocation tables, which has to be measured on samples first. This requires stopping writes to the original volumes immediately and never rebuilding the storage pool or re-initialising the datastore.
Everest claims hundreds of GB were stolen - is that credible, and should we pay?
Claimed volumes need independent verification. Vendors have repeatedly documented Everest inflating the scale of what it took, and reverse engineering published in July 2026 found that notes uniformly assert "approximately 1 TB" was stolen while the encryptor contains no exfiltration code at all - the figure is a negotiating line, not a measurement taken from your environment. Rely on your own logs and egress traffic, not the note or the leak site. On payment: we do not pay ransoms and do not negotiate. Paying does not undo the fact that a copy is already in criminal hands, nor does it prevent resale or reuse by other crews. The higher-value actions are establishing the exfiltration scope quickly, completing notification, rotating credentials and getting external communication right.
Servers that were powered off got encrypted - how?
The encryptor parses the local ARP cache and sends Wake-on-LAN magic packets across the LAN to bring powered-off or sleeping hosts online, then enumerates and encrypts them over SMB. It also re-enables SMBv1 and Network Discovery and force-assigns drive letters to unmounted volumes to widen its reach. "Shut down overnight" is therefore no protection against this family: isolation has to happen at the network layer - pull links, segment VLANs, block ports - and post-incident hardening should review Wake-on-LAN settings in BIOS and NIC configuration along with network discovery policy.
Sources
- Inside Everest Ransomware: Dissecting a ConfuserEx-Protected .NET Encryptor — AttackIQ
- Everest Ransomware: Triple Threat of Encryption, Access, and Insiders — Picus Security
- Everest ransomware group's darknet site offline following defacement — The Record
- Collins Aerospace attack and EU airport chaos claimed by Everest ransomware gang — Cybernews
- Everest — victim listings and activity timeline, Ransomware.live
- Everest — leak-site post history and group profile, RansomLook
External links are provided for reference only. The content is published by third parties and does not represent our position.
Updated