RansomHub: A New Ransomware Threat Targeting Windows, ESXi, Linux, and FreeBSD Systems

Govind Kumar
Govind Kumar

Co-founder/CPO

 
February 18, 2025
4 min read

The RansomHub ransomware group has emerged as one of the most prolific cybercrime syndicates of 2024–2025. The group has expanded its arsenal to target Windows, VMware ESXi, Linux, and FreeBSD systems, employing advanced evasion techniques, cross-platform encryption, and exploiting vulnerabilities in enterprise infrastructure. Group-IB analysts have discovered that RansomHub has compromised over 600 organizations, including sectors such as healthcare, finance, and critical infrastructure RansomHub.

RansomHub Evolves To Attack Windows, ESXi, Linux and FreeBSD Operating Systems

RansomHub Evolves To Attack Windows, ESXi, Linux and FreeBSD Operating Systems

The RansomHub ransomware group has emerged as one of the most prolific cybercrime syndicates of 2024–2025. The group has expanded its arsenal to target Windows, VMware ESXi, Linux, and FreeBSD systems, employing advanced evasion techniques, cross-platform encryption, and exploiting vulnerabilities in enterprise infrastructure. Group-IB analysts have discovered that RansomHub has compromised over 600 organizations, including sectors such as healthcare, finance, and critical infrastructure RansomHub.

Multi-OS Encryption Capabilities

RansomHub’s ransomware variants are tailored for diverse environments, featuring unique command-line arguments and encryption methods per platform. The following command illustrates how RansomHub operates:

RansomHub.exe -pass  -fast -disable-net -skip-vm "VM1" 

A JSON configuration file, decrypted at runtime, specifies whitelisted directories, kill lists for processes/services, and credentials for lateral movement. The ESXi encryptor disrupts virtual machines using vim-cmd commands, encrypting VM files (.vmdk, .vmx) with ChaCha20 and Curve25519 algorithms. A flaw in the /tmp/app.pid check allows defenders to prevent encryption by writing -1 to the file, forcing an infinite loop.

// Code snippet from ESXi encryptor if (access("/tmp/app.pid", F_OK) == 0) { pid_t pid = read_pid(); if (kill(pid, 0) == 0) { kill(pid, SIGKILL); exit(0); } } 

The Linux variant uses intermittent encryption (1 MB chunks) and terminates services like syslog to hinder detection. The FreeBSD version, detected as Ransom.FreeBSD.INTERLOCK.THJBBBD, avoids critical directories and appends .interlock to files. RansomHub affiliates exploit vulnerabilities such as CVE-2024-3400 (Palo Alto firewalls) and CVE-2021-42278/CVE-2020-1472 (Active Directory) for initial access. Extract of security advisory released by Palo Alto (Source – Group-IB)

.webp) Post-compromise, RansomHub deploys tools like PCHunter to terminate EDR processes and delete logs, FileZilla for data exfiltration, and uses BYOVD attacks to disable security tools. RansomHub’s affiliate panel allows customizable ransom notes and leak site integrations. Ransomware configuration file (Source – Group-IB)
.webp) The group threatens victims with regulatory reporting (PDPL violations) to pressure payments, utilizing a decrypted configuration that includes details such as the master public key and processes to be killed.

// Decrypted configuration snippet { "master_public_key": "a1b2c3...", "extension": ".6706c3", "note_file_name": "README.txt", "kill_processes": ["MsMpEng.exe", "TaniumCX.exe"] } 

RansomHub ransom note (Source – Group-IB)

.webp) CISA urges organizations to patch CVE-2024-3400 and audit remote services to mitigate the threat posed by RansomHub. Detection strategies include using YARA rules for RansomHub binaries and monitoring for suspicious PowerShell commands.

Play Ransomware Group’s New Linux Variant Targets ESXi

Trend Micro threat hunters have noted the emergence of a new Linux variant of the Play ransomware group that targets ESXi environments. The Play ransomware group is recognized for its double-extortion tactics and has expanded its attacks on Linux platforms. This variant is designed to verify if it runs on an ESXi environment before executing its malicious routines. The Play ransomware variant's infection routine mirrors that of its Windows counterpart, accepting command-line arguments for encrypting drives and files. It runs ESXi-related commands to scan and power off all VMs found in the environment. Once executed, the ransomware encrypts VM files, appending the extension “.PLAY” to the encrypted files. After the encryption process, a ransom note is dropped in the root directory, also displayed in the ESXi client login portal.

Exploring the Connection Between Prolific Puma and Play Ransomware

The analysis of the suspicious IP address associated with Play ransomware indicates a potential collaboration with Prolific Puma, a group known for generating domain names using a random destination generator algorithm. This relationship suggests that the Play ransomware group may be utilizing Prolific Puma's infrastructure and services to enhance its capabilities. To mitigate ransomware attacks, especially in ESXi environments, organizations should adopt best practices, including regular patching, strong access controls, and maintaining offline backups. VMware provides guidelines and best practices for securing ESXi environments.

Govind Kumar
Govind Kumar

Co-founder/CPO

 

Govind Kumar is a product and technology leader with hands-on experience in identity platforms, secure system design, and enterprise-grade software architecture. His background spans CIAM technologies and modern authentication protocols. At Gracker, he focuses on building AI-driven systems that help technical and security-focused teams work more efficiently, with an emphasis on clarity, correctness, and long-term system reliability.

Related Articles

Step-by-Step: Implementing AEO to Capture AI-Driven Search Traffic in 2026
Answer Engine Optimization

Step-by-Step: Implementing AEO to Capture AI-Driven Search Traffic in 2026

Stop chasing blue links. Learn how to implement AEO to secure citations in LLM responses and capture AI-driven search traffic in the new zero-click reality.

By Ankit Agarwal July 24, 2026 6 min read
common.read_full_article
How to Actually Reach the Right Person at a Company (A B2B Founder's Outreach Playbook)
B2B sales · outreach

How to Actually Reach the Right Person at a Company (A B2B Founder's Outreach Playbook)

Learn how B2B founders can identify, verify, and reach the right decision-makers with a proven outreach process that reduces bounces and improves response rates.

By Govind Kumar July 24, 2026 8 min read
common.read_full_article
The Best GEO Tools for Tracking AI Search Citations Across Multiple Platforms (AI Search Engines)
AI citation tracking tools

The Best GEO Tools for Tracking AI Search Citations Across Multiple Platforms (AI Search Engines)

Compare the best GEO tools for tracking AI search citations across ChatGPT, Gemini, Perplexity, and more. Find the right platform to improve AI visibility.

By Ankit Agarwal July 23, 2026 7 min read
common.read_full_article
Programmatic SEO vs. Traditional Content: What Drives Faster B2B SaaS Growth?
Programmatic SEO

Programmatic SEO vs. Traditional Content: What Drives Faster B2B SaaS Growth?

Stop choosing between scale and authority. Learn how to combine programmatic SEO and traditional content to drive B2B SaaS growth in 2026.

By Deepak Gupta July 23, 2026 7 min read
common.read_full_article