Cyber Security News

New ClickFix ‘Word Online’ Message Tricks Users into Installing DarkGate Malware

A sophisticated social engineering campaign dubbed “ClickFix” has emerged, targeting users with deceptive “Word Online” error messages to distribute the formidable DarkGate malware.

Unlike traditional drive-by downloads, this attack relies on manipulating users into manually executing malicious commands, exploiting their trust in familiar troubleshooting procedures.

The campaign specifically mimics a missing browser extension error, urging victims to click a “How to fix” button to resolve the supposed issue.

The attack begins when a user visits a compromised or malicious webpage displaying the fake notification.

The prompt instructs the victim to open a PowerShell terminal and paste a “fix” command. Unbeknownst to the user, clicking the “How to fix” button triggers a JavaScript function that copies a malicious PowerShell script directly to their clipboard.

This technique cleverly bypasses traditional browser-based security controls by leveraging the user’s own actions to initiate the infection chain.

Point Wild analysts identified this campaign and noted that the reliance on user interaction effectively evades many automated detection systems.

Once the victim pastes and executes the command, the PowerShell script retrieves a malicious HTA file from a remote server.

Indicates a problem with the installed browser extension (Source – Point Wild)

This file serves as a staging ground for the final payload, establishing persistence and preparing the system for the deployment of DarkGate, a potent remote access trojan capable of full system compromise.

Technical Analysis of the Infection Chain

The technical execution of this attack involves multiple layers of obfuscation.

Base64-encoded data is embedded within the HTML structure (Source – Point Wild)

The initial webpage contains base64-encoded content processed using a reverse function to hide its true intent, as seen in this figure Base64-encoded data is embedded within the HTML structure.

An AutoIt script (Source – Point Wild)

When decoded, the payload contains a PowerShell command that flushes DNS and downloads the next stage.

iex([System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String($base64)));

This command fetches dark.hta from a compromised domain. Upon execution, the HTA file creates a directory on the C: drive and drops an AutoIt executable and a script named fckhffh.a3x.

Invoking the DES algorithm (Source – Point Wild)

This script utilizes the DES algorithm to decrypt the final DarkGate payload. The malware then establishes communication with command-and-control servers, completing the compromise and granting attackers unauthorized remote access to the victim machine.

Follow us on Google NewsLinkedIn, and X to Get More Instant UpdatesSet CSN as a Preferred Source in Google.

Tushar Subhra Dutta

Tushar is a senior cybersecurity and breach reporter. He specializes in covering cybersecurity news, trends, and emerging threats, data breaches, and malware attacks. With years of experience, he brings clarity and depth to complex security topics.

Recent Posts

Hackers Target AI Infrastructure With RCE, Prompt Injection and API Key Theft

Hackers are actively probing AI systems, turning exposed gateways and agent tools into routes for…

5 hours ago

Hackers Make Phishing Pages Change Their Code Every Time Someone Opens Them

Hackers are making some phishing pages harder to track by changing the code delivered to…

5 hours ago

Iran-Linked Hackers Reportedly Knock UK Power Plant Offline for Four Days

A cyber incident reportedly forced a British power plant to halt operations for about four…

6 hours ago

Russian Hackers Use New HOOKEDGE Malware to Spy on European Defense and Diplomatic Targets

Russian hackers have used a new backdoor called HOOKEDGE to target defense manufacturers, government bodies,…

6 hours ago

Ransomware Gang Claims AI Can Analyze 700GB of Stolen Data Every Hour

TITAN ransomware is pairing file encryption with an ambitious claim: artificial intelligence that can sort…

7 hours ago

Hackers Compromise Hundreds of WordPress Sites to Deploy Amatera Stealer via ClickFix

A fake student resume is being used to place a remote-access tool on researchers’ Windows…

8 hours ago