Cybercriminals Leverage Google DoubleClick to Spread DesckVB RAT via Malspam Campaign

Cybercriminals Exploit Google DoubleClick to Deploy DesckVB RAT in Sophisticated Malspam Campaign

In a recent development, cybersecurity experts have uncovered a sophisticated malspam campaign that leverages Google’s DoubleClick platform to distribute a remote access trojan (RAT) known as DesckVB. This method allows attackers to bypass traditional security measures by routing malicious payloads through legitimate domains, thereby increasing the likelihood of successful infections.

Campaign Overview

The attack initiates when an unsuspecting user opens an HTML attachment from a phishing email. This file contains a meta-refresh tag that redirects the user’s browser to a Google DoubleClick Campaign Manager URL. DoubleClick, being a reputable Google-owned domain, is less likely to be flagged as suspicious by security tools. From there, the user is further redirected to a malicious landing page tailored to appear legitimate by dynamically incorporating the victim’s email address, company branding, and location details.

Infection Chain

Upon reaching the deceptive landing page, the user is prompted to download a ZIP archive under the guise of accessing a PDF document. This archive contains a JavaScript loader designed to execute a PowerShell script, which in turn retrieves a .NET-based loader from an external server. This loader performs several critical functions:

– Anti-Analysis Measures: It checks for the presence of analysis tools or sandbox environments. If detected, the loader terminates or reboots the system to evade detection.

– Security Evasion: The loader disables security controls, including modifying Microsoft Defender settings and patching the Antimalware Scan Interface (AMSI) and Event Tracing for Windows (ETW) at the native API level.

– Persistence Mechanisms: It establishes persistence by creating entries in the Windows Registry’s Run and RunOnce keys and placing a loader in the user’s Startup folder.

Once these steps are completed, the loader downloads and executes the DesckVB RAT using a technique called process hollowing, which involves injecting the malware into legitimate Microsoft-signed processes to avoid detection.

Capabilities of DesckVB RAT

DesckVB RAT is a .NET-based trojan that has been active since February 2026. Its functionalities include:

– System Reconnaissance: Collecting detailed information about the infected system.

– Command Execution: Running arbitrary commands issued by the attackers.

– Data Exfiltration: Extracting sensitive data from the compromised machine.

– Additional Payload Deployment: Installing further malicious software as directed by the command-and-control (C2) server.

The RAT communicates with its C2 server over raw TCP sockets, allowing attackers to maintain control over the infected systems.

Implications and Recommendations

This campaign underscores the evolving tactics of cybercriminals who exploit trusted platforms like Google DoubleClick to disseminate malware. By routing malicious activities through reputable domains, attackers can effectively bypass many security defenses.

To mitigate such threats, organizations and individuals should consider the following measures:

1. Email Security Enhancements: Implement Domain-based Message Authentication, Reporting, and Conformance (DMARC), DomainKeys Identified Mail (DKIM), and Sender Policy Framework (SPF) records to reduce the likelihood of spoofed or malicious emails reaching end users.

2. Script Execution Policies: Configure Group Policy Objects (GPOs) in Active Directory to force script files (e.g., .vbs, .hta, .js) to open in Notepad by default. This approach can prevent the execution of malicious scripts at the initial stage.

3. User Education: Regularly train employees to recognize phishing attempts and the dangers of opening unsolicited email attachments.

4. Advanced Threat Detection: Deploy advanced threat detection solutions capable of identifying and mitigating sophisticated malware that leverages legitimate services for malicious purposes.

By adopting a multi-layered security strategy and fostering a culture of cybersecurity awareness, organizations can better defend against complex threats like the DesckVB RAT campaign.