DNS Record Lookup
Look up DNS records including A, AAAA, MX, NS, SOA, and CNAME records for any domain
DNS Records for example.net
Hostname | Type | TTL | Priority | Content |
---|---|---|---|---|
example.net | SOA | 3600 | ns.icann.org noc.dns.icann.org 2025011636 7200 3600 1209600 3600 | |
example.net | MX | 0 | ||
example.net | NS | 0 | a.iana-servers.net | |
example.net | NS | 0 | b.iana-servers.net | |
example.net | AAAA | 0 | 2600:1406:bc00:17::6007:8115 | |
example.net | AAAA | 0 | 2600:1406:bc00:17::6007:811e | |
example.net | AAAA | 0 | 2600:1408:ec00:36::1736:7f28 | |
example.net | AAAA | 0 | 2600:1408:ec00:36::1736:7f2b | |
example.net | A | 0 | 23.215.0.141 | |
example.net | A | 0 | 96.7.128.209 | |
example.net | A | 0 | 96.7.128.187 | |
example.net | A | 0 | 23.215.0.135 | |
www.example.net | CNAME | 0 | www.example.net-v2.edgesuite.net | |
www.example.net | A | 0 | 184.25.127.75 | |
www.example.net | A | 0 | 184.25.127.74 | |
www.example.net | AAAA | 0 | 2600:1408:ec00:36::1736:7f28 | |
www.example.net | AAAA | 0 | 2600:1408:ec00:36::1736:7f2f |
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