Two bundled PRs that triple-down on our Intelligence surface —
now the deepest single category at 25 endpoints.
All 11 are 1 credit, all free-data-only, no paid feeds in the path.
DNS forensics (5 endpoints, all pure dnspython):
POST /v1/intel/dnssec — DNSKEY + DS + AD-flag posture. Reports the three discrete observations rather than a single 'valid/not' bit, because chain validation has too many edge cases (NSEC3, sig expiry, CDS) to compress honestly.
POST /v1/intel/nameservers — Authoritative NS + each resolved to A/AAAA, with a diversified flag (false → all NS sit in one /16, single point of failure).
POST /v1/intel/caa — Which CAs may issue certs for the domain. Parses issue / issuewild / iodef + detects the issue ';' deny-all token.
POST /v1/intel/reverse-dns — PTR lookup via dns.reversename. Log enrichment, abuse handling.
POST /v1/dns/over-https — Forward query through Cloudflare 1.1.1.1 or Google 8.8.8.8 (RFC 8484 JSON). Resolver is a whitelist, no SSRF via the parameter.
HTTP intel (6 endpoints):
POST /v1/intel/security-txt — Fetches RFC 9116 /.well-known/security.txt (or legacy /security.txt), parses fields, flags rfc9116_minimum_compliant (Contact + Expires).
POST /v1/intel/social-tags — Open Graph + Twitter Card + canonical + title + description + icons + lang + theme color, in one fetch.
POST /v1/intel/cookies — Set-Cookie response headers parsed per RFC 6265. Header-only by design; JS-set cookies need a browser and we document the limit.
POST /v1/intel/waf — Detects Cloudflare, Akamai, Fastly, AWS WAF, Imperva, Sucuri, F5, ModSecurity, BunnyCDN, StackPath, DDoS-Guard, Wallarm, Varnish, Barracuda from response headers and (on 403/429/503) body fingerprints.
POST /v1/intel/sri-audit — Lists every external <script src> and <link rel=stylesheet|preload> and reports Subresource Integrity coverage. Supply-chain hygiene check.
POST /v1/intel/wayback — First and most-recent Wayback Machine snapshots via the Availability API. Surfaces rate_limited cleanly when Wayback throttles.
Catalog is now 145 endpoints across 8 families. Built from a deep-dive of the open-source MyIP and web-check projects, filtered to free data sources only.