Nslookup
To find the A record of а domain
nslookup example.comTo check the NS records of a domain
nslookup -type=ns example.comTo query the SOA record of a domain
nslookup -type=soa example.comTo find the MX records responsible for the email exchange
nslookup -query=mx example.comTo find all of the available DNS records of a domain
nslookup -type=any example.comLast updated