Shodan integration (Security, Data). Imported from open-connector.
https://api.shodan.io/api-info
/shodan/host/search
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | Search query string passed to the Shodan host search endpoint. |
| facets | string | optional | Facet aggregation string such as org:5,country:3. |
| page | integer | optional | 1-based results page to request from Shodan. |
| minify | boolean | optional | Whether to request minified banner results from Shodan. |
/shodan/host/count
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | Search query string passed to the Shodan host count endpoint. |
| facets | string | optional | Facet aggregation string such as org:5,country:3. |
/shodan/host/{ip}
| Param | Type | Required | Description |
|---|---|---|---|
| ip | string | required | IPv4 or IPv6 address to inspect in Shodan. |
| history | boolean | optional | Whether to include historical banners for the host. |
| minify | boolean | optional | Whether to request a minified host payload from Shodan. |
/dns/domain/{domain}
| Param | Type | Required | Description |
|---|---|---|---|
| domain | string | required | Domain name to inspect in the Shodan DNS endpoint. |
/dns/resolve
| Param | Type | Required | Description |
|---|---|---|---|
| hostnames | array | optional | Hostnames to resolve with Shodan. |
/dns/reverse
| Param | Type | Required | Description |
|---|---|---|---|
| ips | array | optional | IP addresses to reverse-resolve with Shodan. |