API overview

Get a conceptual and technical overview of the Validin API.

Validin’s API is designed for Cyber Threat Intelligence (CTI) platforms and security automation workflows, allowing users to ingest, analyze, and enrich indicators at scale.

The Validin API is a standard RESTful API that provides programmatic access to Validin datasets using structured HTTP requests.

Prerequisites for Integration

  • Authentication: Requires a valid API Key for all requests.

  • Access: Outbound HTTPS access to https://api.validin.com/.

  • Rate Limits: Subscription to a plan that includes API access and sufficient query volume.

  • Request Format: Standard RESTful API endpoints.

API data sources

The Validin API exposes real-time and historical data across several infrastructure elements:

DataDescriptionUse Case
Historical passive DNSRecords every DNS answer for a domain or IP address.Mapping infrastructure evolution and identifying short-lived hosts.
WHOIS historyHistorical registration and registrar data for domains.Tracking ownership changes and pivoting on registration patterns.
HTTP crawl fingerprintingExtracts server headers, favicon hashes, and body hashes from web servers.Clustering malicious campaigns based on shared properties.
Certificate transparencyIngests data from CT logs to map domain ownership and relationships.Finding related infrastructure by pivoting on SSL certificates.

API availability

Use the chart below to see which API features are available for your current plan:

Validin SubscriptionAPI AccessSupport
CommunityLimitedBasic
PersonalLimitedStandard
ProExpandedPriority
EnterpriseFull / Custom LimitsPriority Support & SLA

Full API endpoint reference

For a complete and up-to-date list of all available API endpoints, please refer to the official Validin API documentation:

Validin API Documentation

What’s Next

Take a detailed look at a standard API response...