Last Updated: February 25, 2016
·
669
· barnettjw

Get a domain name from an IP

You can get an IP address from a domain name, by using ping.

If you want to do that in reverse and get a domain name from an IP address check a PTR record.

Linux

dig -x <ip> +short

Windows

nslookup -type=ptr <ip> | findstr name