Export Vulnerabilities
Exports vulnerabilities that match the request criteria. Requires ADMINISTRATOR [64] user permissions.
External Documentation
To learn more, visit the Tenable documentation.
Basic Parameters
Parameter | Description |
---|---|
Asset Count | Specifies the number of assets used to chunk the vulnerabilities. The vulnerabilities export is split up by number of asset IDs in a chunk. The exported data of a chunk is the sum of all the vulnerabilities for each asset in that chunk. The range for number of assets in a chunk is a minimum of 50 (the default size) to a maximum of 5,000. If you specify a value outside this range, the system uses the upper or lower-bound value. |
Filter By CIDR Range | Restricts search for vulnerabilities to assets assigned an IP address within the specified CIDR range. For example, 0.0.0.0/0 restricts the search to 0.0.0.1 and 255.255.255.254. |
Filter By Network ID | The ID of the network object associated with scanners that detected the vulnerabilities you want to export. The default network ID is 00000000-0000-0000-0000-000000000000 . To determine the ID of a custom network, use the GET /networks endpoint. For more information about network objects, see Manage Networks. |
Severity | The severity of the vulnerabilities to include in the export. Defaults to all severity levels. The severity of a vulnerability is defined using the Common Vulnerability Scoring System (CVSS) base score. Supported array values are:
|
Advanced Parameters
Parameter | Description |
---|---|
First Found | Returns vulnerabilities that were first found between the specified date (in Unix time) and now. |
Include Unlicensed | Specifies whether or not to include unlicensed assets. The default is false when no parameter is specified. |
Index At | Returns vulnerabilities that were indexed into Tenable.io at the specified date and time (in Unix time). |
Plugin Type | The plugin type for which you want to filter the vulnerabilities returned in the vulnerability export. For example, remote , local , combined , etc. If your request omits this parameter, the export includes all vulnerabilities regardless of plugin type. |
Example Output
{
"value": {
"export_uuid": "bf765455-53aa-4e70-9ef3-87cfca1d2be0"
}
}
Workflow Library Example
Export Vulnerabilities with Tenable and Send Results Via Email
Preview this Workflow on desktop