Reverse IP Lookup
Reverse IP lookup involves querying an IP address to identify domains hosted on the same IP address.
There are numerous online tools available providing the ability to perform a reverse IP lookup, such as:
ViewDNS.info -> https://viewdns.info
RapidDNS.io -> https://rapiddns.io
Alternately, we can use curl
with RapidDNS.io to extract domain information for a specific IP range:
Do not trust only one source of information. These databases are not accurate and hence they should be used in conjuction with other resources.
BGP + RapidDNS to check domains associated with some organization IP blocks
Last updated
Was this helpful?