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
A104.21.76.545m
172.67.188.1755m
AAAA2606:4700:3033::ac43:bcaf5m
2606:4700:3032::6815:4c365m
MX10 mx.spamexperts.com5m
20 fallbackmx.spamexperts.eu5m
30 lastmx.spamexperts.net5m
NSelsa.ns.cloudflare.com1d
eric.ns.cloudflare.com1d
TXTfacebook-domain-verification=o4r5ijx8w8o4wm07mzkxhkabgsg9ey5m
google-site-verification=KtnoF4c2wEPJXe9Ne624m8gfoNGtcgULTIVO-H4AMNM5m
google-site-verification=jPApnGhxg1kGMTreioRJ64VZMvm0hO6bLxsgPlyKT545m
v=spf1 include:spf.antispamcloud.com include:amazonses.com +ip4:103.160.37.210 +ip4:139.162.53.152 +ip4:192.46.230.107 -all5m
SOAelsa.ns.cloudflare.com dns.cloudflare.com 2415591694 10000 2400 604800 180030m
Mail servers
priorityhostipptr
10mx.spamexperts.com154.59.104.23, 2001:978:2:2c::137:100fe2-r3-in.ams14.l.antispamcloud.com
20fallbackmx.spamexperts.eu154.59.104.23, 154.59.193.124 +4fe2-r3-in.ams14.l.antispamcloud.com
30lastmx.spamexperts.net149.13.75.27, 38.89.254.156 +6fe1-r3-in.fra02.l.antispamcloud.com
SPF2 of 10 lookups
v=spf1 include:spf.antispamcloud.com include:amazonses.com +ip4:103.160.37.210 +ip4:139.162.53.152 +ip4:192.46.230.107 -all
DMARCat _dmarc.jetorbit.com
v=DMARC1; p=reject; rua=mailto:[email protected]
Checks
12 pass
  • Nameservers2 nameservers listed.
  • SOASOA record present, serial 2415591694.
  • i
    DNSSECThis domain is not signed with DNSSEC.
  • Web address (A/AAAA)4 IP addresses.
  • IPv6Has AAAA records, so it is reachable over IPv6.
  • Mail servers (MX)3 mail servers.
  • MX hostsEvery MX host has an IP address.
  • Mail server reverse DNSThe mail server IPs have PTR records.
  • SPFOne SPF record.
  • SPF policyEnds in -all: mail from other servers is rejected.
  • SPF lookup limit2 of 10 DNS lookups.
  • DMARCPolicy p=reject: spoofed mail is rejected.
  • DKIMDKIM key found at selector default.
  • i
    CAANo CAA records, so any CA may issue SSL certificates.
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.