Long-Trusted "third-party.com" Placeholder Domain Weaponized with ClickFix Malware Lure
What Happened
According to Manifold Security researcher Ax Sharma, cited by The Hacker News, the domain third-party[.]com — long used as a generic documentation placeholder across an estimated 1,700+ code repositories, akin to how example.com is used — has begun serving malicious content. Reportedly, Windows browsers visiting the domain are served a ClickFix-style lure, while other visitors are shown a harmless decoy page, suggesting the content is being selectively delivered based on the visitor's platform.
Why It Matters
Because third-party[.]com appears so frequently in code comments, sample configs, API documentation, and test fixtures, it likely carries an unusual degree of implicit trust — developers and automated tooling may reference or even programmatically resolve it without scrutiny, unlike domains that are obviously fake or attacker-controlled. If this reporting holds up, any organization whose codebase, documentation, or CI/CD pipeline references the domain (even as an inert placeholder) could be at risk if that reference is ever fetched, rendered, or clicked by a Windows user.
What Defenders Should Watch For
- Search internal codebases, wikis, and documentation for literal references to
third-party.comand verify none of them are live hyperlinks or auto-fetched resources. - Audit CI/CD configs, test suites, and sample/boilerplate code for any step that resolves or requests this domain rather than treating it as inert text.
- Since this is described as a ClickFix-style lure, review awareness training and endpoint controls for the ClickFix pattern generally — lures that instruct users to copy/paste commands into the Windows Run dialog or PowerShell.
- Consider flagging outbound DNS/web requests to
third-party[.]comfor review, given it has no legitimate reason to be an active destination. - Watch for platform-conditional delivery (different content served to Windows vs. other user agents) as a general red flag when triaging suspicious domains.
Developing Story
This is net-new intelligence based on a single report, and details such as scope, payload specifics, and attribution may evolve. For the original reporting, see The Hacker News.