dig
dig DOMAIN_NAME #Forward Lookup
dig -x DOMAIN_NAME #Reverse Lookup
#General Command
dig @SERVER DOMAIN_NAME TYPE# This command queries Google’s DNS server (8.8.8.8) for the MX records of example.com, which indicates the mail servers responsible for handling email for the domain.
dig @8.8.8.8 example.com MXBanner Grabbing
dig version.bind CHAOS TXT @DNSAny Record
Last updated