nslookup

To find IP of a domain, use nslookup serverok.in To find MX record for a domain, use nslookup -q=mx serverok.in To see TXT records, run nslookup -q=txt serverok.in Asking Authritative Name Servers When you run nslookup, it checks with caching name servers, generally provided by your ISP. But these are not authoritative name servers for … Read more

Dig

dig is a command line tool like nslookup used to check dns Find Reverse-DNS/PTR using dig, nslookup, host Requesting a zone trasnfer with dig Here is the basic usage dig DOMAIN_NAME dig have multiple sections, ANSWER SECTION is what you need to look for. After answer section, it shows some info about DNS server used … Read more