Free DNS Lookup, IP Geolocation& Network Tools
Fast, reliable diagnostic tools for DNS, IP, SSL, WHOIS, and email configuration. Built for developers and IT professionals.
All the Tools You Need
Comprehensive network diagnostics at your fingertips
DNS Lookup
Query DNS records from multiple resolvers worldwide. A, AAAA, MX, TXT, and more.
IP Lookup
Get geolocation, ASN, organization, and registration data for any IP address.
SSL Checker
Verify SSL certificates, check expiration, and analyze the certificate chain.
WHOIS Lookup
Look up domain registration info including registrar, dates, and nameservers.
Email Tools
Check MX records, SPF, DMARC, DKIM configuration, and blacklist status.
Security Tools
Generate secure passwords, passphrases, hashes, and create encrypted one-time secrets.
Lightning Fast
Results in milliseconds with global edge caching
Multi-Region
Check DNS propagation from locations worldwide
API Access
Full REST API for automation and integration
No Rate Limits
Generous limits for authenticated users
Works from the Command Line
Access all tools directly from your terminal with curl. No API key required for basic lookups.
$ curl https://dnsx.dev/myip
{
"ip": "203.0.113.42",
"hostname": "example.isp.net",
"geo": {
"country": "United States",
"city": "San Francisco",
"timezone": "America/Los_Angeles"
},
"asn": {
"number": "AS12345",
"name": "Example ISP"
}
}What is DNSX?
DNSX is a free suite of network diagnostic tools designed for developers, system administrators, and IT professionals. Whether you need to debug DNS propagation issues, verify SSL certificates, look up IP geolocation data, or check email authentication configuration, DNSX provides fast and reliable results through both a web interface and a REST API.
Unlike many online tools, DNSX is designed to work seamlessly from the command line. Every tool is accessible via simple curl commands, making it easy to integrate into scripts, CI/CD pipelines, and monitoring workflows. Responses are returned as structured JSON, ready for parsing and automation.
Available Tools
DNS Lookup queries records from multiple public DNS resolvers (Google, Cloudflare, Quad9, OpenDNS) and authoritative nameservers, supporting all major record types including A, AAAA, MX, TXT, CNAME, NS, SOA, SRV, NAPTR, and CAA. The Compare All mode highlights propagation inconsistencies, and MX/NAPTR lookups include full resolution chain visualizations with IP geolocation data.
IP Lookup provides geolocation, ASN (Autonomous System Number), organization details, RDAP registration data, and privacy detection (VPN, proxy, Tor, hosting) for any IPv4 or IPv6 address. Visit the tool without an IP to see your own address with dual-stack IPv4/IPv6 detection.
SSL Checker connects to any domain on port 443 and analyzes the SSL/TLS certificate, including validity, expiration dates, certificate chain, supported protocols (TLS 1.2/1.3), and Subject Alternative Names. Results include a security grade from A+ to F.
WHOIS Lookup retrieves domain registration data including registrar, registration and expiration dates, nameservers, and status codes. Raw WHOIS data is also available for detailed analysis.
Email Tools analyze email configuration by checking MX records with full server resolution, SPF record validation, and DMARC policy analysis with strength ratings and actionable recommendations.
Security Tools include a cryptographically secure password generator, Diceware passphrase generator, multi-algorithm hash generator (MD5, SHA-256, SHA-512, bcrypt), and an end-to-end encrypted one-time secret sharing service using AES-256-GCM.