You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then the CLI will create a domain-based network alert for shodan.io. However, it should create a network alert for just www.shodan.io which is how the Shodan Monitor website operates.
The text was updated successfully, but these errors were encountered:
Yes, but we probably need to add something like tldextract as a dependency to identify whether the user is setting up a specific hostname. The workflow would look something like:
Parse the domain with tldextract
Check if the provided domain has a subdomain
If it has a subdomain then lookup the IPv4 and IPv6 addresses for the hostname and use that for the list of IPs. If it doesn't have a subdomain then grab the list of IPs from DNSDB; i.e. what we're currently doing.
If a user runs a command such as:
Then the CLI will create a domain-based network alert for
shodan.io
. However, it should create a network alert for justwww.shodan.io
which is how the Shodan Monitor website operates.The text was updated successfully, but these errors were encountered: