Lucene search

K
kitploitKitPloitKITPLOIT:2746313794826044919
HistoryJan 25, 2024 - 11:30 a.m.

Antisquat - Leverages AI Techniques Such As NLP, ChatGPT And More To Empower Detection Of Typosquatting And Phishing Domains

2024-01-2511:30:00
www.kitploit.com
12
antisquat
ai techniques
nlp
chatgpt
typosquatting detection
phishing domains
git clone
pip install
chatgpt api key
.openai-key
.godaddy-key
domains.txt
blacklist.txt
python3.8
usage examples
test case
phishing site
tool blog
black hat usa
nvadr platform
download antisquat

6.8 Medium

AI Score

Confidence

Low

AntiSquat leverages AI techniques such as natural language processing (NLP), large language models (ChatGPT) and more to empower detection of typosquatting and phishing domains.

How to use

  • Clone the project via git clone https://github.com/redhuntlabs/antisquat.
  • Install all dependencies by typing pip install -r requirements.txt.
  • Get a ChatGPT API key at <https://platform.openai.com/account/api-keys&gt;
  • Create a file named .openai-key and paste your chatgpt api key in there.
  • (Optional) Visit <https://developer.godaddy.com/keys&gt; and grab a GoDaddy API key. Create a file named .godaddy-key and paste your godaddy api key in there.
  • Create a file named ‘domains.txt’. Type in a line-separated list of domains you’d like to scan.
  • (Optional) Create a file named blacklist.txt. Type in a line-separated list of domains you’d like to ignore. Regular expressions are supported.
  • Run antisquat using python3.8 antisquat.py domains.txt

Examples:

Let’s say you’d like to run antisquat on “flipkart.com”.

Create a file named “domains.txt”, then type in flipkart.com. Then run python3.8 antisquat.py domains.txt.

AntiSquat generates several permutations of the domain, iterates through them one-by-one and tries extracting all contact information from the page.

Test case:

A test case for amazon.com is attached. To run it without any api keys, simply run python3.8 test.py

Here, the tool appears to have captured a test phishing site for amazon.com. Similar domains that may be available for sale can be captured in this way and any contact information from the site may be extracted.

If you’d like to know more about the tool, make sure to check out our blog.

Acknowledgements

To know more about our Attack Surface [Management](&lt;https://www.kitploit.com/search/label/Management&gt; "Management" ) platform, check out NVADR.

Download Antisquat

6.8 Medium

AI Score

Confidence

Low