CNAME Record
A DNS record that maps one domain name to another domain name (an alias).
A CNAME (Canonical Name) record creates an alias from one domain to another. Instead of pointing directly to an IP address like an A record, a CNAME says "this domain is the same as that domain." For example, www.example.com might have a CNAME pointing to example.com, which then has an A record with the actual IP. CNAMEs are commonly used for subdomains and for services like Heroku or AWS that give you a hostname instead of a static IP. A CNAME cannot coexist with other record types at the same name.
Reference
Related terms
See also
Referenced on
- Dangling CNAMEs and Subdomain Takeover Risk Across the Global DNS
- DNS Propagation Myths Debunked: It's Really About Cache Freshness
- DNS Troubleshooting Tools: What the Pros Actually Use
- How Expired Name Servers Become Domain Hijacking Vectors
- How to Set Up a Custom Domain for Your Email (Google Workspace, Microsoft 365)
- How to Verify DNS Changes After Switching Hosting Providers
- Subdomain Takeover: How Dangling DNS Records Let Attackers Hijack Your Domain
- Troubleshooting Common DNS Issues: A Step-by-Step Guide
- Understanding DNS Record Types: A, AAAA, CNAME, MX, TXT, and More
- What Is NXDOMAIN? Understanding the 'Domain Does Not Exist' DNS Response