Shodan · Arazzo Workflow
Shodan Domain Reconnaissance
Version 1.0.0
Enumerate a domain's DNS records, resolve a subdomain, and inspect the host.
View Spec
View on GitHub
SecuritySearchInternetDevicesIoTVulnerabilitiesCVEAttack SurfaceThreat IntelligenceReconnaissanceNetworkDNSScanningPublic APIsArazzoWorkflows
Provider
Workflows
domain-recon
Map a domain's DNS footprint and inspect a resolved host.
Retrieves the DNS information for a domain, resolves a chosen hostname to an IP, and inspects the resulting host in Shodan.
1
domainDns
getDomainDns
Retrieve the subdomains and DNS entries known for the domain.
2
resolveHostname
resolveHostnames
Resolve the chosen hostname under the domain to its IP address. The response is a map of hostname to IP address.
3
hostInfo
getHost
Retrieve the full Shodan host record for the resolved IP.