tenable-sc-vulnerabilities
Get vulnerability summary list from Tenable Security Center.
Syntax
tenable-sc-vulnerabilities [profile=PROFILE] [verify=t|f] [pretty=t|f]
- profile=PROFILE
- Optional. Connect profile code
- verify=t|f
- Optional. Verify profile (default: t). If f, returns empty on missing profile
- pretty=t|f
- Optional. Enable human-friendly output.
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Connect Profile | e.g. tenable_sc |
| plugin_id | String | Plugin ID | e.g. 156057 |
| plugin_name | String | Plugin Name | e.g. Apache Log4j 2.x < 2.16.0 RCE |
| severity | String | Severity | e.g. Info, Low, Medium, High, Critical |
| severity_id | String | Severity ID | e.g. 0, 1, 2, 3, 4 |
| vpr_score | Double | VPR Score | e.g. 9.8 (0.1-10.0, higher means more critical) |
| epss_score | Double | EPSS Score | e.g. 97.0 (0-100%, higher means more likely) |
| host_count | Integer | Affected Host Count | e.g. 15 |
| detect_count | Integer | Detection Count | e.g. 53 |
| plugin_family_id | String | Plugin Family ID | e.g. 23 |
| plugin_family_name | String | Plugin Family Name | e.g. Misc. |
| plugin_family_type | String | Plugin Family Type | e.g. active |
| vpr_context | String | VPR Context | e.g. [{"id":"age_of_vuln","name":"Vulnerability Age","type":"string","value":"730 days +"}] |