Skip to content
🎭

Homoglyph Detector

Developer

Detect hidden homoglyph attacks in domain names and identifiers using lookalike characters.

0
0

Homoglyph Detector

Detect look-alike characters that can be used for phishing and spoofing attacks

Enter any text containing Latin characters, digits, or URLs to scan

High Risk: 0
Warning: 0

No homoglyphs detected!

Character Reference
Common Latin Homoglyphs
a → а, α, ɑ
o → о, ο, 0
e → е, ε, ё
p → р, ρ
c → с, ϲ
Digit Homoglyphs
0 → О, о
1 → І, і, l, I
3 → Ε, ε, з
4 → Α, α, Ч
5 → Ѕ, ѕ, S
Attack Examples
g00gle.com
pаypal.com
араple.com
аmazon.com
Security Advisory

Homoglyph attacks (also called IDN homograph attacks) exploit visual similarity between characters from different scripts to create deceptive domain names.

Attackers may register domains like "pаypal.com" (with Cyrillic 'а') that look identical to "paypal.com" in browsers, tricking users into visiting malicious sites.

Protection: Always verify URLs carefully, enable punycode display in your browser, use security tools that detect homoglyph domains, and implement URL validation in your applications.

A Cyrillic а and a Latin a render as pixel-identical characters in most fonts but are completely different code points to a computer, which is exactly what makes "аpple.com" with that Cyrillic а an entirely different domain from the real apple.com despite looking indistinguishable at a glance, a well-known phishing technique called an IDN homograph attack. This tool scans domain names and identifiers for suspicious script mixing and known lookalike character substitutions, flagging exactly which character doesn't belong before a spoofed domain gets mistaken for a real one.

See more about the Homoglyph Detector

Useful for checking whether a suspicious-looking domain actually contains a lookalike character from a different script, auditing a list of identifiers for a homoglyph substitution hiding in plain sight, or verifying a domain is genuinely what it appears to be before trusting a link that looks correct.

Key features

  • Clean interface
  • Fast processing
  • No signup required
  • Works offline

Quick answers for Homoglyph Detector

What counts as a homoglyph here?
Latin letters and digits that have visually similar Cyrillic, Greek, or other lookalike characters, such as Cyrillic а standing in for Latin a.
Does it check URLs specifically?
Yes, any http or https URL in the input is pulled out separately and checked for lookalike characters that would make it visually mimic a different domain.
How is risk level decided?
A character is marked high risk when a Latin letter has a similar character from a different script, since that mismatch is the pattern used in real phishing domains.