insightvm-vulnerability
Get vulnerability detail by vulnerability id.
Syntax
insightvm-vulnerability [profile=PROFILE] id=ID
Options
- profile=PROFILE
- Optional. Comma separated insightVM profile name
- id=ID
- Required. Vulnerability ID (ID field on the InsightVM vulnerability page)
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Profile | InsightVM connect profile name |
| title | String | Title | The title (summary) of the vulnerability |
| id | String | Vulnerability Id | The identifier of the vulnerability |
| severity | String | Severity | The severity of the vulnerability |
| severity_score | Integer | Severity Score | The severity score of the vulnerability, on a scale of 0-10 |
| risk_score | Double | Risk Score | The risk score of the vulnerability (0-1000 for the Real Risk model) |
| cvss_v2 | Map | CVSS v2 | CVSS v2 metrics (vector, score, exploit/impact score) |
| cvss_v3 | Map | CVSS v3 | CVSS v3 metrics (vector, score, exploit/impact score) |
| published | Date | Published | The date the vulnerability was first published or announced |
| added | Date | Added | The date the vulnerability coverage was added |
| modified | Date | Modified | The last date the vulnerability was modified |
| categories | List | Categories | All vulnerability categories assigned to this vulnerability |
| cves | List | CVEs | All CVEs assigned to this vulnerability |
| exploits_count | Integer | Exploits Count | The number of exploits that can be used to exploit this vulnerability |
| malware_kits_count | Integer | Malware Kits Count | The number of malware kits known to exploit this vulnerability |
| description | String | Description | The description of the vulnerability |
| exploits | List | Exploits | The list of exploits that can be used to exploit this vulnerability |
| references | List | References | The list of references for this vulnerability |
| checks | List | Checks | The list of vulnerability checks |