DNS tool

CNAME Record Checker - Check DNS Aliases

Check CNAME records worldwide, compare canonical targets across public DNS resolvers and detect stale aliases after CDN, SaaS or hosting changes.

Record type

What this check shows

A CNAME record makes one hostname an alias of another hostname. It is commonly used for CDNs, SaaS verification, hosted applications and service migrations.

DNSRadar compares the canonical target returned by each resolver so you can detect an old target, a missing alias or inconsistent provider configuration.

When to use it

  • CDN and SaaS onboarding
  • Changing an application hostname
  • Verifying third-party service aliases
  • Diagnosing stale CNAME targets

How to read the result

  • The target is a hostname and must resolve through its own A or AAAA records.
  • A CNAME normally cannot coexist with other record types at the same owner name.
  • Different targets across resolvers usually indicate cached data or inconsistent authoritative servers.

Command examples

Use these dig commands when you need to compare DNSRadar with a terminal check or collect evidence for a DNS provider.

Terminal
dig www.example.com CNAME +short
dig @1.1.1.1 www.example.com CNAME
dig www.example.com A +trace

Questions

Can a root domain use a CNAME?

Traditional DNS rules do not allow a CNAME at the zone apex when other required records exist; some providers offer ALIAS or ANAME behavior instead.

Why does the CNAME resolve but the website fail?

The target may resolve correctly while TLS, HTTP routing or the target service itself is misconfigured.

Related DNS tools