DNS Record Lookup
Look up DNS records including A, AAAA, MX, NS, SOA, and CNAME records for any domain
DNS Records for example.org
Hostname | Type | TTL | Priority | Content |
---|---|---|---|---|
example.org | A | 0 | 23.215.0.133 | |
example.org | A | 0 | 96.7.128.192 | |
example.org | A | 0 | 23.215.0.132 | |
example.org | A | 0 | 96.7.128.186 | |
example.org | NS | 0 | b.iana-servers.net | |
example.org | NS | 0 | a.iana-servers.net | |
example.org | AAAA | 0 | 2600:1406:bc00:17::6007:8128 | |
example.org | AAAA | 0 | 2600:1406:bc00:17::6007:810d | |
example.org | AAAA | 0 | 2600:1408:ec00:36::1736:7f2e | |
example.org | AAAA | 0 | 2600:1408:ec00:36::1736:7f2f | |
example.org | MX | 0 | ||
example.org | SOA | 3600 | ns.icann.org noc.dns.icann.org 2025011715 7200 3600 1209600 3600 | |
www.example.org | CNAME | 0 | www.example.org-v2.edgesuite.net | |
www.example.org | AAAA | 0 | 2600:1408:5400:12::17cf:ca49 | |
www.example.org | AAAA | 0 | 2600:1408:5400:12::17cf:ca2f | |
www.example.org | A | 0 | 23.207.202.39 | |
www.example.org | A | 0 | 23.207.202.20 |
About DNS Records
DNS (Domain Name System) records are instructions that provide information about a domain, including its IP addresses, mail servers, and other services. Common record types include:
- SOA (Start of Authority) - Contains administrative information about the zone
- NS (Nameserver) - Specifies authoritative nameservers for the domain
- A (Address) - Maps a domain to an IPv4 address
- AAAA - Maps a domain to an IPv6 address
- CNAME (Canonical Name) - Creates an alias pointing to another domain
- MX (Mail Exchange) - Specifies mail servers for the domain