{"id":6070,"date":"2025-08-12T10:03:33","date_gmt":"2025-08-12T10:03:33","guid":{"rendered":"https:\/\/serisec.com\/index.php\/2025\/08\/12\/darkbit-hackers-attacking-vmware-esxi-servers-to-deploy-ransomware-and-encrypt-vmdk-files\/"},"modified":"2025-08-12T10:03:33","modified_gmt":"2025-08-12T10:03:33","slug":"darkbit-hackers-attacking-vmware-esxi-servers-to-deploy-ransomware-and-encrypt-vmdk-files","status":"publish","type":"post","link":"https:\/\/serisec.com\/index.php\/2025\/08\/12\/darkbit-hackers-attacking-vmware-esxi-servers-to-deploy-ransomware-and-encrypt-vmdk-files\/","title":{"rendered":"DarkBit Hackers Attacking VMware ESXi Servers to Deploy Ransomware and Encrypt VMDK Files"},"content":{"rendered":"<p>    DarkBit Hackers Attacking VMware ESXi Servers to Deploy Ransomware and Encrypt VMDK Files<br \/>\n \t<BR><br \/>\n<BR><\/BR><br \/>\n    <!-- no image --><br \/>\n \t<BR><br \/>\n<BR><\/BR><\/p>\n<div>\n<p>A newly discovered ransomware campaign has targeted enterprise <a href=\"https:\/\/cybersecuritynews.com\/tag\/vmware-esxi\/\" target=\"_blank\" rel=\"noreferrer noopener\">VMware ESXi<\/a> environments with military precision, deploying custom-built encryption tools that specifically hunt for virtual machine disk files across VMFS datastores.\u00a0<\/p>\n<p>Security researchers have successfully reverse-engineered the attack methodology and developed breakthrough decryption techniques, revealing critical vulnerabilities in the threat actors\u2019 cryptographic implementation that enabled complete data recovery without ransom payment.<\/p>\n<pre class=\"wp-block-preformatted\"><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Key Takeaways<\/mark><\/strong><br>1. DarkBit ransomware targets VMware ESXi servers.<br>2. Uses AES-128-CBC encryption with RSA-2048 keys.<br>3. Researchers broke encryption without ransom payment.<\/pre>\n<h2 class=\"wp-block-heading\" id=\"h-darkbit-ransomware-attacks\"><strong>DarkBit Ransomware Attacks<\/strong><\/h2>\n<p>Profero Incident Response Team <a href=\"https:\/\/profero.io\/blog\/from-drone-strike-to-file-recovery-outsmarting-a-nation-state\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">reports<\/a> that the DarkBit cybercriminal group launched a coordinated attack against VMware ESXi servers, deploying a sophisticated C++-based ransomware tool specifically designed to encrypt virtual machine disk images.\u00a0<\/p>\n<p>The malware, identified as esxi.darkbit (SHA256: 0bb1d29ede51d86373e31485d0e24701558e50856722357372518edfb98265a1), systematically targeted VMFS datastores across enterprise environments.<\/p>\n<p>The attackers utilized esxcli commands to ensure all virtual machines were stopped before beginning the encryption process.\u00a0<\/p>\n<p>The ransomware then forked multiple processes to encrypt files concurrently, specifically targeting extensions including .vmdk, .vmx, .nvram, and other VMware-specific file formats.\u00a0<\/p>\n<p>Each encrypted file received the .DARKBIT extension, rendering critical business systems inoperable.<\/p>\n<p>Security researchers discovered the malware implements AES-128-CBC encryption using the widely-deployed Crypto++ cryptography library.\u00a0<\/p>\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXcUOjdwv6aqlwOi586arkPxJiglCSWm3imMaOtTduUqXXib3HyXTmi6OQ89k-11V_FtTrm_85nw48sMQScNnio41oTdreRjux1IU0Ey-YEADoL-RVvPY_2Uq2vl_nw3XqK08_tN?key=evdVKKK3wcTzO56zh5Gw5Q\" alt=\"\"><figcaption class=\"wp-element-caption\">Final Encrypted Data<\/figcaption><\/figure>\n<p>The ransomware generates unique AES keys and initialization vectors (IV) for each file, with the symmetric keys subsequently encrypted using a hardcoded RSA-2048 public key embedded within the binary.<\/p>\n<p>The malware\u2019s execution requires specific command-line parameters: .\/esxi &lt;path to vmfs&gt; &lt;seconds to sleep before encryption&gt; &lt;list of VMs to encrypt&gt;.\u00a0<\/p>\n<p>During analysis, researchers found the encryption process deliberately skips portions of larger files\u2014encrypting 0x100000-byte chunks while skipping 0xa00000 bytes for files under 6.55MB, and using calculated skip sizes for larger files based on (FILESIZE \/ 0x32) \u2013 0x200000.<\/p>\n<p>Critical vulnerabilities emerged in the random number generator implementation, which seeds using the current timestamp, process PID, and two stack addresses, creating a finite keyspace of approximately 2^39 possible values.<\/p>\n<h2 class=\"wp-block-heading\" id=\"h-decryption-via-cryptographic-analysis\"><strong>Decryption Via Cryptographic Analysis<\/strong><\/h2>\n<p><a href=\"https:\/\/cybersecuritynews.com\/tag\/incident-response\/\" target=\"_blank\" rel=\"noreferrer noopener\">Incident response<\/a> teams successfully exploited weaknesses in the ransomware\u2019s cryptographic implementation to recover encrypted data without paying ransom demands.\u00a0<\/p>\n<p>Researchers leveraged the known VMDK file header structure to perform targeted brute-force attacks against the AES keys, utilizing high-performance computing resources to systematically test key combinations.<\/p>\n<p>The breakthrough came through recognizing that VMDK files contain predictable magic bytes in their headers, enabling a cryptanalysis attack against the AES-128-CBC first block when approximately 50 bits of plaintext were known.\u00a0<\/p>\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXflpwmVsF1JORcs-oxEQw8HfBqxeTXvTPj9luN0JgaZcEQCcZx3D0hlS2K78VqvNPYgcmk0EIYT-XX5nLALixOgiQ9oQRPUOfLNh8eWDMM9KqUgrsMf_Nyy4ciXhVBKrofRItew?key=evdVKKK3wcTzO56zh5Gw5Q\" alt=\"\"><\/figure>\n<p>Additionally, investigators discovered that many critical files remained accessible by walking the internal VMDK filesystems, as the sparse nature of virtual disk files left substantial data unencrypted.<\/p>\n<p>The successful recovery highlighted fundamental implementation flaws in the <a href=\"https:\/\/cybersecuritynews.com\/tag\/ransomware-attacks\/\" target=\"_blank\" rel=\"noreferrer noopener\">DarkBit ransomware<\/a>, demonstrating that sophisticated encryption algorithms become vulnerable when improperly implemented with weak random number generation and predictable seed values.<\/p>\n<p class=\"has-text-align-center has-background\" style=\"background:linear-gradient(180deg,rgb(238,238,238) 94%,rgb(169,184,195) 100%)\">Equip your SOC with full access to the latest threat data from <strong>ANY.RUN TI Lookup<\/strong> that can Improve incident response -&gt; <strong><a href=\"https:\/\/any.run\/threat-intelligence-feeds\/?utm_source=csn_aug&amp;utm_medium=article&amp;utm_campaign=how-to-get-real-time-iocs&amp;utm_content=feeds-cta1&amp;utm_term=050825#contact-sales\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Get 14-day\u00a0Free\u00a0Trial<\/a><\/strong><\/p>\n<p>The post <a href=\"https:\/\/cybersecuritynews.com\/darkbit-hackers-attacking-vmware-esxi-servers\/\">DarkBit Hackers Attacking VMware ESXi Servers to Deploy Ransomware and Encrypt VMDK Files<\/a> appeared first on <a href=\"https:\/\/cybersecuritynews.com\/\">Cyber Security News<\/a>.<\/p>\n<\/div>\n<p> \t<BR><br \/>\n <BR><\/BR><br \/>\n    Florence Nightingale<br \/>\n \t<BR><br \/>\n<BR><\/BR><br \/>\n<a href=\"https:\/\/cybersecuritynews.com\/darkbit-hackers-attacking-vmware-esxi-servers\/\">Go to cyber-security-news<\/a><br \/>\n \t<BR><br \/>\n <BR><\/BR><\/p>\n","protected":false},"excerpt":{"rendered":"<p>DarkBit Hackers Attacking VMware ESXi Servers to Deploy Ransomware and Encrypt VMDK Files A newly discovered ransomware campaign has targeted enterprise VMware ESXi environments with military precision, deploying custom-built encryption tools that specifically hunt for virtual machine disk files across VMFS datastores.\u00a0 Security researchers have successfully reverse-engineered the attack methodology and developed breakthrough decryption techniques, [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1636,129,63,231],"tags":[130],"class_list":["post-6070","post","type-post","status-publish","format-standard","hentry","category-cyber-attack-news","category-cyber-security","category-cyber-security-news","category-ransomware","tag-cyber-security-news"],"_links":{"self":[{"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/posts\/6070"}],"collection":[{"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/comments?post=6070"}],"version-history":[{"count":0,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/posts\/6070\/revisions"}],"wp:attachment":[{"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/media?parent=6070"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/categories?post=6070"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/tags?post=6070"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}