Tools
Network toolbox
DNS, RDAP, HTTP, TLS, and subnet math — deterministic lookups with no query retention. Pick a tool to get started, or run several at once with bulk lookups.
Codynet is a diagnostic toolbox for the public side of the internet. When a domain resolves one way on your laptop and another way for a customer three time zones over, the cause is usually invisible from a single machine — a stale local DNS cache, an ISP resolver still serving old records, split-horizon routing, or a certificate that only fails from certain networks. These tools give network engineers, sysadmins, and web developers a clean, deterministic view of how public authoritative sources actually answer, independent of whatever your own network happens to be doing.
Every lookup runs server-side against the real authoritative source — DNS resolvers, RDAP registries, and live TLS and HTTP endpoints — so the results reflect the public internet rather than your local cache or corporate proxy. You can confirm whether a DNS change has propagated across Cloudflare, Google, and Quad9 with the multi-resolver compare tool, review a site's HTTP security headers, inspect a full TLS certificate chain before it expires, or run any lookup across a whole list of domains and IPs at once. Queries are processed in real time and are never retained or logged.
DNS lookups
Resolve records, run packet-level dig queries, read TTLs, and compare answers across resolvers.
DNS · DIG · NSLookup · MX · TXT · Reverse DNS · Resolver comparison
Registration (RDAP)
Find who registered a domain or which network owns an IP range, returned as structured data over HTTPS.
HTTP & TLS
Follow redirects and review security headers, then inspect the TLS certificate chain behind a host.
Network math
Work out IPv4 and IPv6 subnets, or run any lookup over a whole list of inputs at once.
All tools
DNS Lookup
Resolve common DNS record types with structured output.
Open toolDIG Lookup
Packet-level DNS queries with raw output, sections, flags, and TTLs.
Open toolNSLookup
Quick A, AAAA, CNAME, and NS checks in a familiar flow.
Open toolMX Lookup
Inspect mail exchanger records and priorities.
Open toolTXT Lookup
Review SPF, DKIM, verification, and other text records.
Open toolReverse DNS (PTR)
Resolve an IP back to its hostname via PTR records.
Open toolDNS Resolver Comparison
Compare the same query across Cloudflare, Google, Quad9, OpenDNS, and custom resolvers.
Open toolDomain Whois / RDAP
Fetch domain registration data through HTTPS RDAP.
Open toolIP Registration Lookup
Find IP allocation and network registration data with RDAP.
Open toolHTTP Security Header Checker
Check status, redirect chains, and security headers (HSTS, CSP, COOP) for any URL.
Open toolTLS Certificate Checker
Check certificate chain, expiry, SANs, and trust status of any HTTPS endpoint.
Open toolSubnet & CIDR Calculator
IPv4 and IPv6 subnet / CIDR math: network, broadcast, mask, range, and host count.
Open toolBulk Lookups
Run any tool over a list of inputs and export the results.
Open toolCommon workflows
A few jobs these tools are built for, and where to start.
Debug DNS propagation
Compare the same record across Cloudflare, Google, and Quad9 to see who has the new answer.
StartCheck a domain's email DNS
Confirm MX routing, then read SPF, DKIM, and DMARC in the TXT records.
StartCheck TLS certificate health
Inspect the chain, expiry, and names before users hit a certificate error.
StartAudit many names at once
Run any lookup over a list of domains or IPs and export JSON or CSV.
Start