atenreiro / opensquat

The openSquat is an open-source tool for detecting domain look-alikes by searching for newly registered domains that might be impersonating legit domains and brands.
https://opensquat.com
GNU General Public License v3.0
692 stars 130 forks source link

How to use Virustotal? #44

Closed wargasmtg closed 3 years ago

wargasmtg commented 3 years ago

Hello,

After I run opensquat how do I check the results.txt against virustotal within opensquat?

Thank you

atenreiro commented 3 years ago

Hello @wargasmtg

At this present moment, VT integration is not fully available however, there's a couple of options that might help you.

Quad9 validation: This will validate if the domain is flagged against Quad9 service.

$ python3 opensquat.py --dns

Subdomain check: This will list other subdomains acme.domain.com from VirusTotal.

$ python3 opensquat.py --subdomains

I can look at this as a feature request, just do the following:

README.md To request for a new feature, create a "new issue" and describe the feature and potential use cases. If something similar already exists, you can upvote the "issue" and contribute to the discussions.

wargasmtg commented 3 years ago

aha okay, when I read Integration with VirusTotal I assumed a different integration :) Thanks. Quad9 works great thanks, would be cool if that showed up in the results.txt though

atenreiro commented 3 years ago

I think the description can be indeed misleading, I will fix that. Thanks