Set additional filter parameters for Tenable.io imports
Customize the filtering parameters for your scheduled queries with the Tenable Vulnerability Integration to help you further refine the vulnerability data you import with the Tenable.io product.
始める前に
Use cases: As a vulnerability manager or analyst, you might want to filter out data from your queries so that you can review only specific vulnerability details. For example, say you want to view imported vulnerabilities that are filtered by cidr_range, num_assets, indexed_at, and plugin_family. Or, say you want to run a Tenable.io integration such that one run imports only critical vulnerabilities every four hours, and another runs every 24 hours to fetch all the other non-critical vulnerabilities.
To help you gather this data, you might add tenable-supported parameters to help you import the specific vulnerability details you need.
- Assets Integration
- Fixed Vulnerability Integration
- Open Vulnerabilities Integration
Import Filter Parameters
-
epss_score: Use this filter to retrieve vulnerabilities based on their Exploit Prediction Scoring System (EPSS) score. Score ranges can be defined using comparison properties such as eq, neq, gt, lt, gte and lte.
- cvss4_base_score: Use this filter to retrieve vulnerabilities based on their CVSS version 4 (CVSSv4) base score. Score ranges can be defined using comparison properties such as gt, lt, eq, neq, gte and lte.
- vpr_v2_score: Use this filter to retrieve vulnerabilities based on their Vulnerability Priority Rating version 2 (VPRv2) score. Score ranges can be defined using comparison properties such as gt, lt, eq, neq, gte and lte.
| Filter Type | Allowed Combinations | Restrictions |
| eq (equals) | Cannot be combined with lt, gt, lte, or gte | Should be used independently or with neq |
| neq (not equals) | Can be combined with any other filter | No restrictions |
| lt, gt, lte, gte | Cannot be combined with eq | Can be combined among themselves and with neq |
You should know how to use JSON strings for this feature.
Role required: sn_vul.vulnerability_admin