LockBit 5.0: Linux Ransomware Encrypts Offline Without C2 Server

Step by step
How the attack unfolded
Click a phase for details – or let the animation play through.
PHASE 1/6 · Initial Access

The attackers gain an initial foothold on the Linux system through various entry points.

T1190 – Exploit Public-Facing Application T1566 – Phishing T1110 – Brute Force
  • Phishing emails as entry vector
  • Brute-force attacks on remote access such as RDP
  • Exploitation of vulnerabilities in internet-facing edge devices
PHASE 2/6 · Execution

The standalone ELF malware is launched on the 64-bit Linux system and runs without external dependencies.

T1059 – Command and Scripting Interpreter
  • ELF file for x86-64 architecture
  • LINUX Locker v1.01 runs fully offline without a C2 server
  • Uses multithreading for parallel processing
  • The -r parameter controls partial encryption (10–90%)
PHASE 3/6 · Defense Evasion

The malware blocks analysis tools and operates independently of any C2 to evade network-based detection.

T1562 – Impair Defenses T1622 – Debugger Evasion T1070 – Indicator Removal
  • Blocks debugging tools such as strace, gdb and ltrace
  • Offline encryption bypasses C2 traffic blocking
  • Deletes itself by default after encryption
  • Public Curve25519 key hardcoded into the binary
PHASE 4/6 · Lateral Movement

On virtualization hosts, central VMs are targeted to compromise the entire IT landscape.

  • Targeted attacks on VMware ESXi and Proxmox
  • Execution of 'vim-cmd' on ESXi hosts to shut down VMs
  • One encrypted host paralyzes numerous VMs at once
PHASE 5/6 · Exfiltration

Before encryption, data is stolen to apply additional pressure through double extortion.

T1048 – Exfiltration Over Alternative Protocol
  • LockBit uses double extortion (data theft before encryption)
  • Detectable through unexplained spikes in outbound traffic
  • Victims published on new data leak site (since 12/2025)
PHASE 6/6 · Impact

The malware encrypts the system and prevents data recovery by overwriting free disk space.

T1486 – Data Encrypted for Impact T1485 – Data Destruction
  • Encryption using ChaCha20/XChaCha20 and Curve25519
  • Files renamed with a random 16-character hex extension
  • Ransom note 'ReadMeForDecrypt.txt' placed in directories
  • Overwrites free space with zeros; 75% of SMEs cannot resume operations
Short & clear answers
Frequently asked questions about this incident
Am I affected by LockBit 5.0?
All Linux servers as well as virtualization environments like VMware ESXi and Proxmox are at risk. Check your file systems for mass-renamed files with a random 16-character hexadecimal extension (e.g. .840d22e34b8e1f9e) and look for the ransom note 'ReadMeForDecrypt.txt'. On ESXi hosts, the execution of 'vim-cmd' in the logs indicates an attack.
What do I need to do right now to protect myself?
Implement phishing-resistant multi-factor authentication (ideally FIDO2) for all privileged access and VPNs, and consistently keep internet-facing systems such as firewalls and VPN gateways up to date. Also deploy behavior-based endpoint detection and response solutions on Linux and ESXi servers. Backups must be offline, immutable, and regularly tested for recoverability.
Why don't my security solutions detect the attack?
LockBit 5.0 encrypts entirely offline, without contact to a command-and-control server. The attackers' public key is hardcoded into the program, so no suspicious network traffic is generated that network-based solutions could block. According to analysts, behavior-based detection at the endpoint level is therefore the only reliable layer of protection.
Is there a patch against LockBit 5.0?
No, this is malware and not a single vulnerability, so there is no patch to install. The malicious code must first reach your system via routes such as phishing, brute-force attacks on RDP, or exploitation of vulnerabilities in firewalls and VPN gateways. Protection consists solely of prevention and early detection.
Do I have to report a ransomware attack under GDPR?
Yes, a ransomware attack almost always constitutes a reportable data breach under Art. 33 GDPR, since encryption alone means a loss of availability. The notification to the supervisory authority must be made without delay, ideally within 72 hours of becoming aware. Since LockBit also steals data (double extortion), affected individuals must additionally be informed under Art. 34 GDPR if there is a high risk.
More security news
You might also be interested in
Critical Elementor Pro Flaw: Attackers Can Fully Take Over WordPress Sites
A file upload bug in Elementor Pro up to 4.2.1 allows RCE without login. Version 4.2.2 fixes the flaw – update now!
Pods Plugin: Critical Flaw Enables Admin Takeover, No Login
A critical flaw in the WordPress plugin Pods lets attackers overwrite admin passwords without login. Over 100,000 sites are affected.
miniOrange SAML SSO: Critical Bypass Turns Attackers Into Admins
Two critical auth bypasses in the miniOrange SAML SSO plugin allow forged SAML assertions—up to full WordPress admin access.