ClickFix - An Overview
ClickFix - An Overview
This is strictly an overview of some incidents I have observed or worked. It is not a comprehensive analysis of ClickFix.
- Executive Summary
- Introduction
- Use and Popularization
- Malware Delivery Details
- Payload Functionality
- Detection Methods
- Remediation Tactics
- Supporting Data
Executive Summary
ClickFix is a malware distribution method that relies on social engineering tactics to trick victims into executing malicious commands via the Windows Run menu. This is done through a series of steps, starting with the impersonation of well-known identity verification solutions like Cloudflare or reCAPTCHA. Typically, a user will browse to a compromised domain that contains a JavaScript function that loads the “Fake Captcha” page. This fake page will be styled as a legitimate verification system, tricking the user into complying with the requested verification process. When the user clicks the “Verify” or similar checkbox, malicious code will be copied into the user’s clipboard. Additionally, a window will pop up, telling the user to press Windows key + R and Ctrl + V, pressing enter after the malicious code is copied. More often than not, the malicious code is an installer for a Remote Access Trojan (RAT) or an Infostealer.
Read more...