Running DNS Intelligence...
Resolving DNS records
Fetching WHOIS data
Analyzing email security
Checking propagation
Gathering intelligence

Recent Lookups

Live DNS Intelligence Platform

Instant DNS Lookup
& Domain Intelligence

Query any domain's DNS records, WHOIS data, email security configuration, and global propagation status — in seconds.

Try:
3,106+ Lookups
10 Record Types
8 DNS Servers
100 % Free
Completed in
Features

Everything You Need for DNS Analysis

Professional-grade tools for developers, sysadmins, and security researchers.

DNS Records
Query all 10 DNS record types: A, AAAA, MX, NS, TXT, CNAME, SOA, SRV, PTR, and CAA.
WHOIS Lookup
Full WHOIS data including registrar, registration and expiry dates, domain status and name servers.
Email Security
Analyze SPF, DKIM, and DMARC records. Get an email security score with actionable recommendations.
DNS Propagation
Check DNS propagation across 8 global DNS servers and see resolution status for each.
Domain Intelligence
Get hosting provider, ASN info, geolocation, reverse DNS and IP details in one place.
Instant Results
DNS lookups with smart caching deliver results in milliseconds, not seconds.
Export & Share
Export results as CSV or JSON. Copy to clipboard or share a direct link.
Search History
Recent lookups saved locally. Quickly revisit any previously analyzed domain.
REST API
Clean JSON API for /api/dns, /api/whois, and /api/domain. Integrate with your tools.
Secure by Design
CSRF protection, rate limiting, XSS prevention and SQL injection protection built-in.
Dark & Light Mode
Beautiful design in both dark and light themes. System preference detected automatically.
Mobile Ready
Fully responsive design works perfectly on phones, tablets, and desktops.
Email Security

Analyze Your Email Security Configuration

SPF, DKIM, and DMARC protect your domain from email spoofing and phishing attacks. We check all three.

SPF
Sender Policy Framework defines which IP addresses are allowed to send email on behalf of your domain.
DKIM
DomainKeys Identified Mail adds a cryptographic signature to emails to prove authenticity.
DMARC
Domain-based Message Authentication tells recipients what to do when SPF or DKIM checks fail.
REST API

Integrate DNS Lookups Into Your Workflow

Clean, documented JSON API endpoints. No authentication required for basic usage.

API Endpoints
GET
/api/dns.php?domain=example.com
DNS Records (all types)
GET
/api/dns.php?domain=example.com&type=MX
Specific record type
GET
/api/whois.php?domain=example.com
WHOIS Information
GET
/api/domain.php?domain=example.com
Full Domain Report
GET
/api/export.php?domain=example.com&format=csv
Export CSV
Example Response
{
  "success": true,
  "data": {
    "domain": "example.com",
    "records": {
      "A": [
        {
          "type": "A",
          "host": "example.com",
          "ip": "93.184.216.34",
          "ttl": 3600
        }
      ],
      "MX": [
        {
          "type": "MX",
          "host": "example.com",
          "target": "mail.example.com",
          "pri": 10,
          "ttl": 3600
        }
      ]
    },
    "security": {
      "spf":   { "found": true,  "valid": true },
      "dkim":  { "found": false, "valid": false },
      "dmarc": { "found": true,  "valid": true },
      "email_security_score": 60
    }
  },
  "meta": { "response_time_ms": 142 }
}
FAQ

Frequently Asked Questions

What is DNS Intelligence Pro?
DNS Intelligence Pro is a professional DNS lookup and domain analysis tool. It lets you query all DNS record types, check WHOIS information, analyze email security configurations (SPF, DKIM, DMARC), verify DNS propagation, and gather domain intelligence — all from one interface.
What DNS record types can I look up?
You can look up all major DNS record types: A (IPv4 addresses), AAAA (IPv6 addresses), MX (mail servers), NS (name servers), TXT (text records), CNAME (aliases), SOA (start of authority), SRV (service records), PTR (reverse DNS), and CAA (certificate authority authorization).
What is email security score?
The email security score rates your domain's email protection from 0–100. It checks for: SPF record (+30 points), DKIM record (+30 points), DMARC record (+30 points), and DNSSEC (+10 points). A score of 90+ is excellent. Scores below 60 indicate missing critical protections.
How does DNS propagation checking work?
DNS propagation happens when you make DNS changes — the new values need time to spread to DNS servers worldwide. Our tool queries 8 major DNS servers (Google, Cloudflare, OpenDNS, Quad9, and others) simultaneously and shows you which ones have your latest DNS values.
Is there a rate limit?
Yes, to ensure fair usage, the tool is limited to 60 lookups per IP per hour for the web interface, and 100 requests per hour for the API. These limits are generous for personal and development use.
Can I use the API in my application?
Yes! The REST API endpoints (/api/dns.php, /api/whois.php, /api/domain.php) are publicly accessible and return JSON. No API key is required for basic usage. Just send a GET request with your domain as a query parameter.
Are lookup results cached?
Yes. DNS records are cached for 5 minutes and WHOIS data for 1 hour. This improves performance for popular domains while ensuring reasonably fresh data. Cache timing matches the typical DNS TTL for most records.
Is this tool free?
Yes, DNS Intelligence Pro is completely free to use with no registration required. The API is also free for reasonable usage within rate limits.
☀️ Have a nice day!