DEAD#VAX Malware Campaign Deploys AsyncRAT via IPFS-Hosted VHD Phishing Files
好的,我现在需要帮用户总结这篇文章的内容,控制在100字以内。首先,我得通读整篇文章,抓住主要信息。 文章讲的是一个新的恶意软件活动,叫做DEAD#VAX。它使用了多种技术来绕过传统的检测机制,部署了一个名为AsyncRAT的远程访问木马。攻击者通过钓鱼邮件发送伪装成PDF的VHD文件,利用IPFS网络托管这些文件。 接下来,攻击过程分为多个阶段:VHD文件被打开后挂载为虚拟硬盘,然后执行WSF脚本和批处理脚本,进行环境检查和权限验证。一旦条件满足,就会释放PowerShell加载器和持久化模块,将AsyncRAT注入到可信的Windows进程中,并且完全在内存中执行,避免写入磁盘。 AsyncRAT的功能包括键盘记录、屏幕和摄像头捕捉、剪贴板监控、文件系统访问、远程命令执行以及跨重启的持久性。此外,恶意软件还通过控制执行时间和限制CPU使用来进一步隐蔽自己。 总结一下关键点:新的恶意软件DEAD#VAX使用多种技术绕过检测,通过钓鱼邮件传播伪装成PDF的VHD文件,利用IPFS网络托管。攻击分为多阶段,在内存中执行并注入到可信进程,功能强大且隐蔽性强。 现在需要将这些信息浓缩到100字以内。确保涵盖主要的技术手段、传播方式、注入机制以及恶意软件的功能。 </think> 新的恶意软件活动DEAD#VAX利用钓鱼邮件传播伪装成PDF的VHD文件,并通过IPFS网络托管。攻击分为多阶段,在内存中执行并注入到可信Windows进程(如RuntimeBroker.exe),以避免检测和 forensic 分析。AsyncRAT 提供远程控制功能,并通过控制执行时间和限制 CPU 使用来提高隐蔽性。 2026-2-4 17:24:0 Author: thehackernews.com(查看原文) 阅读量:0 收藏

Malware / Endpoint Security

Threat hunters have disclosed details of a new, stealthy malware campaign dubbed DEAD#VAX that employs a mix of "disciplined tradecraft and clever abuse of legitimate system features" to bypass traditional detection mechanisms and deploy a remote access trojan (RAT) known as AsyncRAT.

"The attack leverages IPFS-hosted VHD files, extreme script obfuscation, runtime decryption, and in-memory shellcode injection into trusted Windows processes, never dropping a decrypted binary to disk," Securonix researchers Akshay Gaikwad, Shikha Sangwan, and Aaron Beardslee said in a report shared with The Hacker News.

AsyncRAT is an open-source malware that provides attackers with extensive control over compromised endpoints, enabling surveillance and data collection through keylogging, screen and webcam capture, clipboard monitoring, file system access, remote command execution, and persistence across reboots.

The starting point of the infection sequence is a phishing email delivering a Virtual Hard Disk (VHD) hosted on the decentralized InterPlanetary Filesystem (IPFS) network. The VHD files are disguised as PDF files for purchase orders to deceive targets.

The multi-stage campaign has been funded to leverage Windows Script Files (WSF), heavily obfuscated batch scripts, and self-parsing PowerShell loaders to deliver an encrypted x64 shellcode. The shellcode in question is AsyncRAT, which is injected directly into trusted Windows processes and executed entirely in memory, effectively minimizing any forensic artifacts on disk.

"After downloading, when a user simply tries to open this PDF-looking file and double-clicks it, it mounts as a virtual hard drive," the researchers explained. "Using a VHD file is a highly specific and effective evasion technique used in modern malware campaigns. This behavior shows how VHD files bypass certain security controls."

Presented within the newly mounted drive "E:\" is a WSF script that, when executed by the victim, assuming it to be a PDF document, drops and runs an obscured batch script that first runs a series of checks to ascertain if it's not running inside a virtualized or sandboxed environment, and it has the necessary privileges to proceed further.

Once all the conditions are satisfied, the script unleashes a PowerShell-based process injector and persistence module that's designed to validate the execution environment, decrypt embedded payloads, set up persistence using scheduled tasks, and inject the final malware into Microsoft-signed Windows processes (e.g., RuntimeBroker.exe, OneDrive.exe, taskhostw.exe, and sihost.exe) to avoid writing the artifacts to disk.

The PowerShell component lays the foundation for a "stealthy, resilient execution engine" that allows the trojan to run entirely in memory and blend into legitimate system activity, thereby allowing for long-term access to compromised environments.

To further enhance the degree of stealth, the malware controls execution timing and throttles execution using sleep intervals in order to reduce CPU usage, avoid suspicious rapid Win32 API activity, and make runtime behavior less anomalous.

"Modern malware campaigns increasingly rely on trusted file formats, script abuse, and memory-resident execution to bypass traditional security controls," the researchers said. "Rather than delivering a single malicious binary, attackers now construct multi-stage execution pipelines in which each individual component appears benign when analyzed in isolation. This shift has made detection, analysis, and incident response significantly more challenging for defenders."

"In this specific infection chain, the decision to deliver AsyncRAT as encrypted, memory-resident shellcode significantly increases its stealth. The payload never appears on disk in a recognizable executable form and runs within the context of trusted Windows processes. This fileless execution model makes detection and forensic reconstruction substantially more difficult, allowing AsyncRAT to operate with a reduced risk of discovery by traditional endpoint security controls."

Found this article interesting? Follow us on Google News, Twitter and LinkedIn to read more exclusive content we post.


文章来源: https://thehackernews.com/2026/02/deadvax-malware-campaign-deploys.html
如有侵权请联系:admin#unsafe.sh