Blacklist Checker Jun 23, 2026

Your IP Is on a Blacklist — Here's What the Specific List Tells You About Why and What to Do Next

Spamhaus ZEN checks four separate lists simultaneously — SBL (observed spam operations), XBL (compromised machines), PBL (residential/dynamic IPs that should use relays), and DBL (spam domains) — and being on each requires completely different remediation. Here's the triage guide for each list type, why PBL is the most misunderstood listing (it means "wrong IP type for direct delivery," not "you sent spam"), and reputation repair timelines after delisting.

Ping Tool Jun 23, 2026

A Successful Ping Doesn't Mean Your Service Is Running — What ICMP Actually Tells You and What It Doesn't

A successful ping proves the host's IP is reachable — not that any service is running. A failed ping could mean the host is down, ICMP is firewalled, or there's packet loss somewhere in the path — three completely different problems with different solutions. Here's what ping can and cannot diagnose, how to interpret latency patterns (consistent, variable/jitter, increasing), and the correct escalation from ping to traceroute to port check to service-level testing.

Port Scanner Jun 23, 2026

Shodan Already Has Your Open Ports — What Attackers Learn From Port Scans and Why You Should Run Them Too

The entire internet-facing IPv4 space can be scanned in under an hour — Shodan and Censys already have your server's open ports catalogued. Here's what banner grabbing reveals (exact software versions → known CVEs), the difference between open/closed/filtered port states and why "filtered" is the preferred security posture, why SYN scanning doesn't appear in application logs, and what to look for when port scanning your own infrastructure.

NS Lookup Jun 23, 2026

Changing Nameservers Transfers Authority for Your Entire Domain — Here's Why That Makes NS Hijacking Uniquely Dangerous

Changing nameservers transfers authority for your entire domain — website, email, subdomains, authentication records — to whoever controls the new nameservers. Here's how nameserver hijacking works (registrar account compromise, social engineering of registrar support), what registry locks actually protect against, the glue record attack surface that bypasses NS monitoring, and why proactive NS record monitoring is the minimum security practice for business-critical domains.

MX Lookup Jun 23, 2026

MX Records Are Public Reconnaissance Data — Here's What Attackers Learn and How to Defend Against It

MX records are public reconnaissance data — attackers use them to identify email providers, target backup MX servers that have weaker filtering than primary MX, and exploit dangling MX records pointing to decommissioned servers. Here's the backup MX vulnerability, how null MX (RFC 7505) protects parked domains, the TTL preparation step for email migrations, and why using "mx" in SPF creates maintenance traps.

DNS Lookup Jun 23, 2026

The Four-Layer DNS Cache — Why the Same Domain Resolves Differently From Different Locations During Propagation

A DNS query might return an answer cached by your browser, your OS, your ISP's resolver, or a CDN's resolver — and each cache has a different expiry time. Here's the four-layer DNS caching chain, why the TTL on your old record controls propagation speed (not the TTL on the new one), how to read the remaining cache TTL from dig output, negative caching (why "doesn't exist" responses are also cached), and why Anycast DNS means propagation isn't geographically simultaneous.

BIMI Lookup Jun 23, 2026

Why BIMI Rejects Your SVG Logo — SVG Tiny 1.2 Requirements Explained

BIMI doesn't accept standard SVG files — it requires SVG Tiny 1.2, a restricted profile that prohibits CSS style blocks, external references, filters, and often gradients and text elements. Most SVG files exported from Figma, Illustrator, or Sketch will fail BIMI validation. Here's the exact SVG structure required, why the circular crop means corner-content gets clipped, and the validator errors you're most likely to encounter.

Traceroute Jun 23, 2026

Traceroute Reveals Internet Topology — How to Read Autonomous Systems, IXPs, and Network Boundaries in Your Results

Traceroute doesn't just show latency — it reveals internet topology: which Autonomous Systems your traffic crosses, where it hits an Internet Exchange Point and stays local, and where it traverses a transit provider and potentially crosses continents. Here's how to read ASN changes as network boundary crossings, what IXPs like LINX and AMS-IX do for routing efficiency, and why traceroute RTT values are cumulative (explaining why hop 3 can show lower latency than hop 2).

Website Speed Test Jun 22, 2026

What a Website Speed Test Actually Measures — and Why Two Tools Testing the Same URL Give Different Scores

Running the same URL through PageSpeed Insights and GTmetrix can produce completely different scores — not because one is wrong, but because they measure different things from different locations using different methodologies. Here's what website speed tests actually measure (TTFB, FCP, LCP, TBT, CLS), the lab vs field data distinction, why scores vary between tools, and which metrics actually correlate with rankings and user experience.

Subnet Calculator — IPv4 & IPv6 Jun 21, 2026

Why a /16 Network with 65,534 Addresses Is Often the Wrong Design — Broadcast Domains, Segmentation, and VLSM

A flat /16 network means every broadcast reaches all 65,534 devices and a compromised machine can reach every other device directly. Subnetting reduces broadcast domains and enables firewall policy enforcement at subnet boundaries. Here's why broadcast domain size determines network scalability, the trust-zone segmentation model (DMZ, application, database, management, users), VLSM for right-sizing allocations, and the RFC 1918 private address ranges.

WHOIS Lookup Jun 21, 2026

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.

Reverse DNS Jun 21, 2026

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.