<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Clickfix on CuraSec</title><link>https://curasec.metacog.co.kr/tags/clickfix/</link><description>Recent content in Clickfix on CuraSec</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 01 Sep 2026 15:28:52 +0000</lastBuildDate><atom:link href="https://curasec.metacog.co.kr/tags/clickfix/index.xml" rel="self" type="application/rss+xml"/><item><title>ClickFix Social Engineering Tops Microsoft's 2025 Initial Access Methods</title><link>https://curasec.metacog.co.kr/insights/2026-09-01-threat-actors-don-t-want-better-attacks-they-want-repeatable/</link><pubDate>Tue, 01 Sep 2026 15:28:52 +0000</pubDate><guid>https://curasec.metacog.co.kr/insights/2026-09-01-threat-actors-don-t-want-better-attacks-they-want-repeatable/</guid><description>&lt;ul>
&lt;li>&lt;strong>Engineer — Learn:&lt;/strong> ClickFix attacks bypass technical controls by targeting the user directly, which means reviewing clipboard-based code execution paths in your environments is worthwhile, but no specific patch or CVE to act on here.&lt;/li>
&lt;li>&lt;strong>SOC/IR — Plan:&lt;/strong> Build or tune detections for suspicious terminal activity following browser interaction — look for PowerShell or cmd spawned shortly after clipboard paste events, and consider hunting for this pattern across your EDR telemetry.&lt;/li>
&lt;li>&lt;strong>Leader — Learn:&lt;/strong> ClickFix being the top initial access vector per Microsoft&amp;rsquo;s data is useful framing for board-level security awareness investment conversations, but requires no immediate leadership action.&lt;/li>
&lt;/ul></description></item><item><title>TerminalFix ClickFix variant lures users into running PowerShell via fake CAPTCHA</title><link>https://curasec.metacog.co.kr/insights/2026-09-01-microsoft-warns-of-terminalfix-attacks-deploying-reverse-tun/</link><pubDate>Tue, 01 Sep 2026 15:28:52 +0000</pubDate><guid>https://curasec.metacog.co.kr/insights/2026-09-01-microsoft-warns-of-terminalfix-attacks-deploying-reverse-tun/</guid><description>&lt;ul>
&lt;li>&lt;strong>Engineer — Learn:&lt;/strong> No patchable CVE — this is a user-execution social engineering chain. Evaluate whether your environment enforces PowerShell Constrained Language Mode or WDAC policies that would limit blast radius if a user runs attacker-supplied terminal commands.&lt;/li>
&lt;li>&lt;strong>SOC/IR — Plan:&lt;/strong> Build or tune detections for PowerShell processes spawned from browser-related parent processes, and alert on known reverse-tunnel binaries (chisel, ngrok, etc.); the ClickFix TTP pattern is well-documented and Sigma rules exist to template from.&lt;/li>
&lt;li>&lt;strong>Leader — Learn:&lt;/strong> Active campaign exploiting user behavior rather than software flaws; useful context for refreshing security awareness training around CAPTCHA-themed lures, but no board-level action is warranted without wider impact data.&lt;/li>
&lt;/ul></description></item><item><title>TerminalFix ClickFix Variant Uses Fake CAPTCHAs to Run PowerShell Backdoor</title><link>https://curasec.metacog.co.kr/insights/2026-08-30-terminalfix-uses-fake-cloudflare-captchas-to-deploy-reverse/</link><pubDate>Sun, 30 Aug 2026 15:19:58 +0000</pubDate><guid>https://curasec.metacog.co.kr/insights/2026-08-30-terminalfix-uses-fake-cloudflare-captchas-to-deploy-reverse/</guid><description>&lt;ul>
&lt;li>&lt;strong>Engineer — Learn:&lt;/strong> Novel ClickFix variant redirecting victims to Windows Terminal/PowerShell rather than the Run dialog increases execution success for complex payloads; no patch applies, but this is a good prompt to verify PowerShell Script Block Logging and AMSI are enabled and that AppLocker/WDAC policies restrict terminal abuse.&lt;/li>
&lt;li>&lt;strong>SOC/IR — Plan:&lt;/strong> Build or tune detections for browser or web-content processes spawning Windows Terminal/PowerShell children that then launch reverse-tunnel tooling; also baseline and alert on known tunnel binaries (ngrok, frp, chisel) appearing post-user-session, since no IOCs are published yet to support an immediate hunt.&lt;/li>
&lt;li>&lt;strong>Leader — Learn:&lt;/strong> Awareness of this technique evolution is useful background for refreshing phishing/social-engineering guidance in security awareness programs, but it does not require a leadership statement or risk-register update at this time.&lt;/li>
&lt;/ul></description></item><item><title>TerminalFix campaign uses fake CAPTCHA, DLL sideloading, reverse tunnel</title><link>https://curasec.metacog.co.kr/insights/2026-08-29-terminalfix-campaign-deploys-a-reverse-tunnel-through-multis/</link><pubDate>Sat, 29 Aug 2026 15:36:18 +0000</pubDate><guid>https://curasec.metacog.co.kr/insights/2026-08-29-terminalfix-campaign-deploys-a-reverse-tunnel-through-multis/</guid><description>&lt;ul>
&lt;li>&lt;strong>Engineer — Learn:&lt;/strong> DLL sideloading via fake CAPTCHA lures is a pattern worth understanding for hardening application allow-listing and endpoint controls, but no specific software patch or configuration change is required from this report alone.&lt;/li>
&lt;li>&lt;strong>SOC/IR — Act:&lt;/strong> Microsoft&amp;rsquo;s analysis includes detections and hunting guidance — run the published hunts in your SIEM/EDR for DLL sideloading chains and reverse tunnel beaconing, and tune detections for ClickFix-style CAPTCHA lure execution paths since this campaign is actively tracked.&lt;/li>
&lt;li>&lt;strong>Leader — Learn:&lt;/strong> Useful background on a live social-engineering campaign targeting enterprises, but no vendor breach or regulatory trigger is present; file for situational awareness and board-deck threat landscape context.&lt;/li>
&lt;/ul></description></item><item><title>WordlistLoader and SynkLoader Deliver Stealers via ClickFix Campaigns</title><link>https://curasec.metacog.co.kr/insights/2026-08-25-wordlistloader-delivers-amatera-via-clickfix-synkloader-phis/</link><pubDate>Tue, 25 Aug 2026 11:39:54 +0000</pubDate><guid>https://curasec.metacog.co.kr/insights/2026-08-25-wordlistloader-delivers-amatera-via-clickfix-synkloader-phis/</guid><description>&lt;ul>
&lt;li>&lt;strong>Engineer — Learn:&lt;/strong> ClickFix/FakeCaptcha campaigns now chain WordlistLoader into Amatera Stealer, illustrating how social-engineering lures bypass endpoint controls; no software to patch, but review user-facing browser security policies and endpoint AV coverage for stealer behavior.&lt;/li>
&lt;li>&lt;strong>SOC/IR — Plan:&lt;/strong> New malware families (WordlistLoader, SynkLoader, Amatera Stealer) using ClearFake/ClickFix delivery are emerging access-broker tools; no IOCs published yet, but queue detection rules for ClickFix script execution patterns and credential-harvesting C2 callouts when indicators surface.&lt;/li>
&lt;li>&lt;strong>Leader — Skip&lt;/strong>&lt;/li>
&lt;/ul></description></item><item><title>AmnesiaStealer macOS malware hijacks browsers via ClickFix attacks</title><link>https://curasec.metacog.co.kr/insights/2026-08-17-new-amnesiastealer-macos-malware-hijacks-browser-sessions-vi/</link><pubDate>Mon, 17 Aug 2026 11:37:07 +0000</pubDate><guid>https://curasec.metacog.co.kr/insights/2026-08-17-new-amnesiastealer-macos-malware-hijacks-browser-sessions-vi/</guid><description>&lt;ul>
&lt;li>&lt;strong>Engineer — Learn:&lt;/strong> New macOS infostealer delivered via ClickFix social engineering adds interactive browser streaming capability — no software patch applies, but engineers managing macOS fleets should review endpoint controls and user-awareness posture around ClickFix-style lures. No KEV, PoC, or exploitation signals to trigger Act.&lt;/li>
&lt;li>&lt;strong>SOC/IR — Plan:&lt;/strong> Novel macOS infostealer with a remote browser-control streaming module represents a new TTP worth building detections for this quarter — develop rules for ClickFix delivery patterns and anomalous browser-streaming processes on macOS endpoints, but no published IOCs exist yet to run an immediate sweep.&lt;/li>
&lt;li>&lt;strong>Leader — Skip&lt;/strong>&lt;/li>
&lt;/ul></description></item><item><title>ClickFix macOS Stealer Targets Crypto, Keychain, Browser Creds</title><link>https://curasec.metacog.co.kr/insights/2026-08-09-clickfix-attacks-deliver-macos-stealer-that-can-drain-crypto/</link><pubDate>Sun, 09 Aug 2026 11:41:42 +0000</pubDate><guid>https://curasec.metacog.co.kr/insights/2026-08-09-clickfix-attacks-deliver-macos-stealer-that-can-drain-crypto/</guid><description>&lt;ul>
&lt;li>&lt;strong>Engineer — Learn:&lt;/strong> No KEV, PoC, or active enterprise exploitation signals; this is a socially-engineered user-side attack. Worth noting if your org has mac-heavy developer populations with crypto assets or shared Keychain credentials that could pivot to cloud access.&lt;/li>
&lt;li>&lt;strong>SOC/IR — Plan:&lt;/strong> ClickFix lures dropping shell scripts followed by architecture-aware macOS payloads represent a detectable chain — build or tune detections for unexpected shell script execution on macOS endpoints followed by outbound connections, and verify EDR coverage for macOS stealer behavior (Keychain access, browser credential reads).&lt;/li>
&lt;li>&lt;strong>Leader — Skip&lt;/strong>&lt;/li>
&lt;/ul></description></item><item><title>ClickFix macOS infostealer targets crypto wallets and Keychain</title><link>https://curasec.metacog.co.kr/insights/2026-08-07-clickfix-attack-pushes-macos-infostealer-for-crypto-theft-at/</link><pubDate>Fri, 07 Aug 2026 00:21:58 +0000</pubDate><guid>https://curasec.metacog.co.kr/insights/2026-08-07-clickfix-attack-pushes-macos-infostealer-for-crypto-theft-at/</guid><description>&lt;ul>
&lt;li>&lt;strong>Engineer — Learn:&lt;/strong> ClickFix is a social-engineering technique (not a patchable CVE) that tricks users into pasting malicious commands; no enrichment signals confirm active enterprise targeting, but engineers on macOS should know that Keychain and browser credentials are in scope for this class of attack.&lt;/li>
&lt;li>&lt;strong>SOC/IR — Plan:&lt;/strong> Build or tune macOS endpoint detections for ClickFix lures — unusual clipboard-paste-to-terminal sequences and unsigned Go binaries executing in user context are the key behavioral signals; no IOCs are published yet, so monitor threat-intel feeds and queue this for detection engineering this quarter.&lt;/li>
&lt;li>&lt;strong>Leader — Learn:&lt;/strong> An active credential- and crypto-theft campaign targeting macOS is useful context for security awareness programs and endpoint policy reviews, but with no named vendor breach or regulatory trigger, no immediate leadership action is required.&lt;/li>
&lt;/ul></description></item><item><title>250+ ClickFix Domains Fingerprint Browsers to Target macOS Users</title><link>https://curasec.metacog.co.kr/insights/2026-08-06-over-250-clickfix-domains-use-browser-fingerprinting-to-hide/</link><pubDate>Thu, 06 Aug 2026 13:03:19 +0000</pubDate><guid>https://curasec.metacog.co.kr/insights/2026-08-06-over-250-clickfix-domains-use-browser-fingerprinting-to-hide/</guid><description>&lt;ul>
&lt;li>&lt;strong>Engineer — Learn:&lt;/strong> No CVE or patchable component; this is a social-engineering lure delivering macOS malware via fake downloads. Useful for hardening developer and CI/CD endpoint policies around unsanctioned software installs.&lt;/li>
&lt;li>&lt;strong>SOC/IR — Plan:&lt;/strong> Build or tune detections for ClickFix-style clipboard-execution patterns on macOS endpoints; begin collecting the 250+ domain indicators from the Microsoft Threat Intelligence report to block and hunt across DNS and proxy logs.&lt;/li>
&lt;li>&lt;strong>Leader — Learn:&lt;/strong> Illustrates that attackers are specifically targeting macOS users — a data point worth referencing when justifying endpoint security coverage parity between Mac and Windows fleets.&lt;/li>
&lt;/ul></description></item><item><title>macOS ClickFix campaign adds browser-fingerprinting gate to hide lures</title><link>https://curasec.metacog.co.kr/insights/2026-08-06-from-open-lures-to-cloaked-gates-how-a-macos-clickfix-campai/</link><pubDate>Thu, 06 Aug 2026 13:03:19 +0000</pubDate><guid>https://curasec.metacog.co.kr/insights/2026-08-06-from-open-lures-to-cloaked-gates-how-a-macos-clickfix-campai/</guid><description>&lt;ul>
&lt;li>&lt;strong>Engineer — Learn:&lt;/strong> No patch or config action required; the shift to fingerprinting-gated delivery changes how malicious infra evades scanners, worth understanding when evaluating endpoint controls for macOS fleets.&lt;/li>
&lt;li>&lt;strong>SOC/IR — Plan:&lt;/strong> The new fingerprinting gate creates a hunting opportunity — build or tune detections for ClickFix-style clipboard-injection lures on macOS endpoints, and review proxy/DNS logs for infra that only responds to specific browser profiles.&lt;/li>
&lt;li>&lt;strong>Leader — Skip&lt;/strong>&lt;/li>
&lt;/ul></description></item><item><title>DOUBLECUP ClickFix service hides malware in browser cache images</title><link>https://curasec.metacog.co.kr/insights/2026-08-04-new-doublecup-clickfix-service-hides-malware-in-browser-cach/</link><pubDate>Tue, 04 Aug 2026 13:07:50 +0000</pubDate><guid>https://curasec.metacog.co.kr/insights/2026-08-04-new-doublecup-clickfix-service-hides-malware-in-browser-cach/</guid><description>&lt;ul>
&lt;li>&lt;strong>Engineer — Learn:&lt;/strong> No KEV, EPSS, or PoC signals; this is a novel technique — steganography inside browser-cached PNGs — worth understanding for future detection and hardening decisions, but no immediate patch or config change is indicated.&lt;/li>
&lt;li>&lt;strong>SOC/IR — Plan:&lt;/strong> DOUBLECUP introduces a new ClickFix delivery chain that stages payloads inside browser cache images; build or tune detections for ClickFix lure behaviors and monitor for CountLoader/DeviceManager artifacts on Windows and macOS endpoints, but no IOCs are published yet to act on immediately.&lt;/li>
&lt;li>&lt;strong>Leader — Skip&lt;/strong>&lt;/li>
&lt;/ul></description></item><item><title>DOUBLECUP LaaS Uses ClickFix and PNG Steganography to Drop RAT</title><link>https://curasec.metacog.co.kr/insights/2026-08-04-doublecup-uses-clickfix-and-cached-pngs-to-deliver-countload/</link><pubDate>Tue, 04 Aug 2026 13:07:50 +0000</pubDate><guid>https://curasec.metacog.co.kr/insights/2026-08-04-doublecup-uses-clickfix-and-cached-pngs-to-deliver-countload/</guid><description>&lt;ul>
&lt;li>&lt;strong>Engineer — Learn:&lt;/strong> Novel multi-stage delivery abusing browser cache for steganographic PNG staging is worth understanding when evaluating endpoint controls and browser security policies, but no patch or configuration change is required today.&lt;/li>
&lt;li>&lt;strong>SOC/IR — Plan:&lt;/strong> Build or tune detections for ClickFix PowerShell execution patterns and anomalous PNG writes to browser cache directories; the CountLoader → DeviceManager RAT chain provides new TTPs to add to hunt playbooks this quarter.&lt;/li>
&lt;li>&lt;strong>Leader — Skip&lt;/strong>&lt;/li>
&lt;/ul></description></item><item><title>Steam forum ClickFix attacks drop XMRig cryptominers on gamers</title><link>https://curasec.metacog.co.kr/insights/2026-07-26-steam-forum-clickfix-attacks-infect-gamers-with-xmrig-crypto/</link><pubDate>Sun, 26 Jul 2026 12:14:17 +0000</pubDate><guid>https://curasec.metacog.co.kr/insights/2026-07-26-steam-forum-clickfix-attacks-infect-gamers-with-xmrig-crypto/</guid><description>&lt;ul>
&lt;li>&lt;strong>Engineer — Learn:&lt;/strong> ClickFix technique (fake browser/app fix prompts that execute malicious commands) is worth understanding if your users or developers frequent gaming forums, but no enterprise software or infrastructure is directly implicated here.&lt;/li>
&lt;li>&lt;strong>SOC/IR — Plan:&lt;/strong> Build or tune detections for ClickFix-style execution chains (clipboard-hijack PowerShell/cmd invocations) and XMRig process signatures on endpoints; this campaign reinforces that the lure technique is now widespread across consumer platforms and may appear in enterprise contexts.&lt;/li>
&lt;li>&lt;strong>Leader — Skip&lt;/strong>&lt;/li>
&lt;/ul></description></item><item><title>ACR Stealer ClickFix Campaign Targets M365 Sessions and Browser Credentials</title><link>https://curasec.metacog.co.kr/insights/2026-07-17-acr-stealer-uses-clickfix-lures-to-steal-browser-tokens-and/</link><pubDate>Fri, 17 Jul 2026 12:06:10 +0000</pubDate><guid>https://curasec.metacog.co.kr/insights/2026-07-17-acr-stealer-uses-clickfix-lures-to-steal-browser-tokens-and/</guid><description>&lt;ul>
&lt;li>&lt;strong>Engineer — Plan:&lt;/strong> ClickFix is a social-engineering delivery vector, not a patchable vuln — review AppLocker/WDAC policies to restrict arbitrary Run-dialog execution, and audit M365 Conditional Access token-lifetime and revocation settings to limit stolen-session utility.&lt;/li>
&lt;li>&lt;strong>SOC/IR — Act:&lt;/strong> Microsoft Defender Experts documented two active delivery chains; hunt for PowerShell or cmd.exe spawned via user-initiated Run dialog (explorer.exe lineage), and sweep M365 Unified Audit Log for anomalous OAuth grants, bulk file access, or SharePoint/OneDrive exfiltration events since the campaign is live.&lt;/li>
&lt;li>&lt;strong>Leader — Plan:&lt;/strong> Session-token theft bypasses MFA and directly targets M365 documents — worth a leadership brief this quarter on lure-based infostealer risk, and a review of whether security-awareness training covers ClickFix-style social engineering.&lt;/li>
&lt;/ul></description></item><item><title>ACR Stealer ClickFix campaigns targeting enterprise credentials</title><link>https://curasec.metacog.co.kr/insights/2026-07-17-acr-stealer-two-observed-intrusion-chains-amid-increased-thr/</link><pubDate>Fri, 17 Jul 2026 12:06:10 +0000</pubDate><guid>https://curasec.metacog.co.kr/insights/2026-07-17-acr-stealer-two-observed-intrusion-chains-amid-increased-thr/</guid><description>&lt;ul>
&lt;li>&lt;strong>Engineer — Learn:&lt;/strong> ClickFix-delivered infostealers targeting browser credentials and auth tokens are relevant to understanding how attackers bypass browser security; no patch or config action required, but review whether privileged workstations restrict clipboard-execution lures.&lt;/li>
&lt;li>&lt;strong>SOC/IR — Act:&lt;/strong> Active enterprise campaigns from April–June 2026 using ClickFix lures to harvest credentials and tokens; hunt for ClickFix execution patterns (user-initiated PowerShell/cmd from browser context) and tune EDR/SIEM rules for ACR Stealer IOCs from Microsoft&amp;rsquo;s published analysis.&lt;/li>
&lt;li>&lt;strong>Leader — Learn:&lt;/strong> Infostealer campaigns targeting enterprise auth tokens are a credential-theft trend worth noting for board-level risk awareness, but this does not require immediate leadership action absent a confirmed incident in your environment.&lt;/li>
&lt;/ul></description></item><item><title>ClickLock macOS Stealer Uses App-Kill Loop to Force Password Entry</title><link>https://curasec.metacog.co.kr/insights/2026-07-17-new-clicklock-macos-stealer-kills-apps-every-210ms-until-vic/</link><pubDate>Fri, 17 Jul 2026 12:06:10 +0000</pubDate><guid>https://curasec.metacog.co.kr/insights/2026-07-17-new-clicklock-macos-stealer-kills-apps-every-210ms-until-vic/</guid><description>&lt;ul>
&lt;li>&lt;strong>Engineer — Learn:&lt;/strong> No CVE to patch — this is a social-engineering delivery chain (ClickFix-style Terminal paste) that installs LaunchAgent persistence. Engineers with macOS fleets should understand the vector and consider restricting user ability to run arbitrary Terminal commands via MDM policy.&lt;/li>
&lt;li>&lt;strong>SOC/IR — Plan:&lt;/strong> The two-stage behavior — LaunchAgent installation on cancel, then aggressive app-kill loop at next login — is detectable; build or tune rules for unexpected LaunchAgent creation from Terminal sessions and rapid repeated app-termination events on macOS endpoints.&lt;/li>
&lt;li>&lt;strong>Leader — Skip&lt;/strong>&lt;/li>
&lt;/ul></description></item><item><title>New TELEPUZ Modular Malware Spreads via ClickFix Lures</title><link>https://curasec.metacog.co.kr/insights/2026-07-17-new-telepuz-malware-spreads-via-clickfix-to-steal-data-and-r/</link><pubDate>Fri, 17 Jul 2026 12:06:10 +0000</pubDate><guid>https://curasec.metacog.co.kr/insights/2026-07-17-new-telepuz-malware-spreads-via-clickfix-to-steal-data-and-r/</guid><description>&lt;ul>
&lt;li>&lt;strong>Engineer — Learn:&lt;/strong> TELEPUZ uses ClickFix social-engineering delivery (tricking users into running malicious commands); no KEV, PoC, or high-EPSS signals to force immediate action, but understanding this delivery chain is useful for evaluating endpoint and browser hardening controls.&lt;/li>
&lt;li>&lt;strong>SOC/IR — Plan:&lt;/strong> The Elastic Security Labs technical report on TELEPUZ likely contains TTPs and C2 indicators worth building detections around; review the report to develop ClickFix-stage and C2 behavioral detections for your SIEM/EDR before this campaign scales.&lt;/li>
&lt;li>&lt;strong>Leader — Skip&lt;/strong>&lt;/li>
&lt;/ul></description></item></channel></rss>