DNS tool

A Record Checker - Global DNS Lookup

Run a global A record lookup to check IPv4 addresses, TTL values and propagation across independent DNS resolvers.

Record type

What this check shows

An A record maps a hostname to an IPv4 address. Web browsers, API clients and many other applications use this answer to locate the server that should receive their connection.

DNSRadar compares A record responses across public resolvers so you can identify stale caches, partial propagation and unexpected addresses after a hosting or infrastructure change.

When to use it

  • Website or API migrations
  • Load balancer and CDN changes
  • Unexpected traffic reaching an old server
  • Verifying a new hostname before launch

How to read the result

  • Multiple addresses can be valid when a service uses load balancing, failover or a CDN.
  • A resolver returning an older address may still hold a cached response until its TTL expires.
  • NXDOMAIN across every resolver usually indicates a missing name, invalid delegation or an authoritative DNS problem.

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 example.com A +short
dig @1.1.1.1 example.com A
dig @8.8.8.8 example.com A +noall +answer

Questions

Why are several IPv4 addresses returned?

Many services deliberately publish more than one A record for availability or traffic distribution.

Should every resolver have the same TTL?

No. TTL values decrease while an answer remains cached, so resolvers queried at different moments can show different remaining TTLs.

Related DNS tools