Shodan
Last updated
The base domain of the Shodan API.
Default: api.shodan.io
Log in to your Shodan account at account.shodan.io and copy your API key from the dashboard.
A Shodan search query to define which hosts to collect. Supports any valid Shodan query syntax:
net:203.0.113.0/24 — Scan a CIDR range
org:"Company Name" — Hosts by organization
port:22 country:US — Filter by port and country
Proxy URL (optional).
The amount of time (in seconds) to wait for API responses. (default: 30)
Limits the number of pages fetched from the Shodan search API. Each page returns 100 results and costs 1 query credit. A broad query (e.g. port:80) can match millions of hosts, consuming all your credits and significant memory. Set this to cap both credit spend and resource usage. (default: 0 — no limit)
Attention
Please perform a connection test to ensure there is a valid connection to the Shodan API host. When the discovery operation is finalized you will be able to see the details on Assets page.
Last updated