ip
ipku.in

DNS Lookup

See every DNS record of a domain at once, then check its health: nameservers, mail servers, SPF, DKIM, DMARC, and DNSSEC. Enter an IP to see its reverse DNS.

$ dig
DNS records
typevaluettl
A8.8.8.8362s
8.8.4.4362s
AAAA2001:4860:4860::8844770s
2001:4860:4860::8888770s
NSns1.zdns.google6h
ns2.zdns.google6h
ns3.zdns.google6h
ns4.zdns.google6h
TXTv=spf1 -all5m
https://xkcd.com/1361/5m
SOAns1.zdns.google cloud-dns-hostmaster.google.com 1 21600 3600 259200 3006h
CAA0 issue "pki.goog"1d
128 issue "pki.goog"1d
SPF0 of 10 lookups
v=spf1 -all
DMARCat _dmarc.dns.google
v=DMARC1; p=reject; rua=mailto:[email protected]
Checks
10 pass1 warning
  • ✓
    Nameservers4 nameservers listed.
  • ✓
    SOASOA record present, serial 1.
  • ✓
    DNSSECAnswers are validated with DNSSEC.
  • ✓
    Web address (A/AAAA)4 IP addresses.
  • ✓
    IPv6Has AAAA records, so it is reachable over IPv6.
  • !
    Mail servers (MX)No MX records, so this domain cannot receive email.
  • ✓
    SPFOne SPF record.
  • ✓
    SPF policyEnds in -all: mail from other servers is rejected.
  • ✓
    SPF lookup limit0 of 10 DNS lookups.
  • ✓
    DMARCPolicy p=reject: spoofed mail is rejected.
  • i
    DKIMNot found at the common selectors (default, google, selector1, selector2, k1, s1, s2, dkim, mail). DKIM selectors can't be listed, so the domain may still use DKIM.
  • ✓
    CAAOnly these CAs may issue SSL certificates: pki.goog.
Whois for this domain →Check DNS propagation →Check blacklists →

Queried over DNS-over-HTTPS from Cloudflare (Google as a fallback), so answers can be cached for up to their TTL.

01 / faq

DNS and email, briefly.

What is a DNS record?

▼

DNS turns domain names into addresses and services. A and AAAA records hold a site's IPv4 and IPv6 addresses, MX its mail servers, NS its nameservers, TXT free text like SPF and verification codes, and CNAME makes one name an alias of another.

What are SPF, DKIM, and DMARC?

▼

All three protect a domain from spoofed email. SPF (v=spf1 in TXT) lists the servers allowed to send its mail, DKIM signs mail with a key published in DNS, and DMARC (_dmarc) decides what happens to mail that fails both: let through, quarantined, or rejected.

Why don't I see my DNS change yet?

▼

Resolvers keep an answer for its record's TTL. These results come from Cloudflare's public resolver, so a record you just changed can show the old value until its TTL runs out.

Can I use it from a terminal?

▼

Yes. curl 'ipku.in/en/tools/dns-lookup?q=example.com' returns the records and checks as plain text, and /api/dns/example.com returns JSON.