Settings

Fast Network Diagnostics

Enter a domain or IP above and choose a tool to get started.

Some tools have menus to surface related tools.

Ping tool is persistent while browsing other tools. 5-minute limit.

/ focuses the Domain or IP search box. Esc clears it and closes popups.

Click help icons for usage, more info, and history. Learn while you troubleshoot!

Add DNSApe to Slack, or the DNSApe MCP to Claude or ChatGPT with instructions in those help sections.

Sorry she's a bit of a dog, contradicting the "Fast" tagline above... I needed to get it in production environment to see pain points - v2.1 will be much faster!

old.dnsape.com is available if you want the prior experience, and will stay around as long as there is traffic.

DNS Lookup

Query DNS records, trace resolution paths, or check global propagation.

google.com - See all DNS records
example.com - Check propagation after changes

HTTP Headers

See request and response headers, follow redirects, debug caching.

github.com - Check security headers
t.co - Follow redirect chains

Whois

Domain registration, IP ownership, network ranges, ASN info.

apple.com - Domain + IP info combined
8.8.8.8 - IP ownership lookup

SSL Certificate

Certificate validity, chain, expiration, issuer details.

stripe.com - EV certificate example
expired.badssl.com - Test expired cert

Email Security

Validate SPF, DKIM, and DMARC email authentication records.

google.com - Well-configured example
github.com - Check email auth setup

Ping

Continuous latency monitoring with live charts.

cloudflare.com - Monitor uptime
google.com - Track latency over time

REST API

Programmatic access to all tools. JSON responses, 60 req/min.

GET /api/v1/dns/records?host=example.com
GET /api/v1/whois/domain?host=example.com

Slack Integration

Run lookups directly from Slack with slash commands.

/dns google.com - DNS records
/whois apple.com - Domain info

MCP Server

Connect AI assistants to DNSApe tools via MCP protocol.

dns_lookup - Query DNS records
ssl_check - Certificate info

Your IP: 216.73.216.115

About DNSApe

DNSApe is a fast, no-nonsense network diagnostics toolkit built for developers, sysadmins, and security researchers.

Version History

2.0 - 2025-12-21

Complete rewrite

  • Rebuilt with Laravel 12, Livewire 3, and Tailwind CSS 4
  • Live ping monitoring with real-time Chart.js visualization
  • Email Security tool: SPF, DKIM, DMARC validation
  • REST API with JSON responses (60 req/min)
  • MCP server for AI assistant integration (Claude, ChatGPT, etc.)
  • Slack integration with /dns, /whois, /ssl slash commands
  • Help tooltips explaining each tool and record type
  • Shareable ping sessions with unique URLs
  • Pretty/Raw view toggle with persistent preference
  • Browser-based ping for client-side latency testing
  • Enhanced WHOIS with domain + IP info combined
  • Improved SSL certificate error handling

Version 2.1 with performance improvements and bug fixes coming soon.

1.1.3 - 2019-04-30
  • Moved to new infrastructure, resolving most DNS Traversal issues
  • Replaced RBL with SSL validation tool
1.1.2 - 2019-04-17
  • Fixed DNS Traversal issue causing many requests to fail
1.1.1 - 2019-04-16
  • Minor UI adjustments
  • Added links to lookups in DNS results
  • Updated dependencies
  • Increased session timeout to 1 week to eliminate 419 errors
  • Updated IP address display
  • Removed dnsape.com as default lookup
1.1 - 2019-02-15
  • Several UI adjustments
  • Dark mode setting is persistent between sessions via cookie
  • Added GDPR cookie banner for session cookies
  • Added tool to show client IP in lookup field (settings menu)
  • Keyboard shortcuts for tools, focusing, text size, copying URLs
  • Shareable lookup URLs - browser address changes with tool usage
  • Added links to Github repo and feature voting
  • Several error handling and bug fixes
1.0.7 - 2019-01-11
  • Fixed HTTP Headers issue with multiple HTTPS redirects
1.0.6 - 2019-01-09
  • HTTP Headers now forward to and display HTTPS headers
  • UI adjustments
1.0.5 - 2019-01-08
  • Dark Mode!
1.0.4 - 2019-01-07
  • TLD and subdomain validation fixes
1.0.3 - 2019-01-06
  • Updated DNS Cache host list
  • IP address validation improvements
  • Fixed progress bar bug with failed queries
  • UI adjustments
1.0.2 - 2019-01-05
  • IPWhois and Ping now work with IP addresses as well as hostnames
  • Several validation enhancements reduce errors for many lookups
  • Several UI adjustments
1.0.1 - 2019-01-04
  • Added Recent Updates panel
  • Fixed Whois search for many TLDs
  • Fixed DNS Traversal for many TLDs
  • Changed to fluid viewport width
  • Added Privacy Policy
1.0 - 2019-01-02
  • Initial release