DNS & network ops

End-to-end DNS health check: records, multi-resolver propagation, WHOIS, ASN, robots.txt, and reachability.

When to use this pack

Investigating a DNS-related outage, debugging propagation after a record change, or onboarding a new domain and checking the operator chain.

Tools in this pack

Workflow

  1. Resolve A/AAAA/MX/TXT/NS/CAA records on the apex with dns-lookup to baseline what the authoritative answer should be.
  2. Run dns-propagation across Cloudflare/Google/Quad9/OpenDNS in parallel — divergent answers mean a stale cache somewhere or a botched TTL during a migration.
  3. Look up the ASN and prefix that the apex resolves into with asn-info (Team Cymru DNS-based whois — no auth needed). Useful for spotting an unexpected hosting move.
  4. Pull whois for ownership, expiry, and registrar — catches the 'we forgot to renew' class of outage.
  5. Run http-check for status code, response time, and final URL after redirects — the fastest 'is it actually up' read.
  6. Spot-check robots.txt with robots-check to make sure a redeploy didn't accidentally Disallow: / the whole site.

Run it in Claude

claude mcp add agent402 -s user -- npx -y agent402-mcp@latest

Then paste this prompt into Claude:

Run a DNS health check on example.com. Use Agent402 to: pull the apex DNS records, check propagation across major public resolvers, look up the ASN/prefix, pull whois for ownership and expiry, run an HTTP reachability check, and confirm robots.txt isn't broken. Report any inconsistency or near-expiry.

← All skill packs