Phantom Squatting AI-Hallucinated Domains as a Software Supp...#2448
Open
carlospolop wants to merge 1 commit into
Open
Phantom Squatting AI-Hallucinated Domains as a Software Supp...#2448carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://unit42.paloaltonetworks.com/phantom-squatting-hallucinated-web-domains Content Categories: Based on the analysis, this content was categorized under "AI Security / Phishing Methodology / Supply Chain Attacks - Phantom Squatting and LLM-Hallucinated Domains". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Unit 42 describes phantom squatting as an AI-driven software supply chain attack vector: LLMs can hallucinate plausible but nonexistent domains for real brands, and attackers can register those domains so that future AI-assisted users, developers, CI/CD helpers, or autonomous agents are routed to attacker-controlled infrastructure. The issue is not a CVE but a structural LLM failure mode: when a model is asked for portals, API endpoints, webhook URLs, documentation links, pay...
🔧 Technical Details
LLM hallucination probing for domain discovery: An attacker can query LLMs with realistic brand-specific prompts to enumerate domains the model invents but presents confidently. Effective prompts reference real business workflows such as payment gateways, admin dashboards, developer documentation, billing portals, benefits portals, webhook endpoints, app downloads, and API integrations. The technique maps a brand's hallucination surface by collecting generated URLs, deduplicating near-duplicate prompts with a metric such as Jaccard similarity, resolving URLs, and extracting candidate parent domains that can be registered or monitored.
Prioritizing exploitable phantom domains: The most valuable hallucinated domains are those with Thermal Hallucination Persistence, meaning the same domain appears across different temperature settings and even at low temperature such as
T = 0.1, and cross-model hallucination ...🤖 Agent Actions
Plan re-initialized and I continued the run.
Status now:
src/AI/AI-Risk-Frameworks.md## ReferencessectionThis PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.