elceef / dnstwist

Domain name permutation engine for detecting homograph phishing attacks, typo squatting, and brand impersonation
https://dnstwist.it
Apache License 2.0
4.81k stars 764 forks source link

tld-prepend #108

Closed kruciform closed 3 years ago

kruciform commented 3 years ago

__tld_prepend considers inclusion of TLDs in name as for examples "de-domain.com" or "domain-fr.com". Note this is mainly relevant when used together with --tld option, but not only. Did catch few malicious activities with this.

elceef commented 3 years ago

Why not use --dictionary option and provide a list of TLD?

kruciform commented 3 years ago

Indeed ... --dictionary is better solution