Typosquatting is one of the oldest categories of domain fraud on record, and for most of its history the defense advice has been dull and effective: read the URL before you click. That advice stopped being enough in 2026. In February, CrowdStrike’s Counter Adversary Operations team published a walkthrough of how modern typosquat operators now hide the phishing infrastructure entirely from the browser — the web traffic goes to the real site while the mail server quietly harvests the target’s email. In September, Bitdefender’s 2026 Cybersecurity Assessment quantified the surrounding surge: 70 percent of surveyed IT professionals report increasingly sophisticated AI-generated phishing, and AI-generated malware samples grew roughly tenfold between August 2025 and January 2026.
For anyone defending a brand, the practical takeaway is that the old string-match monitors — “alert me if someone registers examp1e.com” — are catching the loudest ten percent and missing the rest. The new kits do not need to look wrong to the user; they only need to look right long enough to catch a keystroke. The visible surface is designed to be plausible. The actual attack lives one DNS record away.
How big the 2026 typosquat surge really is
Two data points from vendors watching the ecosystem end-to-end:
- Bitdefender 2026 Cybersecurity Assessment (1,200 IT and security professionals surveyed):70 percent report seeing measurably more sophisticated AI-enabled phishing, 59 percent report AI-enabled social engineering incidents in the past year, and 44.8 percent admit they have only partial visibility into how AI is being used inside their own organization — which is also how well they see it being used against them.
- CrowdStrike Counter Adversary Operations (February 2026): the same team that runs Falcon Adversary Intelligence Recon has observed a shift from opportunistic typosquats to organized campaigns that combine bulk domain registration, fabricated WHOIS records harvested from public corporate filings, and AI-generated “domain for sale” cover pages that make the infrastructure look inert while it is actively receiving mail.
The three URL-mutation families you have to enumerate
CrowdStrike’s writeup breaks the visible URL layer into three concrete techniques. On their own each is a decade old; combined at automated scale, they defeat naive monitors.
- Character substitution. Replace one glyph with a visually similar alternative. Example from the CrowdStrike report:
examp1ecorp.com— the numeral1in place of the lowercasel. Extends naturally tornform,vvforw, and the full Unicode homoglyph set (Cyrillicа,е,о) once IDN is on the table. - Prefix and suffix appending.
example-corp.com,examplecorp-support.com,examplecorp-billing.com. These read as legitimate corporate subdomains but are completely separate registrations under attacker control. They are especially effective in email where users read the local-part and stop. - Bulk TLD sweep. Register the base brand across dozens of cheap TLDs —
.top,.shop,.online,.click,.zip. One API call, thirty domains, forty dollars. Combined with the two families above, the permutation space reaches into the low thousands.
A useful mental model: for any brand of length n, the plausible typosquat space is roughly hundreds of variants per TLD × TLDs monitored. Domainscan’s Typosquat monitor generates and re-checks the full permutation set on a schedule rather than requiring the user to enumerate it by hand. See the typosquatting primer for the six-family taxonomy and the consumer-side checkout-hijack walkthrough if you want the merchant angle.
The 301-redirect trap plus a malicious MX record
This is the technique that most changes how the defense has to be structured. CrowdStrike describes operators who configure the typosquat domain to serve an HTTP 301 or 302 redirect straight to the real brand’s website — while simultaneously keeping a malicious MX record pointing at an attacker-controlled mail server. The result is surgical:
- A user who visits
examp1ecorp.comin a browser lands onexamplecorp.com— the real site. Everything appears fine. The user “learns” the typo domain is safe. - An email sent from
support@examp1ecorp.comlands in the target’s inbox with the headerFromlooking almost identical to a real corporate address. Replies from the target flow straight into the attacker’s mailbox because the MX record for the typosquat domain resolves to attacker infrastructure. - Nothing on the visible web layer contradicts the illusion. An abuse team that opens the domain to investigate sees the redirect and concludes the domain is dormant or park-flipped. Reports get closed as false positives.
This is the trick that makes web-only brand monitors blind. A crawler-based scanner that only follows URLs sees a redirect chain to the legitimate site and reports no threat. The actual credential-harvest and business-email-compromise pathway runs entirely over SMTP, which the crawler never touches.
Cloudflare Ray-ID geo-filtering
A second layer of evasion, again from CrowdStrike’s report: attackers place the typosquat behind Cloudflare or an equivalent CDN and use server-side IP filtering to serve different content based on the visitor.
- Requests from known security-vendor IP ranges (Palo Alto, Trend, Cisco Talos, Google Safe Browsing, common sandbox exit nodes) receive a benign 200 OK with a blank landing page or a redirect to the real brand.
- Requests from residential IPs in the target geography receive the actual phishing kit.
- The Cloudflare Ray-ID header gives the operator a reliable per-request identifier they can correlate to a decision cache — the same visitor, seen twice from different networks, gets the same targeted verdict.
The consequence for defenders: any monitoring approach that scans typosquat domains from a small number of cloud IPs will systematically under-report. The domain looks clean from the vendor; dangerous from the victim’s couch.
AI-generated cover pages and fabricated WHOIS
The third 2026 addition is the one Bitdefender’s survey data foregrounds: attackers now use generative AI to produce the cover material at industrial scale.
- Fake “domain for sale” landing pages, generated from a handful of templates with LLM-written marketing copy, make the typosquat look like inactive parked inventory. Abuse teams triaging hundreds of reports per day pass over anything that looks like a parking page.
- WHOIS records populated with fabricated but convincing company data — company names, VAT numbers, and postal addresses harvested from public corporate filings. A registrar abuse check that verifies “does this look like a real business” will return yes.
- Disposable email addresses for the registration contact — hard to trace, hard to notify, hard to serve legal process to. The registrar has done its due diligence; the abuse pipeline stalls.
Combined with the redirect + MX trick, the attacker’s inventory looks like this to a bulk scanner: dormant parked domain, valid WHOIS, benign HTTP response, no phishing landing page in the cache. Combined with a Google search from the target: nothing incriminating. The attack surface is the MX record and the mail flow, both of which the scanner never queried.
The DNS check that beats the redirect
The defense against the 301-plus-MX trick is not more sophisticated web scanning. It is adirect DNS query for MX and TXT records on every candidate typosquat, run independently of the web response. Legitimate parked inventory almost never has custom MX records — parking companies serve web-only. A typosquat that returns a 301 to the real site and has a custom MX pointing at an attacker-controlled mail server is the signature.
- MX record presence on a “parked” domain is anomalous by definition. Parking inventory does not receive email. An MX record on a domain whose web layer redirects to a real brand is nearly always mail-harvesting infrastructure.
- MX hostname reputation. A handful of hosting providers and small mail relays are disproportionately represented in phishing forensics. Domainscan cross-references the MX target against historical abuse data to score the record.
- SPF, DKIM and DMARC records on the typosquat itself are diagnostic. A domain with a generous SPF (
+allor a wide+include) plus a real MX plus no DMARC is provisioned to send email under a brand-adjacent identity — the exact configuration a phishing operator wants.
WHOIS fabrication detection
The AI-populated WHOIS record is convincing at a glance and thin at second look. Two properties distinguish real business registrations from fabricated ones.
- Entity-address correspondence. A real company’s registered address matches its incorporation record and its public presence. Domainscan cross-references the WHOIS registrant against corporate registries and flags mismatches — a UK-registered company address on a domain registered from a residential ISP in a different jurisdiction is a hard signal.
- Contact reachability. Real business email addresses answer. Fabricated ones bounce, silent-drop or forward to a burner. Reachability testing is not part of any registrar’s validation and is the fastest single check that flags a fabricated registration.
- Registration velocity. Fabricated identities tend to appear across bulk-registration batches from the same registrar in tight time windows. Cross-registrar clustering on registrant metadata surfaces the operator’s entire fleet from one flagged domain.
Prism AI reads past the redirect
A 301 redirect hides the phishing kit from a browser and from a naive crawler. Prism AI is built to treat the redirect chain as a signal, not a terminator, and to correlate the visible response with the infrastructure verdict that Domainscan has already produced.
- Redirect-chain expansion with independent origin verification. Prism AI follows the redirect and asks whether the final destination is genuinely the brand it claims — reading the certificate chain, the DOM origin and the actual served content from the destination server, not just the URL bar. A typosquat that redirects to a real brand still has a suspicious source domain; Prism AI carries the source verdict forward to the final report rather than losing it in the hop.
- Multi-region fetch to detect geo-filtering. The same domain is queried from residential exit nodes in the target geography and from vendor exit nodes. Divergent responses — clean from the vendor, dangerous from the residential — are the fingerprint of Ray-ID gated phishing.
- Cover-page template fingerprinting. LLM-generated parking-page templates have measurable stylistic signatures — token repetitions, layout structures, image-encoding artifacts — that Prism AI matches against a library of known AI-produced cover material.
What to do this week
- Enumerate your permutation space. For every brand you own, generate the full character substitution, prefix/suffix and TLD-sweep set. Enrol the list into Domainscan’s Typosquat monitor so newly registered variants trigger an alert the day the domain enters the zone file, not the day a customer reports the phish.
- Add DNS+MX queries to your abuse-triage pipeline. Any candidate typosquat that returns a 301 to the real brand and has a custom MX pointing outside your infrastructure is a mail-harvest operation regardless of what the web layer shows.
- Enforce DMARC
p=rejecton your real domain — including parked and marketing subdomains. The typosquat can still send email that spoofs your brand in the display name; DMARC ensures the receiver’s inbox provider rejects anything that fails alignment against your real SPF and DKIM. Companion posts: the BigBear 2.0 Microsoft 365 phishing breakdown covers the reverse-proxy flavour of the same problem. - Watch Certificate Transparency logs. Every typosquat that provisions HTTPS — nearly all of them, since a padlock is now table stakes — issues a certificate that hits the public CT log within seconds. Log-watch on your brand name catches variants at issuance rather than at first-victim-click.
- Train the human layer on the FROM address, not the display name. The 2026 kits are good at making
Support <support@examp1ecorp.com>look correct until you copy the address out. Any process that authorizes payment based on a display name — invoice fraud, supplier-detail changes, wire instructions — is the highest-value target for the typosquat operator.
Source
Primary research on typosquat mechanics: The Art of Deception: How Threat Actors Master Typosquatting Campaigns to Bypass Detection — CrowdStrike Counter Adversary Operations (Alen Peric, February 23, 2026). Supporting data on AI-driven phishing volume: The New AI Arms Race Starts Before the Cyberattack — Bitdefender Business Insights (Duncan Mills, September 9, 2026), referencing Bitdefender’s 2026 Cybersecurity Assessment (1,200 IT and security professionals surveyed).