githubEdit

domain-and-ip-lookup

Identify the ownership, hosting, technical details of the domain and ip address.

General Command

nslookup
host example
whois example.com
dig example.com any
dig example.com MX +short
curl ipinfo.io/8.8.8.8
curl ip-api.com/json/8.8.8.8
whois -h whois.cymru.com " -v 8.8.8.8"
dig AXFR @ns1.example.com example.com

Passive DNS Lookup

Last updated