Skip to content
Discussion options

You must be logged in to vote

Hi Stefano,

The results from your homoglyph fuzzer include Internationalized Domain Names (IDNs) encoded in Punycode, identifiable by the xn-- prefix. This encoding converts non-ASCII characters (e.g., á, ñ, or Cyrillic letters) into a DNS-compatible format. For example:

zarátínibank.ch becomes xn--zaratinibank-xyz.ch.

While useful for international domains, Punycode is often exploited for phishing by creating visually similar domains, such as replacing a (Latin) with а (Cyrillic).

The homoglyph fuzzer in dnstwist cannot exclude xn-- domains, so you’ll need to manually filter these from your results. Attackers often use Punycode to mimic legitimate domains in browsers, making domains like

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by ygalnezri
Comment options

You must be logged in to vote
1 reply
@ygalnezri
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants