ClickFix Attackers Weaponize "third-party.com" Placeholder Domain from Dev Docs
What Happened
According to BleepingComputer, the domain third-party.com — a placeholder frequently used in developer documentation and code examples to represent a generic external service — is now serving a fake Cloudflare verification ("I'm not a robot") page. The page uses the ClickFix social-engineering technique to trick Windows users into copying and executing PowerShell commands on their own machines.
Why It Matters for Defenders
Placeholder domains like third-party.com are pervasive in tutorials, sample configs, README files, and copy-pasted boilerplate. Because it looks inert and is widely trusted or ignored by readers, developers and technical staff may click through links referencing it without the scrutiny they'd apply to an unfamiliar domain — making this a low-cost way for attackers to reach a technically savvy audience. ClickFix-style attacks rely entirely on user-executed commands, so they can bypass many controls focused on drive-by exploitation or malicious attachments.
What Defenders Should Watch For
- Any outbound traffic to
third-party.comor its subdomains, particularly from developer workstations, should be treated as suspicious rather than assumed benign. - Monitor for the ClickFix pattern generally: browser-rendered "verification" or "CAPTCHA" pages instructing users to open the Windows Run dialog or a terminal and paste content, followed by
powershell.exeorcmd.exespawned from Explorer or a browser process shortly after clipboard activity. - Review internal documentation, wikis, and code samples for stale references to
third-party.comand update or remove them where feasible. - Reinforce user awareness that no legitimate CAPTCHA or bot-check ever requires pasting commands into PowerShell or the Run dialog.
Developing Story
This is a net-new report and details on scale, payload, and targeting may evolve. No CVE or specific threat-actor attribution has been established at this time. For the original reporting, see BleepingComputer's coverage.