DriveSurge / zTDS ClickFix
DriveSurge is an Initial Access Broker that runs a Pay-Per-Install operation on top of compromised legitimate websites, using the open-source zTDS Traffic Distribution System to inject loader scripts and fingerprint visitors. Depending on the victim's OS it delivers one of several ClickFix variants. On Windows it shows FakeUpdates "your browser is out of date" overlays (impersonating 12 browser brands) or a ClickFix PowerShell paste. On macOS it silently rewrites the clipboard via navigator.clipboard.writeText and presents a fake reCAPTCHA modal ("I am not a robot - reCAPTCHA Verification ID:
I am not a robot - reCAPTCHA Verification ID:
Open Spotlight (Command + Space) and type Terminal
Press Command + V to paste the 'verification code'
Press Return to run it
References:
Mitigations:
Educate macOS users that legitimate CAPTCHAs never ask you to paste into Terminal
Alert on Terminal child processes spawning curl/bash shortly after a browser session
Monitor for
curl ... -o <file> && bash <file>andbase64 -D | bashexecution chainsBlock known DriveSurge/zTDS payload infrastructure at the DNS/proxy layer
Your browser is out of date. A critical update is required to continue. Download and run the update to keep browsing securely.
Click the Update / Download button on the fake browser-update overlay
Run the delivered 'Browser Update.exe' (or paste the provided PowerShell 'fix')
References:
Mitigations:
Browsers update themselves — treat any web page demanding a manual browser update as malicious
Block execution of freshly-downloaded 'Browser Update.exe' style binaries via WDAC/AppLocker
Detect injected TDS loaders (t.js?site=, jsrepo?rnd=, banner-js.php) in web traffic
Hunt compromised CMS sites for zTDS injection and the wordpress_logged_in_ admin-evasion check