Skip to content

DNS History

Feature

Historical Data: Access years of DNS records for any domain.

Usecase

Security Analysis: Investigate domain history for security threats.

DNS History is a service that provides access to a comprehensive database of historical DNS records. It allows you to track the changes of DNS records over time, providing valuable insights into a domain’s infrastructure and ownership history.

With DNS History, you can:

  • Investigate Domain Ownership: Track changes in domain ownership and registration details.
  • Analyze Infrastructure Changes: See how a domain’s infrastructure has evolved over time.
  • Identify Security Threats: Analyze historical DNS data to identify potential security threats and malicious activity.
  • Conduct Research: Use historical DNS data for research and analysis of internet trends.

Our DNS History API provides a powerful and easy-to-use interface to access this data.

The DNS History API endpoint is:

GET https://zoros.io/api/v1/dns/history
ParameterTypeDescription
domainstringThe domain you want to query.
api_keystringYour unique API key for authentication.
Terminal window
curl "https://zoros.io/api/v1/dns/history?domain=example.com&api_key=YOUR_API_KEY"

The API returns a JSON object containing the historical DNS records for the specified domain.

{
"domain": "example.com",
"records": [
{
"record_type": "A",
"ip_address": "93.184.216.34",
"asn": 15133,
"organization": "EDGECAST",
"name_server": "ns1.example.com",
"timestamp": "2024-01-15T10:30:00Z",
"ttl": 3600,
"ownership": {
"registrar": "Example Registrar",
"created_date": "2020-01-01T00:00:00Z",
"updated_date": "2024-01-01T00:00:00Z"
}
},
{
"record_type": "AAAA",
"ip_address": "2606:2800:220:1:248:1893:25c8:1946",
"asn": 15133,
"organization": "EDGECAST",
"name_server": "ns2.example.com",
"timestamp": "2024-01-15T10:30:00Z",
"ttl": 3600,
"ownership": {
"registrar": "Example Registrar",
"created_date": "2020-01-01T00:00:00Z",
"updated_date": "2024-01-01T00:00:00Z"
}
}
]
}
FieldTypeDescription
domainstringThe domain that was queried.
recordsarrayAn array of historical DNS records.
record_typestringThe type of DNS record (e.g., A, AAAA, CNAME, MX, NS, TXT).
ip_addressstringThe IP address associated with the record.
asnintegerThe Autonomous System Number of the IP address.
organizationstringThe organization that owns the IP address.
name_serverstringThe name server that provided the DNS record.
timestampstringThe timestamp of when the record was last seen.
ttlintegerThe time-to-live of the DNS record.
ownershipobjectAn object containing information about the domain’s ownership.
registrarstringThe registrar of the domain.
created_datestringThe date the domain was created.
updated_datestringThe date the domain was last updated.

Cybersecurity

Track malicious domains and investigate security incidents.

Compliance

Meet regulatory requirements with comprehensive audit trails.

Research

Analyze internet infrastructure and domain patterns.

Due Diligence

Verify domain ownership and history for business decisions.