Find every domain that looks like yours.
Pass a seed domain. Get back the cluster of domains that share registrar, registrant, name server, certificate, or string-similarity signals.
Cluster the corpus around any seed.
The Associated Domain Finder API surfaces the cluster of domains that share signal with a given seed. Association can be by exact ownership match, by infrastructure overlap, or by string-similarity to the seed name. The API runs the cluster query against the full indexed corpus.
Pass the seed and the optional association parameter to scope the cluster (registrant, registrar, name server, certificate, or name-similarity). Use strict to control how aggressive the matching is, and include_subdomains to expand to the FQDN level.
Use this when you need infrastructure clustering as a hunt or attribution input, brand-impersonation graphs around a seed name, or M&A inheritance discovery from a known apex.
One endpoint, one required parameter.
Endpoint:
GET https://api.deepinfo.com/v1/discovery/associated-domain-finder?domain={domain}
Parameters:
Authentication is by API token in the request header. See docs.deepinfo.com for the full request reference.
See what the API returns.
Real response structure for the Find every domain that looks like yours endpoint. Field coverage may vary based on query parameters and data availability.
{
"_request": {"domain": "deepinfo.com", "association": "registrant"},
"results": [
{"fqdn": "deepinfo.com", "association_signal": "seed"},
{"fqdn": "deepinfo.io", "association_signal": "registrant_match", "confidence": 0.96},
{"fqdn": "deepinfo.net", "association_signal": "registrant_match", "confidence": 0.96},
{"fqdn": "dofo.com", "association_signal": "registrant_match", "confidence": 0.91}
],
"pagination": {"page": 1, "page_size": 50, "total": 12}
}
Sample response shown. Real responses depend on query parameters, data availability, and API version. Talk to us for full schema documentation.
Workflows this API plugs into directly.
Brand Impersonation Protection
Cluster brand-impersonating infrastructure around a seed lookalike.
Read the use caseThreat Hunting
Build infrastructure attribution graphs from a known adversary domain.
Read the use caseMergers and Acquisitions Due Diligence
Surface the target's owned-domain inheritance from a known apex.
Read the use case“Clustering by registrar, registrant, and certificate signal in one call is exactly the pivot we used to do across four separate APIs. Investigation timelines shortened measurably once we consolidated.”
Other discovery APIs.
Search the global domain corpus, by any field.
Filter the full domain corpus by any of 149 indexed fields and 11 query operators.
See API APIEverything Deepinfo knows about one domain, in one call.
Pass a domain.
See API APIEvery subdomain under any apex, in one call.
Pass an apex domain.
See API APIEvery TLD permutation of a name, in one call.
Pass a domain name (without TLD).
See API APIFind every domain registered to an email.
Pass an email address.
See API APIDomains registered at the same moment.
Pass a seed domain.
See APIRun a finder against your seed, or have us walk you through the dimensions.
We'll set up token access and discuss which association dimensions fit your workflow.