Tuesday, August 11, 2026
LIVEThe Unrelenting Cyber Battle: Hacking Threats and the Imperative of Robust Data Protection///Navigating the Cyber Labyrinth: Bolstering Defenses Against Evolving Hacking Threats///The Dual Front War: Battling Hacking and Bolstering Data Protection in the Digital Age///The Ever-Evolving Cyber Threat Landscape: Navigating Hacking and Fortifying Data Protection///The Unseen Battle: Fortifying Data in an Age of Relentless Hacking///The Unseen War: Hacking's Relentless Advance and the Imperative of Data Protection///The Evolving Threat Landscape: Hacking, Data Protection, and the Imperative for Proactive Security///Navigating the Digital Minefield: Bolstering Data Protection in an Era of Relentless Hacking///The Dual Fronts of Digital Defense: Combating Hacking and Fortifying Data Protection///Hacking's New Frontier: Fortifying Data Protection in the Age of Advanced Cyber Threats///The Dual Front: Navigating Hacking Threats and Fortifying Data Protection in the Digital Age///Navigating the Digital Gauntlet: The Evolving Nexus of Hacking and Data Protection///The Unrelenting Cyber Battle: Hacking Threats and the Imperative of Robust Data Protection///Navigating the Cyber Labyrinth: Bolstering Defenses Against Evolving Hacking Threats///The Dual Front War: Battling Hacking and Bolstering Data Protection in the Digital Age///The Ever-Evolving Cyber Threat Landscape: Navigating Hacking and Fortifying Data Protection///The Unseen Battle: Fortifying Data in an Age of Relentless Hacking///The Unseen War: Hacking's Relentless Advance and the Imperative of Data Protection///The Evolving Threat Landscape: Hacking, Data Protection, and the Imperative for Proactive Security///Navigating the Digital Minefield: Bolstering Data Protection in an Era of Relentless Hacking///The Dual Fronts of Digital Defense: Combating Hacking and Fortifying Data Protection///Hacking's New Frontier: Fortifying Data Protection in the Age of Advanced Cyber Threats///The Dual Front: Navigating Hacking Threats and Fortifying Data Protection in the Digital Age///Navigating the Digital Gauntlet: The Evolving Nexus of Hacking and Data Protection///
Subscribe
Cyber Security
Independent · Digital
Thehackingpost
CybersecurityAI-assisted

ClickFix Spoof of “Word Online” Used to Spread DarkGate Malware

A recently identified social engineering campaign leverages a counterfeit "Word Online" extension error message to distribute DarkGate malware.

A recently identified social engineering campaign leverages a counterfeit "Word Online" extension error message to distribute DarkGate malware.

This campaign utilizes the "ClickFix" technique, which involves tricking users into executing malicious commands under the guise of legitimate troubleshooting steps, circumventing traditional security measures through user interaction.

The attack initiates with a deceptive message indicating that the "Word Online" extension is missing from the user's browser. Analysis of the HTML code reveals multiple segments of base64-encoded content integrated within the page structure. The attackers employ an advanced obfuscation method using a reverse function combined with nested Base64 encoding layers.

The fraudulent interface prompts users to click a "How to fix" button to view documents offline. This action triggers a multi-layered attack designed to deliver DarkGate malware to unsuspecting systems. The double-encoding method serves as a concealment strategy to evade detection by security scanners and complicate static analysis.

A malicious JavaScript snippet embedded at the end of the HTML page forms the attack's core. Upon decoding the initial Base64 value, an additional layer of Base64-encoded data is uncovered.

When users click the "How to fix" button, the script decodes a hidden PowerShell command and automatically copies it to the user's clipboard. The attack relies on social engineering, instructing users to press Windows+R to open the Run dialog and then CTRL+V to paste the clipboard contents.

The decoded PowerShell command connects to a compromised WordPress site at linktoxic34[.]com, downloading an HTA (HTML Application) file named "dark.hta" to the local path c:\users\public\nC.hta. The script then executes this file using Start-Process, launches the malicious payload, clears the clipboard to remove evidence, and terminates the PowerShell session to avoid detection.

A recently identified social engineering campaign leverages a counterfeit "Word Online" extension error message to distribute DarkGate malware.
Brooke Sanders · Thehackingpost

Upon execution, the HTA file communicates with the attacker's infrastructure to retrieve a remote PowerShell script. This script creates directories on the C drive and deploys AutoIt executables and scripts that operate automatically. The AutoIt component continues the infection chain by creating additional directories, dropping files, and ultimately deploying a DOS file that serves as the final DarkGate payload.

Since users unknowingly initiate the malicious command, traditional antivirus solutions may not immediately detect the initial compromise. The rise of ClickFix attacks represents a concerning evolution in social engineering, exploiting user trust and familiarity with standard troubleshooting procedures to bypass technical security controls.

Infected systems may exhibit symptoms such as degraded performance, unexpected files or system settings changes, unauthorized browser toolbars or extensions, search redirections, excessive pop-up advertisements, and suspicious network traffic communicating with command-and-control servers.

Organizations should implement comprehensive security awareness training to recognize ClickFix-style social engineering tactics, deploy endpoint detection and response solutions capable of monitoring PowerShell and script execution, enforce application allowlisting to prevent unauthorized executables from running, and maintain updated security patches across all systems and browsers.

File Name SHA-256

Advertisement

HTML File 1533221ca97e88f5010b4a8b4d392232034dd07f154b13d4413c19693c0304c3

Dark.hta ca628638c20f6a67ac80782dc872e1e06b84cda68accf5e912ade6645c689f04

PS File 40be7be16cdaa414898db0014d26afd9cf516ba209f074a95c346227e690acd4

.Zip File fab36431b9760b48eb84d671e7c10e16e0754ec86517d665c10811cd0670e06b

AutoIt Script File 4f5f733c7ca71d514991ac3b369e34ce1c3744ff604c88481522edced14cc22c

Based on reporting by GBHackers.

AI transparency. This article was produced with the assistance of artificial intelligence and published under human editorial oversight. AI systems can make mistakes. Read how we use AI (EU AI Act, Art. 50).
Related Stories