Shodan · Arazzo Workflow
Shodan CVEDB Product Vulnerability Enrichment
Version 1.0.0
Resolve a product to a CPE, search its CVEs, then pull full CVE details.
View Spec
View on GitHub
SecuritySearchInternetDevicesIoTVulnerabilitiesCVEAttack SurfaceThreat IntelligenceReconnaissanceNetworkDNSScanningPublic APIsArazzoWorkflows
Provider
Workflows
cve-enrichment
Enumerate CPEs and CVEs for a product and detail the top CVE.
Searches the CPE dictionary for a product, searches the CVE catalog for that product ordered by EPSS, and retrieves the full details for the top CVE.
1
searchCpes
searchCpes
Retrieve the CPE 2.3 dictionary entries matching the product.
2
searchCves
searchCves
Search the CVE catalog for vulnerabilities affecting the product, ordered by EPSS so the most likely to be exploited surface first.
3
cveDetails
getCve
Retrieve the full record for the chosen CVE, including CVSS, EPSS, KEV status, references, and impacted CPEs.