tenable_list_findings
List vulnerability findings from Tenable with filters for severity, state, CVE, exploit availability, and more. Retrieve current vulnerabilities across your environment.
Instructions
List vulnerability findings using the Tenable exports API.
Uses the modern exports.vulns() API for the most current view of vulnerabilities across your environment.
Example: Input: {"severity": "high", "state": "OPEN", "limit": 100} Output: {"findings": [...], "total": 45}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cve | No | ||
| tags | No | ||
| limit | No | ||
| since | No | ||
| state | No | ||
| severity | No | ||
| plugin_id | No | ||
| exploit_available | No |