shodan-internetdb-lookup
Retrieve free, quick IP intelligence from Shodan's InternetDB, including open ports, known vulnerabilities, hostnames, CPEs, and tags. No API key required.
Instructions
Quick, free IP intelligence from Shodan's InternetDB.
Returns open ports, known vulnerabilities, hostnames, CPEs, and tags. This is FREE — no API key required. Faster but less detailed than shodan-ip-lookup.
Returns: InternetDbResult with quick IP intelligence data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | IP address to look up (IPv4). Example: "8.8.8.8". | |
| timeout | No | HTTP request timeout in seconds. Default: 30. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | The IP address that was queried | |
| cpes | No | CPE identifiers for detected software | |
| tags | No | Tags (e.g., cloud, vpn, honeypot) | |
| ports | No | Open ports | |
| vulns | No | Known CVE identifiers | |
| hostnames | No | Associated hostnames |