For security teams, researchers, operators, and agent builders
Use this workflow for incident context, asset research, vendor review, and public infrastructure mapping.
Start with one domain or host, collect current resolution evidence, and pivot through observed relationships that matter to the investigation.
Use this workflow for incident context, asset research, vendor review, and public infrastructure mapping.
Connect observed domains, hosts, DNS records, IPs, certificates, technologies, reputation, and registration context.
Shared hosting, cached DNS, incomplete subdomain observations, redacted records, and changing certificates can create misleading shortcuts.
Shared services, changing records, incomplete observations, and public-data gaps prevent universal infrastructure mapping.
Connect observed domains, hosts, DNS records, IPs, certificates, technologies, reputation, and registration context.
Use Domain Profile and DNS Lookup to capture current registration, resolution, and service evidence.
Use Subdomains and IP Intelligence for public names and addresses actually observed in the workflow.
Inspect certificates, reputation, redirects, technologies, and public page evidence for the entities that remain relevant.
Start from the domain, gather current DNS and observed subdomains, enrich related IPs, then inspect trust and website evidence.
curl -H "X-API-Key: $DOMSCAN_API_KEY" "https://domscan.net/v1/dns?domain=example.com&type=A"
{
"domain": "example.com",
"record_type": "A",
"records": [{ "type": "A", "name": "example.com", "data": "93.184.216.34", "ttl": 300 }],
"status": "success"
}
Connect observed domains, hosts, DNS records, IPs, certificates, technologies, reputation, and registration context.
Perform DNS lookups for any record type.
Choose this when: Perform DNS lookups for any record type.
Discover subdomains for a domain using various enumeration techniques.
Choose this when: Discover subdomains for a domain using various enumeration techniques.
Get geolocation data for an IP address including country, city, and ISP.
Choose this when: Get geolocation data for an IP address including country, city, and ISP.
Get SSL certificate information including issuer, validity, and security grade.
Choose this when: Get SSL certificate information including issuer, validity, and security grade.
Get WHOIS information for a domain including registrar, dates, and status.
Choose this when: Get WHOIS information for a domain including registrar, dates, and status.
You need to follow a known public domain or host into related DNS, network, trust, and website evidence.
Do not use it as complete asset discovery, private-network mapping, ownership proof, or definitive attribution.
Start with one domain or host, collect current resolution evidence, and pivot through observed relationships that matter to the investigation.