What Are Lookalike Domains?
Lookalike domains are web addresses deliberately crafted to resemble a legitimate brand's domain so closely that people mistake one for the other. Attackers register them to send convincing phishing emails, host fake login pages, or intercept traffic from users who mistype a URL — turning your brand's trust into their attack vector.
A lookalike domain might swap a single character (`examp1e.com` instead of `example.com`), add a word (`example-support.com`), change the extension (`example.net` when you own `example.com`), or use non-Latin characters that render identically to the real thing. The goal is always the same: make a victim believe they're dealing with you.
Why Lookalike Domains Work So Well
Phishing built on lookalike domains succeeds because it exploits how humans and machines both read URLs. People scan, they don't parse. Under time pressure, a reader sees the brand name and stops there — the substituted digit or extra hyphen never registers.
Three mechanisms make these attacks effective:
- Trust transfer. The victim already trusts your brand. A domain that looks like yours inherits that trust before any content loads.
- Context matching. Attackers pair the domain with familiar branding — your logo, your email tone, a real invoice number scraped from a breach — so the fake reinforces expectations instead of triggering suspicion.
- Technical polish. Modern lookalikes come with valid TLS certificates (the padlock icon), working email that passes basic authentication, and pixel-perfect copies of your login page. The signals people were taught to check now pass.
The "green padlock" no longer means safe. Any attacker can obtain a free TLS certificate for a domain they control, so `secure-example-login.com` will show HTTPS just like your real site.
The Main Types of Lookalike Domains
Understanding the specific techniques helps you recognize them and know what to defend against.
Character substitution (typosquatting)
Attackers register common misspellings and keyboard slips: `exmaple.com`, `exampel.com`, or `exsmple.com`. They also swap visually similar characters — the number `1` for a lowercase `l`, `0` for `o`, or `rn` to imitate `m` (`exarnple.com`). These catch users who type fast and rely on the shape of the word.
Homoglyphs and internationalized domains (IDN)
Some alphabets contain characters that render identically to Latin letters. A Cyrillic "а" looks exactly like a Latin "a" on screen, but it's a different character underneath. These homoglyph attacks produce domains that are visually indistinguishable from yours, encoded through the internationalized domain name (IDN) system. This is the hardest type to catch by eye because there is nothing to see.
TLD swaps
You own `example.com`, but the attacker grabs `example.net`, `example.co`, `example.io`, or a country-code extension. The brand name is spelled perfectly; only the extension differs — and most people don't notice or don't know which extension is yours.
Combosquatting
The attacker appends a plausible keyword to your real brand name: `example-billing.com`, `login-example.com`, `example-secure.net`. Because your actual brand appears intact, these read as legitimate to most users and are especially effective in emails ("Please verify at example-account.com").
Subdomain tricks
The real deception hides in a subdomain of an attacker-owned domain: `example.com.verify-account.net`. A hurried reader sees `example.com` at the start and stops. The domain that actually controls the site is `verify-account.net`, which the attacker owns.
How Attackers Weaponize a Lookalike Domain
Registering the domain is step one. The infrastructure they build on top of it is what turns a lookalike into a working phishing operation:
- MX records for email. Adding mail records lets the domain send and receive email. This enables spoofed invoices, fake "reset your password" messages, and business email compromise that appears to come from your company.
- TLS certificates. A certificate makes the fake site load over HTTPS with a padlock, defeating the most common "is it safe?" check.
- A cloned landing page. A copied login or checkout page harvests credentials or payment data. Some proxy the real site in real time to capture multi-factor codes.
- Privacy-shielded WHOIS. Registration details are hidden behind privacy services, making the operator hard to identify and slowing takedown.
The moment a certificate is issued for a domain, a record of it appears in public certificate transparency (CT) logs. That's one of the earliest signals a lookalike is being prepared for an attack — often before a single phishing email goes out.
How to Detect Lookalike Domains Targeting Your Brand
You cannot defend against domains you don't know exist. Detection means continuously generating the plausible variants of your name and checking which ones have been registered and activated. Doing this by hand is impractical — the permutation space runs into thousands of combinations per brand, and new registrations appear daily.
A brand scan at dokyma.com does this for you. It:
- Generates permutations across character substitutions, homoglyphs, TLD swaps, and combosquatting patterns — the full space an attacker would work through.
- Checks DNS and WHOIS to see which lookalikes are registered, when, and whether they resolve to a live server.
- Flags MX records so you know which lookalike domains can send email as you — the ones most dangerous for phishing.
- Watches certificate transparency logs to catch new lookalikes the moment a TLS certificate is issued, often before the phishing campaign launches.
That combination — permutation coverage plus live DNS, WHOIS, mail, and certificate signals — is what separates a real threat inventory from a guess. Run a free scan at dokyma.com to see which lookalikes already point at your brand.
How to Stop and Prevent Lookalike Domain Attacks
Detection tells you what exists; these steps reduce the damage and shrinkthe attacker's opportunity.
- Register the obvious variants yourself. Buy the common misspellings, the key TLD swaps (`.net`, `.co`, `.org`, your major country codes), and a few combosquatting forms. Point them at your real site. Every variant you own is one an attacker can't.
- Lock down email authentication. Publish SPF, DKIM, and a DMARC policy set to reject. This stops attackers from spoofing your real domain and gives you reports on who is trying.
- Prioritize by threat, not volume. A parked lookalike with no mail and no site is low risk. One with MX records, a fresh TLS certificate, and a live login page is an active threat — act on those first.
- File takedowns fast. Report active phishing lookalikes to the registrar, hosting provider, and certificate authority. Speed matters: most damage happens in the first hours of a campaign.
- Monitor continuously. New lookalikes register every day. A one-time audit goes stale within a week, so detection has to run on an ongoing basis.
Your Next Step
You can't protect against lookalike domains you've never seen. Start by finding out which ones already target you: run a free brand scan at dokyma.com to see the registered typosquats, homoglyphs, TLD swaps, and combosquatting domains pointing at your name — plus which ones have live mail and certificates ready to phish your customers. That inventory is the foundation for everything else: registrations, takedowns, and knowing where to watch next.