惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
H
Help Net Security
量子位
The Cloudflare Blog
博客园 - Franky
博客园 - 聂微东
博客园 - 司徒正美
Last Week in AI
Last Week in AI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Apple Machine Learning Research
Apple Machine Learning Research
宝玉的分享
宝玉的分享
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
有赞技术团队
有赞技术团队
罗磊的独立博客
GbyAI
GbyAI
雷峰网
雷峰网
T
The Blog of Author Tim Ferriss
Martin Fowler
Martin Fowler
S
SegmentFault 最新的问题
美团技术团队
阮一峰的网络日志
阮一峰的网络日志
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
U
Unit 42
MongoDB | Blog
MongoDB | Blog

Security Affairs

Copy Fail: New Linux bug enables Root via page‑cache corruption Agent’s claims on WhatsApp access spark security concerns Meta accused of violating DSA by failing to safeguard minors Large-scale Roblox hacking operation shut down by Ukrainian authorities CVE-2026-42208: LiteLLM bug exploited 36 hours after its disclosure Internet censorship index reveals Russia’s lead and widespread content blocking All supported cPanel versions hit by critical auth bug, now patched U.S. CISA adds Microsoft Windows Shell and ConnectWise ScreenConnect flaws to its Known Exploited Vulnerabilities catalog ShinyHunters exploit Anodot incident to target Vimeo CVE-2026-3854 GitHub flaw enables remote code execution Signal Phishing Campaign Targets German Officials in Suspected Russian Operation Microsoft fixes Entra ID flaw enabling privilege escalation New Android spyware Morpheus linked to Italian surveillance firm NCSC launches SilentGlass, a plug-in device to secure HDMI and DisplayPort links Medtronic discloses security incident after ShinyHunters claimed theft of 9M+ records Chinese spy posed as researcher in spear-phishing campaign targeting NASA to steal defense software LINKEDIN BROWSERGATE Firefox bug CVE-2026-6770 enabled cross-site tracking and Tor fingerprinting Fast16: Pre-Stuxnet malware that targeted precision engineering software Italy moves to extradite Chinese national to the U.S. over hacking charges U.S. utility giant Itron discloses a security breach Critical bug in CrowdStrike LogScale let attackers access files GopherWhisper: new China-linked APT targets Mongolia with Go-based malware SECURITY AFFAIRS MALWARE NEWSLETTER ROUND 94 Trigona ransomware adopts custom tool to steal data and evade detection Security Affairs newsletter Round 574 by Pierluigi Paganini – INTERNATIONAL EDITION U.S. CISA adds SimpleHelp, Samsung, and D-Link flaws to its Known Exploited Vulnerabilities catalog Over 400,000 sites at risk as hackers exploit Breeze Cache plugin flaw (CVE-2026-3844) CISA reports persistent FIRESTARTER backdoor on Cisco ASA device in federal network 12-year-old Pack2TheRoot bug lets Linux users gain root privileges
Hidden VMs: how hackers leverage QEMU to stealthily steal...
Pierluigi Pa · 2026-04-18 · via Security Affairs

Attackers abuse QEMU to hide malware in virtual machines, bypass detection, steal data, and deploy ransomware without leaving any trace.

Sophos researchers report a rise in attackers abusing QEMU, an open-source emulator, to hide malicious activity inside virtual machines. By running malware in a VM, attackers avoid endpoint security controls and leave minimal traces on the host system. This approach allows them to maintain long-term access, steal credentials, exfiltrate data, and eventually deploy ransomware such as PayoutsKing.

The technique is not new but is becoming more frequent. Over the years, threat actors have used QEMU for different purposes, including hosting attack tools, creating covert tunnels to command-and-control infrastructure, and deploying backdoors before launching ransomware. Attackers favor QEMU and similar platforms like Hyper-V or VMware because they provide a stealthy environment that makes detection and forensic analysis much harder, giving adversaries more time to operate undetected.

“The abuse of QEMU is a recurring technique that has been used by threat actors for many years” reads the report published by Sophos. “However, Sophos analysts have observed an uptick in cases involving QEMU for defense evasion, with two distinct campaigns identified since late 2025: STAC4713 and STAC3725.”

STAC4713, first seen in late 2025, is a financially driven campaign tied to PayoutsKing ransomware. Attackers rely on QEMU virtual machines to conceal activity and maintain hidden access inside compromised networks.

Attackers deploy QEMU by creating a scheduled task (“TPMProfiler”) that runs a hidden VM with SYSTEM privileges, using disk images disguised as legitimate files like databases or DLLs. They enable persistence through port forwarding and set up reverse SSH tunnels to maintain covert remote access, bypassing detection. Inside the VM, they run a lightweight Alpine Linux environment with tools for tunneling, obfuscation, and data transfer, enabling stealthy operations within the compromised system.

They also use legitimate system tools to extract credentials, copy Active Directory databases, and explore network shares, blending malicious actions with normal activity.

“Initial access methods varied across intrusions. Older incidents leveraged exposed SonicWall VPNs that did not have multi-factor authentication (MFA) enabled, while a January 2026 incident exploited a SolarWinds Web Help Desk vulnerability (CVE-2025-26399).” continues the report. “In February, Microsoft and Huntress reported similar observations of this vulnerability leading to QEMU deployment.”

The STAC4713 campaign is closely linked to data theft and the deployment of PayoutsKing ransomware, attributed to the GOLD ENCOUNTER group. Active since mid-2025, the group targets virtualized environments like VMware and ESXi and operates independently, not as a ransomware-as-a-service model.

From early 2026, attackers shifted tactics, moving away from QEMU-based access. They began exploiting exposed VPNs and using social engineering, such as phishing emails and fake IT support via Microsoft Teams, to trick users into installing remote tools. They also abused legitimate binaries to sideload malware and used tools like Rclone to exfiltrate data to remote servers, showing a flexible and evolving attack strategy.

“It is highly likely that the STAC4713 campaign is linked to data theft and PayoutsKing ransomware deployment. Counter Threat Unit™ (CTU) researchers attribute the PayoutsKing ransomware and extortion operation, which emerged in mid-2025, to the GOLD ENCOUNTER threat group.” states Sophos. “Sophos analysis indicates that the group focuses on hypervisors and has encryptors targeting both VMware and ESXi environments. PayoutsKing operators have explicitly stated that they do not operate under a ransomware-as-a-service (RaaS) model or work with affiliates, suggesting that tactical differences across these observed incidents are due to deliberate attacker choices rather than separate threat actors. “

Another campaign analyzed by Sophos is tracked as STAC3725. First seen in early 2026, the STAC3725 campaign exploits the CitrixBleed2 flaw to gain access, then installs a malicious ScreenConnect client for persistence and control. Attackers create a new admin account, deploy remote access software, and launch a QEMU virtual machine to run tools for reconnaissance and credential theft.

Inside the VM, they manually build a toolkit including Impacket, BloodHound, Kerbrute, and Metasploit to map the network and extract sensitive data. They also weaken defenses by modifying registry settings, disabling protections, and installing vulnerable drivers.

Post-compromise activity varies, suggesting access is sometimes sold to other actors. In some cases, attackers deploy additional management tools for persistence, while in others they use encrypted connections, steal browser data, and disable security controls to maintain long-term access.

The report includes recommendations, protections, and indicators of compromise for these campaigns.

Follow me on Twitter: @securityaffairs and Facebook and Mastodon

Pierluigi Paganini

(SecurityAffairs – hacking, malware)