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.
Independent, evidence-based DNS and abuse intelligence for applicants, advisors, governments, and counsel participating in the ICANN 2026 New gTLD Program.
Predictive threat intelligence is your best first line of defense. Subscribe to the feeds to strengthen your cybersecurity posture. 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.
Uncover entire attack surfaces with this API to embed asset discovery, vulnerability scanning, and technology metadata into your platform. Now in early access.
Talk to our APIs using LLMs. Connect your preferred LLM to WhoisXML API and simply chat about WHOIS, DNS, threat intelligence, and more.
I’m your Domain Intelligence Assistant. I make it easy to explore WHOIS, DNS, and threat data from WhoisXML API — I’m cloud-based, fast, and always ready to help.
A custom GPT for WHOIS, DNS, IP, and threat intelligence research. Connects ChatGPT directly to WhoisXML API to enable fast, conversational investigations and domain insights.
Discover what you really pay for when buying commercial Internet intelligence data.
Download nowThe Typosquatting API returns data as a JSON array of records. The fields included depend on the endpoint used.
Returns basic group membership information for the queried domain.
[
{
"date": "2022-05-10",
"groupNumber": 1,
"totalNoOfGrpMembers": 13
}
]
Returns all members of a typosquatting group with basic fields.
[
{
"date": "2022-05-10",
"groupNumber": 1,
"groupMemberNumber": 1,
"totalNoOfGrpMembers": 13,
"domain": "example1.com",
"domainUtf": "example1.com"
},
{
"date": "2022-05-10",
"groupNumber": 1,
"groupMemberNumber": 2,
"totalNoOfGrpMembers": 13,
"domain": "example2.net",
"domainUtf": "example2.net"
}
]
The enriched endpoints (checkDomainEnriched, getGroupEnriched) return all basic fields plus the following additional WHOIS and registration data:
[
{
"date": "2022-05-10",
"groupNumber": 1,
"groupMemberNumber": 1,
"totalNoOfGrpMembers": 13,
"domain": "example1.com",
"domainUtf": "example1.com",
"registrantName": "John Doe",
"registrantOrganization": "Example Corp",
"registrantCountry": "US",
"registrantState": "California",
"registrantCity": "Los Angeles",
"registrantEmail": "[email protected]",
"registrarName": "Example Registrar Inc.",
"registrarIANAID": "1234",
"whoisServer": "whois.example-registrar.com",
"nameServers": "ns1.example.com,ns2.example.com",
"status": "clientTransferProhibited",
"createdDate": "2022-05-09",
"updatedDate": "2022-05-09",
"expiresDate": "2023-05-09",
"standardRegCreatedDate": "2022-05-09 12:00:00",
"standardRegUpdatedDate": "2022-05-09 12:00:00",
"standardRegExpiresDate": "2023-05-09 12:00:00",
"ips": "93.184.216.34"
}
]
date |
The detection date of the typosquatting group, in YYYY-MM-DD format. |
groupNumber |
The typosquatting group identifier for the given date. |
groupMemberNumber |
The member's position within the group (not returned by checkDomain). |
totalNoOfGrpMembers |
The total number of domains in the typosquatting group. |
domain |
The domain name in ASCII encoding. |
domainUtf |
The domain name in UTF-8 encoding, useful for internationalized domain names (IDNs). |
registrantName |
The name of the domain registrant from WHOIS data. Enriched endpoints only. |
registrantOrganization |
The organization of the domain registrant. Enriched endpoints only. |
registrantCountry |
The registrant's country. Enriched endpoints only. |
registrantState |
The registrant's state or province. Enriched endpoints only. |
registrantCity |
The registrant's city. Enriched endpoints only. |
registrantEmail |
The registrant's email address. Enriched endpoints only. |
registrarName |
The name of the domain registrar. Enriched endpoints only. |
registrarIANAID |
The IANA ID of the domain registrar. Enriched endpoints only. |
whoisServer |
The WHOIS server for the domain's TLD. Enriched endpoints only. |
nameServers |
The name servers associated with the domain. Enriched endpoints only. |
status |
The domain status codes (e.g., clientTransferProhibited, serverDeleteProhibited). Enriched endpoints only. |
createdDate |
The domain creation date as reported by the registrar. Enriched endpoints only. |
updatedDate |
The domain last-updated date as reported by the registrar. Enriched endpoints only. |
expiresDate |
The domain expiration date as reported by the registrar. Enriched endpoints only. |
standardRegCreatedDate |
The standardized creation date in YYYY-MM-DD HH:MM:SS format. Enriched endpoints only. |
standardRegUpdatedDate |
The standardized last-updated date in YYYY-MM-DD HH:MM:SS format. Enriched endpoints only. |
standardRegExpiresDate |
The standardized expiration date in YYYY-MM-DD HH:MM:SS format. Enriched endpoints only. |
ips |
The IP addresses associated with the domain. Enriched endpoints only. |
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.