/typosquat

detect typosquatted domain names

Primary LanguageCSS

Siamese lets you explore domain names for awareness and potential prevention of typosquatting. Provide a domain name, and Siamese returns a list of similar domain names that are likely to be used for typosquatting.

All returned domain names come with information on whether or not that domain name is available. If a domain name is not available, it may be worth it to research the associated web site to check if it's exhibiting malicious behavior that is characteristic of typosquatters. If a domain name is available for purchase, its price is shown. Click on the domain name to be taken to GoDaddy's purchase page for that domain name.

Running locally

  1. Ensure you have python3 and pip installed. Also install the chromedriver executable somewhere in your $PATH.
  2. Clone and cd into this repository.
  3. ./run.sh
  4. View locally at http://localhost:5000/.

About

Project Siamese was planned and implemented from start to finish in one day by Team Kittens for GoDaddy's 2019 Intern Week hackathon.

Team Kittens