Authored by Yashvi Shah and Vignesh Dhatchanamoorthy
McAfee Labs has found a extremely uncommon technique of malware supply, referred to by researchers because the “Clickfix” an infection chain. The assault chain begins with customers being lured to go to seemingly respectable however compromised web sites. Upon visiting, victims are redirected to domains internet hosting pretend popup home windows that instruct them to stick a script right into a PowerShell terminal.
The “ClickFix” an infection chain represents a classy type of social engineering, leveraging the looks of authenticity to control customers into executing malicious scripts. These compromised web sites are sometimes rigorously crafted to look real, growing the probability of consumer compliance. As soon as the script is pasted and executed within the PowerShell terminal, it permits the malware to infiltrate the sufferer’s system, doubtlessly resulting in information theft, system compromise, or additional propagation of the malware.
We’ve noticed malware households akin to Lumma Stealer and DarkGate leveraging this method. Right here is the heatmap exhibiting the distribution of customers affected by the “Clickfix” method:

Determine 1:Prevalence for the final three months
Darkgate ingesting by way of “ClickFix”
DarkGate is a classy malware recognized for its means to steal delicate data, present distant entry, and set up persistent backdoors in compromised methods. It employs superior evasion techniques and may unfold inside networks, making it a big cybersecurity menace.
McAfee Labs obtained a phishing electronic mail from the spamtrap, having an HTML attachment.

Determine 2: E-mail with Attachment
The HTML file masquerades as a Phrase doc, displaying an error immediate to deceive customers. This tactic is used to trick customers into taking actions that would result in the obtain and execution of malicious software program.

Determine 3: Shows extension downside subject
As proven, the pattern shows a message stating, “The ‘Phrase On-line’ extension is NOT put in in your browser. To view the doc offline, click on the ‘The right way to repair’ button.”
Earlier than clicking on this button, let’s look at the underlying code. Upon inspecting the code, it was found that there have been a number of base64-encoded content material blocks current. Of explicit significance was one discovered throughout the

Determine 4: HTML comprises Base64-encoded content material within the title tag
Decoding this we get,

Determine 5: After decoding the code
The decoded command calls for PowerShell to hold out malicious actions on a system. It begins by downloading an HTA (HTML Software) file from the URL https://www.rockcreekdds.com/wp-content/1[.]hta and saves it domestically as C:userspublicIx.hta.
The script then executes this HTA file utilizing the start-process command, which initiates dangerous actions on the system. Moreover, the script features a command (Set-Clipboard -Worth ‘ ‘) to clear the contents of the clipboard. After finishing its duties, the script terminates the PowerShell session with exit.
Upon additional inspection of the HTML web page, we discovered a javascript on the finish of the code.

Determine 6: Decoding perform snippet
This JavaScript snippet decodes and shows a payload, manages modal interactions for consumer suggestions, and supplies performance for copying content material to the clipboard upon consumer motion.
In a nutshell, clicking on the “The right way to repair” button triggers the execution of JavaScript code that copies the PowerShell script straight onto the clipboard. This script, as beforehand mentioned, consists of instructions to obtain and execute an HTA file from a distant server.
Let’s delve into it virtually:

Determine 7: Clipboard comprises malicious command
The attackers’ further instruction to press Home windows+R (which opens the Run dialog) after which press CTRL+V (which pastes the contents from the clipboard) suggests a social engineering tactic to additional persuade the consumer to execute the PowerShell script. This sequence of actions is meant to provoke the downloaded script (probably saved within the clipboard) with out the consumer absolutely understanding its doubtlessly malicious nature.
As soon as the consumer does this, the HTA file will get downloaded.

Determine 8: HTA code snippet
The above file makes an attempt to hook up with the marked area and execute a PowerShell file from this malicious supply. Given under is the malicious script that’s saved remotely and executed.

Determine 9: Powershell code snippet
As this PowerShell script is executed implicitly with none consumer interplay, a folder is created within the C drive the place an AutoIt executable and script are dropped and executed routinely.

Determine 10: Downloaded zip comprises AutoIT script
Following this, DarkGate begins its malicious exercise and begins speaking with its command and management (C2) server.
An identical Clickfix social engineering method was discovered to be dropping Lumma Stealer.
Lumma Stealer ingesting by way of “ClickFix”
McAfee Labs found a web site displaying an error message indicating that the browser is encountering points displaying the webpage. The location supplies steps to repair the issue, that are designed to deceive customers into executing malicious actions.

Determine 11: Displaying error on accessing the webpage
It directs the goal consumer to carry out the next steps:
- Click on on the “Copy Repair” button.
- Proper-click on the Home windows icon.
- Open Home windows PowerShell (Admin).
- Proper-click throughout the open terminal window.
- Await the replace to finish.
Let’s analyze the code that will get copied when clicking the “Copy Repair” button.

Determine 12: Base64-encoded content material
As we will see, the code consists of base64-encoded content material. Decoding this content material, we get the next script:

Determine 13: After decoding the Base64 content material
This PowerShell script flushes the DNS cache after which decodes a base64-encoded command to fetch and execute a script from a distant URL https://weoleycastletaxis.co.uk/chao/child/cow[.]html, masquerading the request with a selected Consumer-Agent header. The fetched script is then executed, and the display is cleared to cover the actions. Subsequently, it decodes one other base64 string to execute a command that units the clipboard content material to an area character. The script is probably going designed for malicious functions, akin to downloading and executing distant code covertly whereas making an attempt to cover its exercise from the consumer.
Upon execution, the next course of tree flashes:

Determine 14: Course of Tree
As we all know it’s downloading the malware from the given URL, a brand new folder is created in a Temp folder and a zipper is downloaded:

Determine 15: Community exercise
The malware is unzipped and dropped in the identical folder:

Determine 16: Dropped recordsdata
The malware begins speaking with its C2 server as quickly because it will get dropped within the focused system.
Conclusion:
In conclusion, the Clickfix social engineering method showcases a extremely efficient and technical technique for malware deployment. By embedding base64-encoded scripts inside seemingly respectable error prompts, attackers deceive customers into performing a collection of actions that end result within the execution of malicious PowerShell instructions. These instructions sometimes obtain and execute payloads, akin to HTA recordsdata, from distant servers, subsequently deploying malware like DarkGate and Lumma Stealer.
As soon as the malware is energetic on the system, it begins its malicious actions, together with stealing customers’ private information and sending it to its command and management (C2) server. The script execution typically consists of steps to evade detection and preserve persistence, akin to clearing clipboard contents and operating processes in minimized home windows. By disguising error messages and offering seemingly useful directions, attackers manipulate customers into unknowingly executing dangerous scripts that obtain and run numerous sorts of malware.
Mitigations:
At McAfee Labs, we’re dedicated to serving to organizations shield themselves towards subtle cyber threats, such because the Clickfix social engineering method. Listed below are our really useful mitigations and remediations:
- Conduct common coaching classes to coach customers about social engineering techniques and phishing schemes.
- Set up and preserve up to date antivirus and anti-malware software program on all endpoints.
- Implement strong electronic mail filtering to dam phishing emails and malicious attachments.
- Use net filtering options to forestall entry to recognized malicious web sites.
- Deploy firewalls and intrusion detection/prevention methods (IDS/IPS) to observe and block malicious community visitors.
- Use community segmentation to restrict the unfold of malware throughout the group.
- Implement the precept of least privilege (PoLP) to reduce consumer entry to solely crucial sources.
- Implement safety insurance policies to observe and prohibit clipboard utilization, particularly in delicate environments.
- Implement multi-factor authentication (MFA) for accessing delicate methods and information.
- Guarantee all working methods, software program, and purposes are saved updated with the most recent safety patches.
- Constantly monitor and analyze system and community logs for indicators of compromise.
- Encrypt delicate information each in transit and at relaxation to guard it from unauthorized entry.
- Often again up vital information and retailer backups securely to make sure information restoration in case of a ransomware assault or information breach.
Indicators of Compromise (IoCs)
File | SHA256 |
DarkGate | |
c5545d28faee14ed94d650bda28124743e2d7dacdefc8bf4ec5fc76f61756df3 | |
Html | 0db16db812cb9a43d5946911501ee8c0f1e3249fb6a5e45ae11cef0dddbe4889 |
HTA | 5c204217d48f2565990dfdf2269c26113bd14c204484d8f466fb873312da80cf |
PS | e9ad648589aa3e15ce61c6a3be4fc98429581be738792ed17a713b4980c9a4a2 |
ZIP | 8c382d51459b91b7f74b23fbad7dd2e8c818961561603c8f6614edc9bb1637d1 |
AutoIT script | 7d8a4aa184eb350f4be8706afb0d7527fca40c4667ab0491217b9e1e9d0f9c81 |
Lumma Stealer | |
URL | tuchinehd[.]com |
PS | 07594ba29d456e140a171cba12d8d9a2db8405755b81da063a425b1a8b50d073 |
ZIP | 6608aeae3695b739311a47c63358d0f9dbe5710bd0073042629f8d9c1df905a8 |
EXE | e60d911f2ef120ed782449f1136c23ddf0c1c81f7479c5ce31ed6dcea6f6adf9 |