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.

Network Diagnostics
Ping
Ping any hostname or IP address to check reachability and measure round-trip latency in real time.
Use Ping
Traceroute
Trace the network path to any host, showing each hop's IP, hostname, and latency along the route.
Use Traceroute
Subnet Calculator
Calculate subnet masks, network/broadcast addresses, host ranges, and CIDR notation for any IP block.
Use Subnet Calculator
Port Scanner
Scan common ports on any hostname or IP to check which services are open and accessible.
Use Port Scanner
Reverse DNS Lookup
Look up the hostname associated with any IP address using reverse DNS (PTR record) queries.
Use Reverse DNS
DNS Tools
DNS Lookup
Query DNS records for any domain — A, AAAA, CNAME, MX, NS, TXT, SOA, and more record types.
Use DNS Lookup
MX Lookup
Find all MX (Mail Exchange) records for a domain and check mail server priorities and hostnames.
Use MX Lookup
NS Lookup
Retrieve the authoritative nameservers (NS records) for any domain. Useful for verifying DNS delegation.
Use NS Lookup
WHOIS Lookup
Look up domain registration details, registrar info, creation date, expiry date, and nameservers.
Use WHOIS Lookup
Email Security
SPF Lookup & Generator
Check your domain's SPF record or generate a new one. Prevent email spoofing and improve deliverability.
Use SPF Lookup
DKIM Checker
Verify that your domain's DKIM public key is published correctly. Enter selector and domain to check.
Use DKIM Checker
DMARC Lookup & Generator
Look up or generate a DMARC policy for your domain to protect against phishing and email fraud.
Use DMARC Lookup
BIMI Lookup & Generator
Check or generate BIMI records to display your brand logo in email clients that support it.
Use BIMI Lookup
Email Blacklist Checker
Check if your IP or domain is listed on major email blacklists (RBLs/DNSBLs) that could block your mail.
Use Blacklist Checker
Website Tools
HTTP Headers Checker
Inspect HTTP response headers for any URL. Check status codes, cache headers, security headers, and more.
Use HTTP Headers
SSL Checker
Verify the SSL/TLS certificate of any domain — check validity, expiry date, issuer, and chain completeness.
Use SSL Checker
Website Speed Test
Test the response time and performance of any website or URL. Get TTFB and load time metrics.
Use Speed Test

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, speed test). All tools run server-side with no installation required.

From the Blog

In-depth technical articles and guides.

View all →
Email Deliverability Beyond Authentication: Reputation, Engagement, and IP Warming
SPF, DKIM, and DMARC prove you're legitimate — but engagement rates, complaint rates, list hygiene, and domain age determine whether you land in inbox or spam. Here's the deliverability signals major providers actually use, IP warming schedules, and the 2024 Google/Yahoo requirements in practice.
DKIM Checker — Verify Your Domain's Email Signing Key in DNS
Learn how DKIM works, what a DKIM DNS record contains, how to find your selector, and how to use a free DKIM checker to verify your email signing key is correctly published.
Why DMARC Fails Even When SPF and DKIM Both Pass — Alignment Rules and Multi-Platform Sending Configuration
DMARC requires alignment, not just SPF and DKIM passing individually — SendGrid's default DKIM signature (d=sendgrid.net) fails alignment with your From header even though the signature itself validates correctly. Here's the precise difference between relaxed and strict alignment, how custom DKIM signing via CNAME delegation fixes multi-platform sending, the sp= subdomain policy tag for staged rollout, and why third-party SPF/DKIM authorisation creates a trust relationship worth periodically auditing.
What WHOIS Still Tells You When Everything Is "REDACTED FOR PRIVACY"
WHOIS privacy protection hides contact details — but creation date, expiry date, registrar, nameservers, and status codes remain visible and tell a detailed story. Here's how to read mass-registration signals from creation date patterns, trace common ownership through shared nameservers, interpret domain status codes (serverHold, redemptionPeriod, pendingDelete), and what RDAP changes about how this data is accessed.
SSL Checker — Verify Certificate Validity, Expiry & Chain Instantly
Learn how SSL certificates work, what DV/OV/EV and wildcard certificates mean, how to read SSL checker results, and how to catch certificate expiry before users see browser security warnings.
Reverse DNS Is an Assertion, Not a Proof — Here's What FCrDNS Actually Verifies
A PTR record saying "mail.example.com" for an IP doesn't prove that IP is operated by example.com — it proves whoever controls the reverse DNS zone for that IP chose to set that name. Here's the fundamental asymmetry between forward and reverse DNS, why "forward-confirmed reverse DNS" (FCrDNS) provides substantially more confidence than PTR alone, how Google uses FCrDNS to verify Googlebot traffic, and when PTR records are legitimately useful for logging even without cryptographic verification.
SPF Validates the Envelope Sender, Not What You See in Your Inbox — Here's Why That Matters
SPF validates the envelope sender — the address used during SMTP delivery — not the "From" header address that recipients actually see. This means SPF can pass for an email that appears to be from [email protected], because the attacker set a legitimate envelope sender from their own domain. Here's why DMARC's alignment requirement exists to close this gap, what -all vs ~all vs +all actually mean, and the SPF flattening trade-off.
Glue Records and DNS Delegation: Why Changing Nameservers Can Silently Break a Domain
A nameserver named ns1.example.com creates a circular dependency — to find its IP, you'd normally ask example.com's nameservers, which it is one of. Glue records solve this by storing nameserver IPs directly in the parent zone. Here's how delegation chains work, when glue is required vs unnecessary, and why stale glue at the registrar causes confusing migration failures.
Cloud VPC Design: Public vs Private Subnets, NAT Gateways, and the Three-Tier Architecture
AWS VPCs, GCP VPCs, and Azure VNets follow the same three-tier pattern — public subnets for internet-facing resources, private subnets for application and data tiers. Here's the terminology across providers, NAT Gateway mechanics, VPC peering, and the four most common cloud network design mistakes.
Every TLS Certificate Is Now a Public Record — What Certificate Transparency Logs Reveal and Why That Changed Security
Certificate Transparency logs record every TLS certificate ever issued and became mandatory for Chrome in 2018 — meaning fraudulent certificate issuance is now a publicly auditable event rather than an undetectable attack. Here's how Merkle tree audit proofs make CT logs tamper-evident, what domain owners find when searching their own CT history (unexpected subdomains, unauthorised CAs), and how real-time CT monitoring via Certstream gives organisations a window to act on phishing infrastructure before it launches.