# Connor -- Continuous Internet Telemetry Index > Built by DRM3 Labs. Monitors 10,000+ domains across 40+ categories. Every scan is cryptographically signed with Ed25519 provenance receipts. Connor is an internet telemetry index that continuously scans domains for DNS records, TLS certificates, WHOIS/RDAP, HTTPS probes, DNSSEC, robots.txt, and ASN data. It stores time-series snapshots with change detection and cryptographic provenance chains. ## Demo Access API key (read-only demo): cnnr_demo_2f8a4c6e9b1d Pass via header: X-Connor-Key: cnnr_demo_2f8a4c6e9b1d ## Quick Start curl -H "X-Connor-Key: cnnr_demo_2f8a4c6e9b1d" https://connor.dns.drm3.network/connor/v1/domains/google.com curl -H "X-Connor-Key: cnnr_demo_2f8a4c6e9b1d" https://connor.dns.drm3.network/connor/v1/domains?category=big_tech&limit=10 ## Provenance Every scan is signed with Ed25519. Each domain has a provenance chain -- receipts linked by parent_receipt_id. Verify any receipt by checking the Ed25519 signature against the public key in the receipt JSON. Provenance proves this data was observed by a specific scanner at a specific time. ## Links - Connor: https://connor.dns.drm3.network - OpenAPI spec: https://connor.dns.drm3.network/connor/v1/openapi.json - Full reference: https://connor.dns.drm3.network/llms-full.txt - DRM3: https://drm3.network