Provide current and historical ownership information on domains / IPs. Identify all connections between domains, registrants, registrars, and DNS servers.
Look into all current and historical DNS / IP connections between domains and A, MX, NS, and other records. Monitor suspicious changes to DNS records.
Get detailed context on an IP address, including its user’s geolocation, time zone, connected domains, connection type, IP range, ASN, and other network ownership details.
Access our web-based solution to dig into and monitor all domain events of interest.
Get access to a web-based enterprise-grade solution to search and monitor domain registrations and ownership details for branded terms, fuzzy matches, registrants of interest, and more.
Detect and block access to and from dangerous domain names before malicious actors can weaponize them. Contact us today for more information.
Unlock integrated intelligence on Internet properties and their ownership, infrastructure, and other attributes.
Our complete set of domain, IP, and DNS intelligence available via API calls as an annual subscription with predictable pricing.
Offers complete access to WHOIS, IP, DNS, and subdomain data for product enrichment, threat hunting and more.
Multi-Level API User Administration Now Available - Manage individual API keys for team members in your organization.
Learn More{ "result": { "count": 280, "records": [ { "date": "2019-10-04", "ips": [ { "ip": "209.132.183.105", "wildcard": null } ] }, { "date": "2019-10-30", "ips": [ { "ip": "0.0.0.0", "wildcard": null } ] }, { "date": "2020-04-21", "ips": [ { "ip": "122.1.152.17", "wildcard": null }, { "ip": "122.3.34.57", "wildcard": null }, { "ip": "122.4.171.97", "wildcard": null } ] }, ... ], "after": { "date": "2024-10-23", "ip": "52.200.142.250" } } }
<xml> <result> <count>280</count> <records> <record> <date>2019-10-04</date> <ips> <ip> <ip>209.132.183.105</ip> <wildcard/> </ip> </ips> </record> <record> <date>2019-10-30</date> <ips> <ip> <ip>0.0.0.0</ip> <wildcard/> </ip> </ips> </record> <record> <date>2020-04-21</date> <ips> <ip> <ip>122.1.152.17</ip> <wildcard/> </ip> <ip> <ip>122.3.34.57</ip> <wildcard/> </ip> <ip> <ip>122.4.171.97</ip> <wildcard/> </ip> </ips> </record> ... </records> <after> <date>2024-10-23</date> <ip>52.200.142.250</ip> </after> </result> </xml>
result
|
Segment contains info about the resulting data.
|
result.count
|
The total number of records found that match the query criteria.
|
result.records
|
A list of records containing historical data.
|
result.records[0].date
|
The date when the DNS record was observed.
|
result.records[0].ips
|
An array of IP addresses associated with the domain on the specified date.
|
result.records[0].ips[0].ip
|
The IP address observed for the domain.
|
result.records[0].ips[0].wildcard
|
A boolean or null value. If true, it indicates the IP is associated with a wildcard DNS record (a DNS record that responds to any subdomain). If null, the association with a wildcard record is unknown.
|
result.after
|
A marker indicating the starting point for the next set of records, used for pagination.
|
result.after.date
|
The date corresponding to the last record returned.
|
result.after.ip
|
The IP address from the last record, used in combination with the date for pagination.
|
{ "result": { "count": 1000, "records": [ { "date": "2019-10-04", "domains": [ { "domain": "freeipa.org", "wildcard": null }, { "domain": "redhat.com", "wildcard": null }, { "domain": "redirect.redhat.com", "wildcard": null }, { "domain": "saml.redhat.com", "wildcard": null } ] }, { "date": "2019-10-05", "domains": [ { "domain": "redhat.co.jp", "wildcard": null } ] }, { "date": "2019-10-06", "domains": [ { "domain": "store.redhat.com", "wildcard": null }, { "domain": "teiid.org", "wildcard": null }, { "domain": "xdp-project.com", "wildcard": null } ] }, ... ], "after": { "date": "2021-12-24", "domain": "roqio.com" } } }
<xml> <result> <count>1000</count> <records> <record> <date>2019-10-04</date> <domains> <domain> <domain>freeipa.org</domain> <wildcard/> </domain> <domain> <domain>redhat.com</domain> <wildcard/> </domain> <domain> <domain>redirect.redhat.com</domain> <wildcard/> </domain> <domain> <domain>saml.redhat.com</domain> <wildcard/> </domain> </domains> </record> <record> <date>2019-10-05</date> <domains> <domain> <domain>redhat.co.jp</domain> <wildcard/> </domain> </domains> </record> <record> <date>2019-10-06</date> <domains> <domain> <domain>store.redhat.com</domain> <wildcard/> </domain> <domain> <domain>teiid.org</domain> <wildcard/> </domain> <domain> <domain>xdp-project.com</domain> <wildcard/> </domain> </domains> </record> ... </records> <after> <date>2021-12-24</date> <domain>roqio.com</domain> </after> </result> </xml>
result
|
Segment contains info about the resulting data.
|
result.count
|
The total number of records found that match the query criteria.
|
result.records
|
A list of records containing historical data.
|
result.records[0].date
|
The date when the DNS record was observed.
|
result.records[0].domains
|
An array of domain names associated with the IP address on the specified date.
|
result.records[0].domains[0].domain
|
The domain name associated with the given IP address.
|
result.records[0].domains[0].wildcard
|
A boolean or null value. If true, it indicates the domain is associated with a wildcard DNS record (a DNS record that responds to any subdomain). If null, the association with a wildcard record is unknown.
|
result.after
|
A marker indicating the starting point for the next set of records, used for pagination.
|
result.after.date
|
The date corresponding to the last record returned.
|
result.after.domain
|
The domain name from the last record, used in combination with the date for pagination.
|
We are here to listen. For a quick response, please select your request type. By submitting a request, you agree to our Terms of Service and Privacy Policy.