Internet Tools
Inspect, diagnose, and troubleshoot any domain, server, or email system with 17 free tools built for IT professionals, sysadmins, and developers. Run real-time DNS lookups, check SSL certificate validity, scan open ports, validate SPF/DKIM/DMARC records, and more β all from your browser without installing any software. Ideal for debugging production issues, auditing email security, or researching domains.
Network Diagnostics
Ping
Ping any hostname or IP address to check reachability and measure round-trip latency in real time.
Traceroute
Trace the network path to any host, showing each hop's IP, hostname, and latency along the route.
Subnet Calculator
Calculate subnet masks, network/broadcast addresses, host ranges, and CIDR notation for any IP block.
Port Scanner
Scan common ports on any hostname or IP to check which services are open and accessible.
Reverse DNS Lookup
Look up the hostname associated with any IP address using reverse DNS (PTR record) queries.
DNS Tools
DNS Lookup
Query DNS records for any domain β A, AAAA, CNAME, MX, NS, TXT, SOA, and more record types.
MX Lookup
Find all MX (Mail Exchange) records for a domain and check mail server priorities and hostnames.
NS Lookup
Retrieve the authoritative nameservers (NS records) for any domain. Useful for verifying DNS delegation.
WHOIS Lookup
Look up domain registration details, registrar info, creation date, expiry date, and nameservers.
Email Security
SPF Lookup & Generator
Check your domain's SPF record or generate a new one. Prevent email spoofing and improve deliverability.
DKIM Checker
Verify that your domain's DKIM public key is published correctly. Enter selector and domain to check.
DMARC Lookup & Generator
Look up or generate a DMARC policy for your domain to protect against phishing and email fraud.
BIMI Lookup & Generator
Check or generate BIMI records to display your brand logo in email clients that support it.
Email Blacklist Checker
Check if your IP or domain is listed on major email blacklists (RBLs/DNSBLs) that could block your mail.
Website Tools
HTTP Headers Checker
Inspect HTTP response headers for any URL. Check status codes, cache headers, security headers, and more.
SSL Checker
Verify the SSL/TLS certificate of any domain β check validity, expiry date, issuer, and chain completeness.
Website Speed Test
Test the response time and performance of any website or URL. Get TTFB and load time metrics.
Free Online Internet Tools
Our free internet tools cover network diagnostics (ping, traceroute, port scanner), DNS tools (DNS lookup, MX, NS, WHOIS), email security (SPF, DKIM, DMARC, BIMI, blacklist checker), and website tools (HTTP headers, SSL checker, website speed test). All tools run server-side and require no installation.
From the Blog
View all articles
DKIM Key Length and Algorithm: Why "Still Validates" Doesn't Mean "Still Recommended"
A DKIM key generated five years ago might still be using RSA-1024 β a length that was acceptable then but has since been "softly" deprecated by major providers, even though signatures using it still technically validate. Here's how to identify your key's algorithm and length from its DNS record, why Ed25519 is the emerging alternative (and why dual-key signing addresses its adoption gap), and why this migration follows the same process as any DKIM key rotation.
SPF PermError: Why the 10-Lookup Limit Breaks Email Authentication and How to Fix It
Adding third-party email services pushes SPF past the 10-lookup limit, causing PermError and DMARC failures. Here's how to count SPF lookups, why the limit is hit so easily, and the three solutions: IP replacement, flattening, and consolidation.
HTTP Caching Deep Dive: Cache-Control Directives, ETags, and Content Hashing Strategy
Content-hashed filenames with max-age=31536000 can eliminate network requests for returning users. Here's the complete HTTP caching strategy: Cache-Control directives in depth, ETags and conditional requests, the Vary header pitfall, CDN cache busting, and a practical caching strategy by resource type.
IPv6's Address Space Is Too Big to Scan β Here's Why That Doesn't Make It Secure
A misconfigured open port on an IPv4 server gets found by automated scanners within hours, because the entire IPv4 address space is small enough to scan exhaustively. The same misconfiguration on an IPv6 server might never be found this way β not because it's more secure, but because 2^128 addresses is too large to scan at any practical rate. Here's how IPv6 hosts actually get discovered instead (DNS records, certificate transparency logs, predictable address patterns), and why "too big to scan" is security through obscurity, not security.
Email Provider Migration: The Correct MX Record Sequence to Avoid Losing Email
Switching email providers is one of the most common causes of lost email. Here's the correct migration sequence (never update MX first), how Google Workspace, Microsoft 365, and Zoho Mail configure their MX records, and how to verify after migration.
NS Lookup β Find the Authoritative Nameservers for Any Domain
Learn what NS records are, how DNS delegation works, why NS records are the first thing to check when DNS fails, and how to use a free NS lookup tool to verify nameserver configuration.
DMARC Alignment: Why SPF and DKIM Can "Pass" While DMARC Still Fails
"SPF passes" and "DKIM passes" don't mean DMARC passes β DMARC additionally requires alignment between the visible From domain and the domain that actually passed SPF or DKIM. Here's the distinction between envelope sender and visible From, relaxed vs strict alignment, and why DMARC passes if EITHER SPF or DKIM is aligned β the key to debugging most DMARC failures with third-party senders.
Why Your Speed Test Looks Fine but Everything Still Feels Slow
High speed test numbers don't guarantee fast internet. Latency, bufferbloat, WiFi overhead, and ISP congestion all affect real-world performance in ways throughput tests don't capture. Here's how to read speed test results and diagnose actual slowness.
Beyond a Single Traceroute: MTR, Asymmetric Routing, and Diagnosing Intermittent Network Issues
A single traceroute that "looks fine" doesn't rule out intermittent problems β and the path it shows is only the outbound direction, while routing is frequently asymmetric. Here's how MTR's continuous measurement reveals intermittent loss that single snapshots miss, why a hop showing loss often isn't "the problem" (ICMP rate-limiting), and how to localize issues to your network, the path, or the destination.
Your SSL Certificate Was Valid Yesterday β Here's How It Can Fail Today Without You Changing Anything
A certificate can fail after issuance without any change on your part β revocation invalidates correctly-issued certificates when private keys are compromised, CT log disqualification can affect certificates whose SCTs came from that log, and intermediate CA incidents can distrust entire chains. Here's how certificate revocation works (CRL vs OCSP vs OCSP Stapling), the soft-fail problem that makes revocation unreliable, and the five-component monitoring stack for active certificate health.