Nameserver lookup (NS)
NS records identify the authoritative nameservers published for a domain. Use this check when confirming a nameserver change, reviewing delegated DNS hosting, or diagnosing an incorrect delegation.
Type a nameserver or DNS-record request, then inspect public records, TTLs, response codes, and DNSSEC status.
Workspace
DNS query
Results
A DNS lookup returns the public records attached to a domain or hostname. Enter the name directly, or describe the check in everyday language. The system recognizes nameserver, A, AAAA, CNAME, MX, TXT, CAA, SOA, SRV, and reverse-DNS requests.
NS records identify the authoritative nameservers published for a domain. Use this check when confirming a nameserver change, reviewing delegated DNS hosting, or diagnosing an incorrect delegation.
An A record maps a hostname to an IPv4 address. An AAAA record maps it to an IPv6 address. A site can publish either or both record types.
MX records publish mail-server priorities. TXT records can contain domain verification and email-policy data such as SPF, but each TXT value must be interpreted in its own context.
CNAME aliases one name to another, CAA limits certificate-authority issuance, SOA describes the DNS zone, and SRV publishes the host and port for a named service.
A PTR query starts with an IPv4 or IPv6 address and asks for its published reverse-DNS hostname. A returned name does not by itself prove ownership or trustworthiness.
The time to live indicates how long a DNS record may be cached. Recent changes can temporarily produce different answers until older cached records expire.
A nameserver lookup returns the NS records that identify the authoritative DNS servers published for a domain. These records show where the domain’s DNS information is hosted.
An A record points a hostname to an IPv4 address, while an AAAA record points it to an IPv6 address. A hostname can publish either type or both.
MX records identify the mail servers that receive email for a domain. Lower priority numbers are normally attempted before higher numbers.
TXT records can contain domain-verification values and email policies such as SPF, DKIM references, and DMARC-related information. The meaning depends on the service or policy that created the value.
A reverse DNS lookup starts with an IP address and checks its PTR record for a published hostname. The returned hostname does not by itself prove ownership or trustworthiness.
It indicates that the DNS response passed DNSSEC validation. It does not prove a website is safe, confirm domain ownership, or validate application content.
DNS records are cached for their remaining TTL, so recent authoritative changes can take time to appear everywhere. Some domains also return different records by location.