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 →
HTTP/2 and HTTP/3 Changed the Transport, Not the Headers — Here's What That Means in Practice
HTTP/2 and HTTP/3 changed the transport layer — binary framing, header compression, multiplexing, QUIC — but the headers you see in a response inspector are mostly the same HTTP/1.1 headers. Here's what HTTP/2's HPACK compression and multiplexing actually do, what the :method/:path/:status pseudo-headers mean, how to identify which HTTP version served a response, and what the Alt-Svc h3 header signals about HTTP/3 availability.
DNS Propagation, TTLs, and Caching: What Actually Happens When You Change a DNS Record
"DNS propagation takes up to 48 hours" is true but vague — the actual mechanism is TTL-governed caching at thousands of independent resolvers, each expiring on its own schedule. Here's how TTL actually controls this, why lowering TTL before a planned change matters, negative caching for new records, and why different users can genuinely see different DNS results during a transition.
A Clean Blacklist Record Doesn't Mean Gmail Will Deliver Your Email — Here's the Private Reputation System You Can't See
A clean public blacklist record doesn't guarantee inbox delivery — Gmail, Outlook, and Yahoo operate private reputation systems that aren't published, don't have external lookup tools, and use engagement signals (open rates, spam complaint rates, deletes without opening) rather than just IP status. Here's the two-tier reputation system, what Google Postmaster Tools and Microsoft SNDS provide, the IP warm-up requirement, and why clearing DNSBLs is necessary but not sufficient.
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.
Domain Due Diligence: Using WHOIS for SEO Research, Vendor Vetting, and Expiry Monitoring
WHOIS records reveal domain age, ownership history, expiry dates, and registration patterns that matter for SEO domain research, vendor due diligence, and operational monitoring — not just availability checking.
Shared IP Blacklisting: How a Neighbor's Compromised Website Tanks Your Email Deliverability
Your domain can land on a spam blacklist without sending a single spam email — if you're on shared hosting, the IP address you share with hundreds of other sites carries one collective reputation, and someone else's compromised WordPress site becomes your deliverability problem. Here's how to recognize shared-IP contamination, what your hosting provider can (and you can't) do about it, and why "IP warming" matters when switching to a dedicated IP.
DKIM Signatures Don't Expire — and That's the Replay Attack Problem
DKIM signatures stay valid indefinitely on unmodified messages — which means an attacker who receives a legitimately signed email can replay it to other recipients and the signature will still verify. Here's how DKIM replay attacks work, why the specification doesn't prevent them, what DMARC aggregate reports reveal about replay patterns, and the countermeasures (signing the To: header, signature expiry x= tag) that limit the attack surface.
DMARC Lookup — Check Your Domain's Email Policy & Anti-Spoofing Protection
Learn how DMARC works, what the none/quarantine/reject policies mean, how to read a DMARC record, and how to use a free DMARC lookup to diagnose email authentication and spoofing protection.
Subnetting Math: Why /24 Gives 254 Hosts, How VLSM Works, and What the Slash Actually Means
A /24 gives 254 usable hosts, not 256 — because subnetting always reserves the first address (network) and last address (broadcast). Here's the 2^n−2 formula across all prefix lengths, VLSM (Variable Length Subnet Masking) for efficiently dividing address space into different-sized subnets, why route summarization (supernetting) is the reverse operation, and what the slash number in CIDR notation actually means in binary.
SPF Records Go Stale Without You Touching Them — The Flattening Trap and How to Monitor Instead
SPF flattening solves the 10-lookup PermError by replacing include: mechanisms with their resolved IP addresses — but silently breaks every time a provider updates their IP ranges, which happens regularly without notification. Here's why SPF records go stale without anyone touching them, the specific maintenance trap of flattened records, why the ptr: mechanism should never be used, and how DMARC aggregate reports provide the best automated SPF monitoring.