Saturday, June 15, 2024

Cloud-Based Malware Attack Abusing Google Drive & Dropbox

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.

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

Website

Latest articles

Sleepy Pickle Exploit Let Attackers Exploit ML Models And Attack End-Users

Hackers are targeting, attacking, and exploiting ML models. They want to hack into these...

SolarWinds Serv-U Vulnerability Let Attackers Access sensitive files

SolarWinds released a security advisory for addressing a Directory Traversal vulnerability which allows a...

Smishing Triad Hackers Attacking Online Banking, E-Commerce AND Payment Systems Customers

Hackers often attack online banking platforms, e-commerce portals, and payment systems for illicit purposes.Resecurity...

Threat Actor Claiming Leak Of 5 Million Ecuador’s Citizen Database

A threat actor has claimed responsibility for leaking the personal data of 5 million...

Ascension Hack Caused By an Employee Who Downloaded a Malicious File

Ascension, a leading healthcare provider, has made significant strides in its investigation and recovery...

AWS Announced Malware Detection Tool For S3 Buckets

Amazon Web Services (AWS) has announced the general availability of Amazon GuardDuty Malware Protection...

Hackers Exploiting MS Office Editor Vulnerability to Deploy Keylogger

Researchers have identified a sophisticated cyberattack orchestrated by the notorious Kimsuky threat group.The...

Free Webinar

API Vulnerability Scanning

71% of the internet traffic comes from APIs so APIs have become soft targets for hackers.Securing APIs is a simple workflow provided you find API specific vulnerabilities and protect them.In the upcoming webinar, join Vivek Gopalan, VP of Products at Indusface as he takes you through the fundamentals of API vulnerability scanning..
Key takeaways include:

  • Scan API endpoints for OWASP API Top 10 vulnerabilities
  • Perform API penetration testing for business logic vulnerabilities
  • Prioritize the most critical vulnerabilities with AcuRisQ
  • Workflow automation for this entire process

Related Articles