tenable-sc-solutions
Get remediation solution list from Tenable Security Center.
Syntax
tenable-sc-solutions [profile=PROFILE] [verify=VERIFY] [asset=ASSET] [offset=NUM] [limit=NUM] [sort=SORT] [order=ORDER]
- profile=PROFILE
- Optional. Connect profile code
- verify=VERIFY
- Optional. Verify profile (default: t). If f, returns empty on missing profile
- asset=ASSET
- Optional. Filter by asset ID
- offset=NUM
- Optional. Start offset (default: 0)
- limit=NUM
- Optional. End offset (default: 1000)
- sort=SORT
- Optional. Sort field (default: score)
- order=ORDER
- Optional. Sort direction: asc or desc (default: desc)
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Connect Profile | e.g. tenable_sc |
| solution_id | String | Solution ID | e.g. SC-209154 |
| solution | String | Solution | e.g. Upgrade to OpenSSL version 3.1.8 or later. |
| risk_reduction_ratio | Double | Risk Reduction Ratio | e.g. 50.0 (0-100, percentage of risk reduced) |
| host_count | Integer | Hosts Affected | e.g. 15 |
| vuln_count | Integer | Vulnerabilities | e.g. 53 |
| vpr_score | Double | VPR Score | e.g. 6.7 (0.1-10.0, higher means more critical) |
| epss_score | Double | EPSS Score | e.g. 85.0 (0-100%, higher means more likely) |
| cvss_v3_base_score | Double | CVSS v3 Base Score | e.g. 7.5 (0-10.0) |
| cvss_v4_base_score | Double | CVSS v4 Base Score | e.g. 8.0 (0-10.0) |
| plugin_id | String | Plugin ID | e.g. 209154 |