Domain Intelligence API

The Domain Intelligence API is your primary tool for deep-diving into any domain. It consolidates crucial data points from WHOIS records, DNS, SSL certificates, and underlying infrastructure to create a complete profile of a domain's setup and reputation.

Endpoint

To get intelligence for a domain, make a GET request to the following endpoint:

GET /intelligence/v1/domain/{domain}

Path Parameters

  • domain (string, required): The domain name you want to analyze. Example: google.com.

Information Provided

A successful request returns a rich JSON object with the following information:

  • WHOIS & Registration: Access detailed WHOIS data, including the registrar (MarkMonitor Inc.), key registration dates (creation_date, expiration_date), and registrant contact information.
  • DNS Records: Get a full enumeration of the domain's DNS records, including A, AAAA, MX, TXT, NS, and SOA records.
  • Infrastructure: See the IP addresses and ASNs that host the domain's services, allowing you to connect domains to physical infrastructure.
  • Certificates & Subdomains: The response includes information on active SSL/TLS certificates and provides a sample of known subdomains.
  • Streaming Support: This endpoint also supports Server-Sent Events (text/event-stream) for receiving data as it becomes available, which is ideal for complex domains.

Common Use Cases

This service is essential for domain investigation, brand protection, security assessments, and competitive intelligence.

Next Steps

View the full Domain Intelligence API Reference