DNS CNAME change check

Detects when a CNAME target changes — the earliest signal of a broken CDN swap, subdomain takeover risk, or accidental alias edit.

Quick answer

Lemwatch tracks the CNAME target for every subdomain you monitor and alerts on any change. If the new target resolves to nothing, we flag a potential subdomain-takeover risk.

What it checks

Where to find it in Lemwatch

Site details → Health → DNS tab. Takeover-risk changes also raise an incident with severity: high.

How to respond

  1. Compare old vs new target in the DNS tab.
  2. If new target is NXDOMAIN, remove the CNAME immediately.
  3. Confirm the intended vendor now owns the target.
  4. Re-issue TLS certs if the new host uses a different SNI.
  5. Acknowledge once verified.

FAQ

What is a subdomain takeover?

An attacker claims an abandoned CNAME target (e.g. an old Heroku app) and serves content under your domain.

Does this cover ALIAS/ANAME too?

Yes — resolved through the same path.

Related