Thursday, May 15, 2025
HomeCloudCloud-Based Malware Attack Abusing Google Drive & Dropbox

Cloud-Based Malware Attack Abusing Google Drive & Dropbox

Published on

SIEM as a Service

Follow Us on Google News

A phishing email with a malicious zip attachment initiates the attack. The zip contains a single executable disguised as an Excel file using Left-To-Right Override characters (LTRO). 

LTRO makes the filename appears to have a harmless .xlsx extension (e.g., RFQ-101432620247flexe.xlsx) while it’s actually an executable (.exe).

Unsuspecting users, deceived by the icon and filename, launch the malware by opening the executable disguised as an Excel spreadsheet.

- Advertisement - Google News

Free Webinar on Live API Attack Simulation: Book Your Seat | Start protecting your APIs from hackers

A small (560KB) executable compiled with Visual Studio 2015 heavily employs XOR encoding (hex offset E2) to obfuscate strings and embedded files, hindering static analysis, and the executable drops VBScript payloads and a legitimate Excel file. 

Binary executable analysis: Payload overview

The VBScript execution is believed to be the core malicious functionality, while the Excel file likely serves as a decoy to prevent user suspicion in case the VBScript fails. 

Malware dropper executed the payload and wrote several files to the C:\ProgramData directory, a common location for malware due to its hidden nature and write permissions.

These files (20240416.xlsx, 3156.vbs, etc.) were embedded within the payload itself, encoded with XOR to hide their content from basic analysis. 

Payload dynamic analysis: ProgramData directory

The transitions from binary execution to a VBScript stage, which writes a heavily obfuscated script (3156.vbs) to the ProgramData folder and executes it using wscript.exe, suppressing errors, setting the working directory, and then creating objects to interact with the file system and shell. 

The core functionality involves executing two subsequent VBScripts (i4703.vbs and i6050.vbs) and a lure file (20240416.xlsx) using ShellExecute.

To ensure the completion of these tasks, the script sleeps for 3000 seconds before deleting all .vbs and .jse files from ProgramData.  

3156.vbs deobfuscated code

The malicious VBScript, i4703.vbs, creates a scheduled task disguised as a Google Chrome update to achieve persistence on the infected system, which runs a separate VBScript, located at “C:\Programdata\97468.tmp”, every minute with the highest privileges by mimicking legitimate system processes. 

According to Securonix, the obfuscated script further complicates analysis but its purpose of downloading additional malicious payloads will be investigated later.  

XML file for newly created scheduled task from i4703.vbs

The malware analyzed employs a multi-stage attack using VBScript and PowerShell.

In stage 4, two VBScripts (i6050.vbs and a scheduled task) are executed, which create additional scheduled tasks that launch temporary VBScript files (97468.tmp and 68904.tmp) every minute. 

These temporary VBScripts then use WScript.Shell to bypass execution policies and run PowerShell scripts (Tmp912.tmp, tmpdbx.ps1, Tmp703.tmp, zz.ps1) using various obfuscated techniques.  

The attacker leverages two sets of scheduled tasks to execute malicious PowerShell scripts every minute, as the first set executes VBScripts that download and run Tmp912.tmp and Tmp703.tmp.

Tmp912.tmp interacts with Dropbox by refreshing an access token, uploading a log file, and downloading tmpdbx.ps1. 

example of tmpdbx.ps1 contents

Tmp703.tmp interacts with Google Drive by refreshing an access token and downloading zz.ps1.

The second set of scheduled tasks executes tmpdbx.ps1 and zz.ps1, which download additional files from Dropbox and Google Drive, respectively, based on predefined patterns. 

The attackers deployed a PowerShell script to download a compressed binary and execute it in memory using reflection, which bypasses file scanning by antivirus and EDR software. 

The script extracts the binary (skipping the first 10 bytes), loads it as a .NET assembly, and invokes the “start” method within the assembly to establish a network connection with the attacker’s C2 server at a predefined IP and port. 

ANYRUN malware sandbox’s 8th Birthday Special Offer: Grab 6 Months of Free Service

Latest articles

Threat Actors Leverage Weaponized HTML Files to Deliver Horabot Malware

A recent discovery by FortiGuard Labs has unveiled a cunning phishing campaign orchestrated by...

TA406 Hackers Target Government Entities to Steal Login Credentials

The North Korean state-sponsored threat actor TA406, also tracked as Opal Sleet and Konni,...

Google Threat Intelligence Releases Actionable Threat Hunting Technique for Malicious .desktop Files

Google Threat Intelligence has unveiled a series of sophisticated threat hunting techniques to detect...

New Adobe Photoshop Vulnerability Enables Arbitrary Code Execution

Adobe has released critical security updates addressing three high-severity vulnerabilities (CVE-2025-30324, CVE-2025-30325, CVE-2025-30326) in...

Resilience at Scale

Why Application Security is Non-Negotiable

The resilience of your digital infrastructure directly impacts your ability to scale. And yet, application security remains a critical weak link for most organizations.

Application Security is no longer just a defensive play—it’s the cornerstone of cyber resilience and sustainable growth. In this webinar, Karthik Krishnamoorthy (CTO of Indusface) and Phani Deepak Akella (VP of Marketing – Indusface), will share how AI-powered application security can help organizations build resilience by

Discussion points


Protecting at internet scale using AI and behavioral-based DDoS & bot mitigation.
Autonomously discovering external assets and remediating vulnerabilities within 72 hours, enabling secure, confident scaling.
Ensuring 100% application availability through platforms architected for failure resilience.
Eliminating silos with real-time correlation between attack surface and active threats for rapid, accurate mitigation

More like this

Threat Actors Leverage Weaponized HTML Files to Deliver Horabot Malware

A recent discovery by FortiGuard Labs has unveiled a cunning phishing campaign orchestrated by...

TA406 Hackers Target Government Entities to Steal Login Credentials

The North Korean state-sponsored threat actor TA406, also tracked as Opal Sleet and Konni,...

Researchers Unveil New Mechanism to Track Compartmentalized Cyber Threats

Cisco Talos, in collaboration with The Vertex Project, has introduced an innovative approach to...