get_cve_info
Retrieve comprehensive details about a specific CVE to analyze vulnerabilities and enhance cybersecurity threat intelligence using Shodan API functionality.
Instructions
Get detailed information about a specific CVE
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cve_id | Yes | CVE ID to look up (e.g., 'CVE-2021-44228') |
Input Schema (JSON Schema)
{
"properties": {
"cve_id": {
"description": "CVE ID to look up (e.g., 'CVE-2021-44228')",
"type": "string"
}
},
"required": [
"cve_id"
],
"type": "object"
}