What does HackerNews think of dnstwist?

Domain name permutation engine for detecting homograph phishing attacks, typo squatting, and brand impersonation

Language: Python

You can do this yourself using DNSTwist

https://github.com/elceef/dnstwist

useful tools to monitor "evil domains that look like yours"

https://github.com/UndeadSec/EvilURL - Generate unicode evil domains for IDN Homograph Attack and detect them.

https://github.com/elceef/dnstwist - Domain name permutation engine for detecting typo squatting, phishing and corporate espionage

Then, either buy (if you can afford them all) or block them (don't serve your pages to these domains )

This is a project I've been working, wrapping the dnstwist library (https://github.com/elceef/dnstwist), to provide a list of domains "like" the one you submit, along with RSS feeds for changes and json/csv exports. I'm look to put email alerting into the mix too.

The idea is to assist in identifying possible phishing/copyright infringement domains.

Any feedback would be very welcome.