Internet Infrastructure Data Since 2017

Domain, DNS, and certificate data feeds for security products and internal tools.

CodePunch runs the collection infrastructure and exposes the data through simple API feeds. Use it to monitor new domains, inspect DNS records, track subdomains, and follow SSL/TLS certificate activity without building your own collectors.

REST API · Structured JSON · Monthly plans · No long-term contract

240M+

gTLD domains monitored

10-12M

domain additions processed daily

10M+

SSL certificates tracked daily

2017

in production since

Who Uses CodePunch

For teams that need the data, not another dashboard.

CodePunch is a data provider. Customers use the feeds inside their own products, security operations workflows, and internal systems.

Security Product Vendors

Add domain and certificate intelligence to your own platform

Threat intelligence platforms, brand monitoring products, and OSINT tools use CodePunch feeds as an input layer. gTLD activity comes from zone file processing. Certificate activity helps cover TLDs where zone files are not available.

Enterprise Security Teams

Feed SOC, brand protection, and investigation workflows

Monitor lookalike domains, track certificate issuance, query DNS infrastructure, and enrich alerts inside SIEM platforms, case management systems, internal dashboards, and automated pipelines.

Corporate Software Divisions

Build internal tools without maintaining collectors

Engineering teams use the API to power domain watchlists, certificate monitors, DNS change detection, and asset discovery tools without operating zone file ingestion or certificate transparency collection themselves.

API First

REST API responses designed for ingestion, search, and alerting.

Use any HTTP client. Authenticate, query the feed, page through results, and store the records in your own pipeline. No proprietary SDK is required.

Two-step token authentication

Predictable JSON response shape

Pagination for bulk ingestion

Daily feed updates from production collectors

Read the API docs

api.codepunch.com: Domain Feed v2

# Step 1: Authenticate with your key and secret
GET https://api.codepunch.com/dnfeed/v2
    /auth/{YOUR_API_KEY}/{YOUR_API_SECRET}

# Response
{ "status": true, "token": "a1b2c3d4e5f6..." }

# Step 2: Query today's added .com domains containing "bank"
GET https://api.codepunch.com/dnfeed/v2
    /a1b2c3d4e5f6/added
    ?kw=bank&tlds=com&limit=500

# Response
{
  "status":  true,
  "records": 4821,
  "data": [
    {
      "domain": "example-bank-alert.com",
      "tld":    "com",
      "date":   "2026-04-24",
      "idn":    0
    }
  ]
}
Pricing

Simple monthly plans for API access.

Single-user licenses. No setup fees. Cancel anytime.

Domain Activity

$25 / mo
  • Daily added gTLD domains
  • Daily deleted gTLD domains
  • Keyword monitoring
Get started

DNS & Subdomains

$30 / mo
  • Everything in Domain Activity
  • DNS record lookups
  • Subdomain enumeration
Get started

Network Bundle

$80 / mo
  • All data feeds included
  • Domain + DNS + SSL/TLS
  • Best value for teams
Get started

SSL/TLS Certs

$50 / mo
  • Certificate stream and search
  • 90-day search history
  • Subject and SAN filtering
Get started
See full pricing and feature comparison

Annual billing saves 20% · Contact us for multi-user and enterprise licenses