Shodan · Schema

Shodan CVEDB CPE

A CPE 2.3 dictionary entry returned by the CVEDB API.

SecuritySearchInternetDevicesIoTVulnerabilitiesCVEAttack SurfaceThreat IntelligenceReconnaissanceNetworkDNSScanningPublic APIs

Properties

Name Type Description
cpe23 string
vendor string
product string
version string
View JSON Schema on GitHub

JSON Schema

shodan-cvedb-cpe-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/shodan/json-schema/shodan-cvedb-cpe-schema.json",
  "title": "Shodan CVEDB CPE",
  "description": "A CPE 2.3 dictionary entry returned by the CVEDB API.",
  "type": "object",
  "required": ["cpe23"],
  "properties": {
    "cpe23": { "type": "string" },
    "vendor": { "type": "string" },
    "product": { "type": "string" },
    "version": { "type": "string" }
  }
}