Shodan · Arazzo Workflow
Shodan Scan Then Inspect Host
Version 1.0.0
Submit a single-IP scan, poll until done, then pull the fresh host record.
View Spec
View on GitHub
SecuritySearchInternetDevicesIoTVulnerabilitiesCVEAttack SurfaceThreat IntelligenceReconnaissanceNetworkDNSScanningPublic APIsArazzoWorkflows
Provider
Workflows
scan-then-inspect-host
Re-crawl a single IP and read back its updated host record.
Submits an on-demand scan for one IP, polls the scan until it is DONE, then retrieves the updated host record for that IP.
1
submitScan
createScan
Request Shodan to crawl the supplied IP, consuming one scan credit.
2
pollScan
getScan
Poll the scan status endpoint and repeat until the scan reaches the DONE state.
3
inspectHost
getHost
Retrieve the freshly updated host record for the scanned IP, returning the latest indexed services and open ports.