2026-07-19 · view entry permalink →
ClickFix was the week's universal crimeware delivery vector, and macOS gained a coercion playbook — five families this week converged on paste-into-terminal delivery, local password validation before theft, and decentralized dead-drop C2
The week's crimeware is best read as one pattern with five instances, because the reuse is where the detection leverage is.
ClickFix removed the exploit from the intrusion. All five families started from paste-a-command-into-a-terminal social engineering rather than a vulnerability: ClickLock and CrashStealer on macOS, ACR Stealer's two chains, TELEPUZ (via a ClickFix→Vidar hand-off), and UAT-11795's Starland RAT (a ClickFix lure running mshta.exe). When the initial access is the user pasting a command, the earliest reliable telemetry is process lineage — a shell, mshta, rundll32 or osascript spawned shortly after a browser/clipboard interaction, with no dropped-file exploit stage to catch upstream.
macOS gained a credential-coercion playbook, and Europe is the target. Two independent macOS families reached the same escalation this week. Jamf's CrashStealer prompts for the login password and "validates it locally with dscl -authonly" before unlocking the keychain and profiling installed EDR (Jamf, 2026-07-13). Group-IB's ClickLock is more aggressive: it kills every visible application roughly every 210 ms — for up to ~83 hours — leaving only a fake password dialog on screen until the victim surrenders the macOS password (validated locally, so only the correct one is exfiltrated), and a parallel module coerces a real Keychain-authorization dialog to steal Chrome's Safe Storage key; more than 50% of the ~100 identified victims across 33 countries are in Europe (Group-IB, 2026-07-16). For a constituency issuing macOS endpoints, this is the week macOS credential theft stopped being a footnote.
Windows RATs shared evasion and a blockchain fallback. Elastic's TELEPUZ executes indirect syscalls from the .text section of a randomly chosen legitimate DLL to bypass user-mode hooking, patches AMSI/ETW, and resolves its C2 through four decentralized fallbacks — a Telegram bio, a Steam profile, a DNS TXT record and a Polygon smart contract (Elastic, 2026-07-16); Talos's Starland RAT independently uses a Polygon smart-contract dead-drop as its fallback C2 and patches AMSI/ETW before injecting shellcode. Microsoft's ACR Stealer chains both end in DPAPI theft of Chromium credential stores (Microsoft, 2026-07-16).
Builds on: 2026-07-19/clicklock-stealer-macos-clickfix-forced-password-coercion · 2026-07-14/crashstealer-macos-native-cpp-infostealer · 2026-07-17/microsoft-acr-stealer-two-clickfix-intrusion-chains · 2026-07-16/telepuz-modular-windows-rat-maas-clickfix-vidar · 2026-07-17/talos-uat-11795-starland-rat-wldr-c2