Domains registered at the same moment.
Pass a seed domain. Get back domains registered within a configurable window around the seed's registration. Useful for catching campaign infrastructure registered together.
Co-registration as a discovery signal.
The Same Time Registered Domain Finder API surfaces domains registered close in time to a seed. Time-clustered registration is a common adversary signal: campaign infrastructure registered in a single batch, brand-impersonation runs registered together, or a coordinated drop across a registrar account.
Pass the seed domain and the interval parameter to define the window in minutes around the seed's registration timestamp. Default is a tight window; widen it when the campaign is suspected to span hours.
This is the API the IR and brand-protection teams reach for when one suspicious registration surfaces and they need the rest of the batch.
One endpoint, one required parameter.
Endpoint:
GET https://api.deepinfo.com/v1/discovery/sametime-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 Domains registered at the same moment endpoint. Field coverage may vary based on query parameters and data availability.
{
"_request": {"domain": "acme-secure-login.com", "interval": 10},
"seed": {"domain": "acme-secure-login.com", "create_date": "2026-04-30T14:23:08Z"},
"results": [
{"fqdn": "acme-account-verify.com", "create_date": "2026-04-30T14:23:11Z", "delta_seconds": 3},
{"fqdn": "acme-login-portal.net", "create_date": "2026-04-30T14:23:14Z", "delta_seconds": 6},
{"fqdn": "acme-secure-portal.io", "create_date": "2026-04-30T14:23:18Z", "delta_seconds": 10},
{"fqdn": "acme-verify-account.com", "create_date": "2026-04-30T14:23:21Z", "delta_seconds": 13}
],
"pagination": {"page": 1, "page_size": 50, "total": 18}
}
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.
Phishing Detection and Prevention
When one lookalike registration surfaces, get the rest of the batch in one call.
Read the use caseIncident Investigation and Response
Cluster campaign infrastructure registered together for attribution and scope.
Read the use caseBrand Impersonation Protection
Find related impersonating registrations the moment one is detected.
Read the use case“Catching campaign infrastructure registered in clusters is the signal we tune our highest-priority alerts on. The configurable time window per request fits how attackers actually batch their registrations.”
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 that looks like yours.
Pass a seed domain.
See API APIFind every domain registered to an email.
Pass an email address.
See APICluster a campaign batch, from any seed.
We'll set up token access and discuss interval tuning for your detection workflows.