· 5 min read
Top 3 IDN/Punycode Phishing Detector Alternatives Worth Using
Manesh Jayawardhana
CIO & Co-founder
You’ve got a suspicious domain — one that looks almost right but something feels off — and want to check whether it’s using lookalike characters (Cyrillic “о” instead of Latin “o”) or is a punycode-encoded internationalized domain disguised as a familiar brand.
Every checker here reveals homoglyph tricks and decodes punycode; the differences are in how many scripts are checked, whether the tool cross-references live threat intelligence, and whether it’s built for checking a single suspicious link versus proactively scanning for lookalikes of your own brand.
How to judge an IDN/punycode phishing detector tool
Detects multiple lookalike scripts, not just one. Cyrillic, Greek, and Armenian characters can all substitute for Latin letters convincingly — a checker limited to one script family misses attacks using another.
Catches invisible characters too. Zero-width spaces and joiners can be hidden inside a domain or text to split words or slip past filters — this is a distinct trick from visible character substitution and needs separate detection.
Decodes punycode clearly. An xn-- prefixed domain should be converted to its actual Unicode representation so you can see what it really displays as, not just flagged as “suspicious.”
Processes the domain locally when checking a specific link. For checking a suspicious link you received, client-side analysis that doesn’t require visiting the link or uploading it anywhere is the safer approach.
The comparison
| Tool | Best for | Free tier | Watch out |
|---|---|---|---|
| Etoolio | Cyrillic, Greek, Armenian, and fullwidth character detection plus invisible character catching | Free, unlimited, no signup, local-only | Focused on character-level analysis rather than broader phishing signal scoring |
| PhishEye | Combined homoglyph/punycode check with brand lookalike, TLD, and HTTPS analysis, cross-referenced with live threat intelligence | Free, no signup | Sends the URL string to urlscans.com for live verification (though the link itself is never visited) |
| Inventive HQ | Combined typosquatting, homograph, and IDN spoofing detection in one tool | Free | Direct access to detailed feature confirmation was limited during research |
| IDN/Punycode Phishing Detector | Mixed-script homoglyph analysis plus punycode reveal for a single domain | Free, no signup | No live threat-intelligence cross-reference or brand-specific lookalike scanning |
Facts checked August 2026; tools change their plans.
Etoolio
Etoolio maps lookalike letters back to the Latin characters they imitate — detecting Cyrillic, Greek, Armenian, and fullwidth character substitutions, catching invisible zero-width spaces and joiners hidden inside a name, and decoding punycode (xn—) domains to reveal their true Unicode form — with unlimited free checks and everything processed locally, nothing leaving your device.
It isn’t for someone who wants broader phishing risk scoring beyond character analysis — its focus is specifically on revealing character-level deception rather than checking TLD reputation or brand placement patterns.
PhishEye
PhishEye scores a link against the same signals a SOC analyst would check — brand placement in subdomains versus the actual registered domain, homoglyphs and punycode mimicking legitimate brands, combosquatting (brand names paired with reassuring keywords like “secure”), IP-address hosts, embedded credentials, untrusted TLDs, URL shorteners, and missing HTTPS — running structural analysis locally, then cross-referencing live threat intelligence via urlscans.com.
It isn’t for someone who wants zero data leaving their device — while the link itself is never visited, the URL string is sent for the live threat-intelligence verification step.
Inventive HQ
Inventive HQ’s Domain Spoofing Detector identifies typosquatting, homograph attacks, IDN spoofing, and lookalike domains in a combined free tool, positioned for checking whether a domain is impersonating a legitimate one through multiple attack vectors at once.
It isn’t for someone who needs guaranteed detailed confirmation of every feature before use — direct verification of its full feature set was limited during research, so it’s worth testing directly against your specific use case.
IDN/Punycode Phishing Detector
Our tool analyzes a domain for mixed-script homoglyph tricks and reveals its punycode form to spot potential phishing links — entirely in your browser.
A real limitation: it doesn’t cross-reference live threat intelligence data or check broader phishing signals like TLD reputation or brand placement patterns — for that additional layer of verification, PhishEye’s combined approach covers more ground.
Which one to pick
If you want a fast, fully local check of a suspicious domain’s character composition, use our IDN/Punycode Phishing Detector.
If you want the widest script coverage plus invisible character detection, use Etoolio.
If you want broader phishing risk scoring cross-referenced against live threat intelligence, use PhishEye.
If you’re specifically checking for typosquatting alongside homograph attacks, use Inventive HQ.
How to do it with IDN/Punycode Phishing Detector
- Open the IDN/Punycode Phishing Detector.
- Enter the suspicious domain.
- Review the mixed-script homoglyph analysis and revealed punycode form.
Browse the full tools directory for more free, browser-based security tools.
Frequently asked questions
Is there a free IDN/punycode phishing detector that doesn’t need an account?
Yes. Our IDN/Punycode Phishing Detector, Etoolio, and PhishEye all work without requiring signup.
What exactly is a homoglyph attack?
A homoglyph attack registers a domain using characters from a different alphabet that look nearly identical to the letters in a legitimate brand’s domain — for example, replacing the Latin “o” with the visually identical Cyrillic “о” in “gооgle.com.” Since browsers display internationalized domains using their actual Unicode characters by default in many cases, the fake domain can look pixel-for-pixel identical to the real one in a browser’s address bar, which is exactly why decoding to punycode (revealing the xn-- ASCII-safe representation) exposes the trick.
Why do browsers sometimes show a punycode domain as xn-- text instead of the actual characters?
Modern browsers apply heuristics to detect likely-spoofed internationalized domains — for instance, flagging domains that mix scripts within a single label — and fall back to displaying the raw punycode (xn--...) instead of the rendered Unicode characters specifically to prevent the visual deception a homoglyph attack relies on, a defense mechanism documented in browser security guidance like Chromium’s IDN display policy.
Final thought
Never trust a domain purely by how it looks in a browser address bar — if something feels slightly off about a link, decode it to check for mixed scripts or punycode before trusting it, since visual similarity is exactly what a homoglyph attack is designed to exploit.