Shodan · Example Payload

Shodan Internetdb Host Example

SecuritySearchInternetDevicesIoTVulnerabilitiesCVEAttack SurfaceThreat IntelligenceReconnaissanceNetworkDNSScanningPublic APIs

Shodan Internetdb Host Example is an example object payload from Shodan, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://internetdb.shodan.io/1.1.1.1"
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "ip": "1.1.1.1",
      "ports": [53, 80, 443],
      "cpes": ["cpe:2.3:a:cloudflare:nginx:*"],
      "hostnames": ["one.one.one.one"],
      "tags": ["cdn"],
      "vulns": []
    }
  }
}