---
name: domain-intelligence.api.klymax402.com
description: This host exposes a single endpoint that aggregates WHOIS registration data, DNS records (A, AAAA, MX, TXT, NS, CNAME), and SSL certificate metadata for any given domain in one call. It is purpose-built for domain auditing tasks where registration history, DNS configuration, and certificate health are needed together. No other data types are available on this host.
host: domain-intelligence.api.klymax402.com
---

# domain-intelligence.api.klymax402.com

domain-intelligence.api.klymax402.com is a single-skill domain intelligence host serving agents that need a consolidated view of a domain's registration, DNS, and SSL posture. It is useful for security audits, phishing investigations, pre-purchase domain checks, and vendor due diligence workflows where WHOIS and DNS data are the primary signals required. It does not provide firmographic enrichment, IP geolocation, web content, or email deliverability data.

## When to use this host

Use this host when an agent needs WHOIS registration details, DNS records, or SSL certificate health for a domain — especially for security audits, phishing investigations, domain purchase due diligence, or vendor vetting. Do not use it for company firmographic data (use a company enrichment host instead), IP geolocation (use an IP lookup host), website content extraction (use a web scraping host), or email deliverability checks (use an email audit host). Because this host has only one skill, it is not suitable as a general-purpose domain research tool beyond the specific data types it returns.

## Capabilities

### Domain Registration and DNS Intelligence

Retrieves WHOIS registration details (registrar, creation/expiry/updated dates, nameservers), full DNS record set (A, AAAA, MX, TXT, NS, CNAME), and SSL certificate metadata for a domain in a single call, enabling rapid domain auditing.

- **`fetch-domain-intelligence`** — Returns WHOIS registration details, DNS records (A, AAAA, MX, TXT, NS, CNAME), and SSL certificate metadata for a given domain in a single call.

## Skill reference

### `fetch-domain-intelligence`

**Domain Intelligence Lookup** — Returns WHOIS registration details, DNS records (A, AAAA, MX, TXT, NS, CNAME), and SSL certificate metadata for a given domain in a single call.

*Use when:* Use when an agent needs to audit a domain's registrar, registration/expiry dates, nameservers, IP addresses, mail records, TXT/SPF records, or SSL certificate health before a domain purchase, security audit, phishing investigation, or vendor due diligence check.

*Not for:* Do not use for company firmographic data (use company_enrich_from_domain), IP geolocation (use ip_lookup_geolocation), website content extraction (use web_scrape_to_markdown), or email deliverability checks (use email_audit_deliverability).

**Inputs:**

- `domain` (string, required) — Domain name to look up (no protocol or path, just the hostname).

**Returns:** Returns a JSON object with WHOIS registration details (registrar, dates, nameservers, status, domain age), DNS records (A, AAAA, MX, TXT, NS, CNAME), and SSL certificate metadata (issuer, validity dates, days remaining, protocol) for the queried domain.

**Example:** `GET https://domain-intelligence.api.klymax402.com/api/lookup?domain=example.com`

---
