DNS Record Lookup
Look up DNS records including A, AAAA, MX, NS, SOA, and CNAME records for any domain
DNS Records for lab3corp.com
| Hostname | Type | TTL | Priority | Content |
|---|---|---|---|---|
| lab3corp.com | SOA | 600 | ns1.dns-parking.com dns.hostinger.com 2026062501 10000 2400 604800 600 | |
| lab3corp.com | A | 0 | 88.223.87.196 | |
| lab3corp.com | A | 0 | 147.79.79.111 | |
| lab3corp.com | NS | 0 | ns2.dns-parking.com | |
| lab3corp.com | NS | 0 | ns1.dns-parking.com | |
| lab3corp.com | AAAA | 0 | 2a02:4780:4c:7150:342b:3b02:45ff:138d | |
| lab3corp.com | AAAA | 0 | 2a02:4780:4d:700b:2b48:ce53:acbd:43aa | |
| www.lab3corp.com | CNAME | 0 | www.lab3corp.com.cdn.hstgr.net | |
| www.lab3corp.com | A | 0 | 147.79.72.115 | |
| www.lab3corp.com | A | 0 | 147.79.79.135 | |
| www.lab3corp.com | AAAA | 0 | 2a02:4780:4d:86d5:c2bc:e38e:2e8b:9863 | |
| www.lab3corp.com | AAAA | 0 | 2a02:4780:4a:b762:77d6:2c63:ac14:58c7 |
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