DNS Query: Understanding The Internet’s Phonebook

Think of the internet as a massive global city where every building has a specific coordinate, known as an IP Address (a string of numbers like 192.168.1.1). Since humans are much better at remembering names like MartechZone.com than long strings of digits, the Domain Name System (DNS) acts as the Internet’s phonebook. When you type a URL into your browser, your computer sends a request to a DNS server, which looks up the name and resolves it into the correct IP address, directing your browser to the right destination in milliseconds.
DNS Query v2.0.0Last Update: May 11, 2026
Enter a domain and choose a DNS record type — or pick All to sweep every type. Results show only the public records for the exact name you query: enter example.com for the apex, or www.example.com for a subdomain.
Using the DNS Query Tool
The tool provided allows you to interrogate a domain to see how its public records are configured. By entering a domain and selecting a record type (or performing a full sweep of all types), you can see exactly where a website is hosted, where its emails are being sent, and what security protocols are in place.
This tool only retrieves Public DNS Information. It can only see records that have been published to the open internet. If a company has private internal records or specific security configurations that hide certain headers, those will not appear here. Additionally, while this tool identifies where traffic is pointed, it cannot modify these settings; changes must always be made within the domain’s specific registrar or DNS hosting provider.
A (IPv4 Address)
The most fundamental record. The A record maps a domain name directly to the 1r’s IPv4 address. It is the primary way your browser finds a web server.
AAAA (IPv6 Address)
As the world runs out of traditional IPv4 addresses, IPv6 is the next-generation replacement. An AAAA record works exactly like an A record but uses the much longer IPv6 address format.
CAA (Certification Authority Authorization)
CAAs are security records that list which Certification Authorities (CAs) are allowed to issue SSL/TLS certificates for your domain. This prevents hackers or unauthorized parties from issuing certificates for your site.
CNAME (Canonical Name)
Think of this as an alias. A CNAME points one domain name to another domain name rather than an IP address. For example, you might point blog.yourwebsite.com to a CNAME hosted by a platform like HubSpot or Medium.
MX (Mail Exchange)
This record tells the internet where to deliver your email. MX records point to the mail servers that receive messages on behalf of your domain.
NS (Name Server)
NS records indicate which servers are the authoritative source for your DNS information. They tell the rest of the internet to go ask these specific servers for information regarding the domain.
PTR (Pointer / Reverse DNS)
While an A record maps a name to an IP, a PTR record does the opposite—it maps an IP address back to a domain name. This is most commonly used by email servers to verify that a sender isn’t a spammer.
SOA (Start of Authority)
Every DNS zone must have an SOA record. It contains essential administrative information about the zone, such as the administrator’s email address, when the domain was last updated, and how long servers should cache the information.
SRV (Service)
A Service record (SRV) allows you to specify the location of specific services, such as VoIP or Instant Messaging, without needing a dedicated IP for each one.
TXT (Text)
The Swiss Army Knife of DNS. TXT records allow domain administrators to enter arbitrary text. Today, they are most commonly used for domain verification and for email security protocols such as SPF, DKIM, and DMARC.







