trace·warrior
  • Tools
  • Monitoring
  • Pricing
  • Resources
  • About
Sign inGet started
trace·warrior

Network diagnostics for IT professionals. Built for speed, accuracy, and the long tail of the Friday afternoon outage.

ALL SYSTEMS NOMINAL
Tools
  • DNS Lookup
  • Ping Test
  • Port Checker
  • WHOIS
  • See all
Product
  • Monitors
  • Pricing
  • How-to guides
  • Compare
Resources
  • Blog
  • API docs
  • Tool index
  • Contact
Company
  • About
  • Privacy
  • Terms
  • Cookie policy
© 2026 Trace Warrior · made for engineers, by engineersnetwork forensics, quietly
tools/dns & domain/cname-lookup
DNS & Domain

CNAME Lookup

Free CNAME lookup. Enter a hostname and see its full CNAME alias chain, every hop from the name you queried to the canonical target it ultimately points at, plus the IPs that target resolves to. Resolved live from our London probe. The clean way to answer "what does this CNAME point to" and to catch broken or looping alias chains.

What a CNAME record does

A CNAME (Canonical Name) record makes one hostname an alias for another. When a resolver looks up www.example.com and finds a CNAME pointing at example.com, it follows the alias and returns the target's address records. Aliases can chain, one CNAME pointing at another, which is common when a site sits behind a CDN or a managed platform, and this tool follows the whole chain to its final canonical target so you can see every hop.

The gotchas worth knowing

A name that has a CNAME cannot also have other records, which is why you cannot put a CNAME on a root/apex domain (use ALIAS, ANAME, or CNAME flattening instead). Long chains add a little lookup latency. And a dangling CNAME, an alias pointing at a target that no longer exists, is a real risk: if someone can claim that target (an unclaimed cloud bucket or app hostname), they can take over your subdomain. Checking where a CNAME actually lands is the quickest way to catch these.

Frequently asked questions

What is a CNAME record?

A CNAME (Canonical Name) record is a DNS record that makes one hostname an alias for another. Resolvers follow the alias and return the address records of the target name.

How do I find what a CNAME points to?

Enter the hostname in the tool above. It follows the full CNAME chain hop by hop to the final canonical target and shows the IP addresses that target resolves to.

Can the root domain have a CNAME?

No. The DNS standard does not allow a CNAME at the zone apex because it would conflict with the required SOA and NS records. Providers offer ALIAS, ANAME, or CNAME flattening to achieve the same effect at the root.

What is a dangling CNAME and why is it dangerous?

A dangling CNAME points at a target that no longer exists, often an unclaimed cloud or SaaS hostname. If an attacker can claim that target, they can serve content on your subdomain, which is known as a subdomain takeover.

Related tools

  • DNS Lookup →
  • Domain to IP →
  • Nameserver Lookup →
  • Reverse DNS →