Network

Network and browser troubleshooting tools for DNS and email authentication lookups, IP ownership and subnet maths, HTTP message and URL analysis, and User-Agent and browser capability checks.

12 tools

Network

About this category

Networking shows up in everyday debugging long before you ever open a packet inspector: a User-Agent string in a log file you need to decode, a URL whose query parameters got URL-encoded twice, a domain you need to trace to the machine actually answering for it, an outgoing message the recipient keeps filing as spam, a /24 you have to split into smaller subnets, or a browser API that the customer's device just doesn't support.

These tools are designed for that kind of work — pasted-input first, with the option you actually need surfaced rather than buried. Parsing, analysis, and calculation happen in the browser; only the lookups that genuinely need the network — IP ownership, DNS records, email authentication policy — send the domain or address you type to our lookup service. Either way you have an answer in seconds, ready to copy back into the ticket, the doc, or the firewall rule.

What you can do here

  1. DNS and email authentication lookups

    Query A, MX, TXT and other records, run reverse lookups and delegation traces, then check SPF, DKIM and DMARC and read raw headers hop by hop when mail gets rejected or filed as spam.

  2. IP ownership and subnet maths

    Look up geolocation, ASN and timezone for one address or a whole batch, and compute network and broadcast addresses, host counts, and subdivisions for VPC design, firewall rules, and IPAM planning.

  3. HTTP messages and URL analysis

    Parse raw requests and responses, convert a cURL command into the equivalent request in thirty-odd languages, and pick apart query parameters, cookie attributes, and tracking junk in a link.

  4. Client environment checks

    Break down browser, engine, OS, and device class from a raw UA string, then detect runtime APIs, codecs, and limits to reproduce a bug or document a baseline for a customer.