{ "opencollection": "1.0.0", "info": { "name": "Shodan CVEDB Account CVE API", "version": "1.0" }, "items": [ { "info": { "name": "CVE", "type": "folder" }, "items": [ { "info": { "name": "Get CVE Details", "type": "http" }, "http": { "method": "GET", "url": "https://cvedb.shodan.io/cve/:cveId", "params": [ { "name": "cveId", "value": "", "type": "path" } ] }, "docs": "Retrieve detailed information for a specific CVE including descriptions, CVSS, EPSS, KEV status, references, and impacted CPEs." }, { "info": { "name": "Search CVEs", "type": "http" }, "http": { "method": "GET", "url": "https://cvedb.shodan.io/cves", "params": [ { "name": "cpe23", "value": "", "type": "query", "description": "Filter by CPE 2.3 identifier (e.g. `cpe:2.3:a:nginx:nginx:1.21.0`)." }, { "name": "product", "value": "", "type": "query", "description": "Filter by product name." }, { "name": "is_kev", "value": "", "type": "query", "description": "Restrict to CISA Known Exploited Vulnerabilities." }, { "name": "sort_by_epss", "value": "", "type": "query", "description": "Sort results by EPSS score, highest first." }, { "name": "start_date", "value": "", "type": "query" }, { "name": "end_date", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Search the CVE catalog by CPE 2.3, product, KEV status, EPSS ordering, or date range." } ] } ], "bundled": true }