List detected vulnerabilities
threats_vulnerabilities_listRetrieve network-wide vulnerabilities with severity, CVE/CVSS details, exploit status, and patch availability. Filter and paginate results for targeted analysis.
Instructions
Retrieves the network-wide list of detected vulnerabilities with severity, CVE IDs, CVSS scores, exploit status, affected-system counts, and fixing-patch availability. Supports extensive filtering and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Return the full, unprojected record for each entry instead of the curated default field set. | |
| page | No | Page number to retrieve. Default is 1. | |
| cveIds | No | Filter by CVE ID, e.g. "CVE-2019-0981". | |
| patchId | No | Filter by fixing patch ID — numeric ID or comma-separated list. | |
| severity | No | Filter by vulnerability severity. Known values: Critical, Important, Moderate, Low (the spec models this as a free string, not a closed enum). | |
| solution | No | Filter by the solution/fix text (e.g. a patch file name). | |
| pageLimit | No | Max records per page (server cap for this endpoint is 1000). | |
| cvss2Score | No | Filter by CVSS 2.0 score (numeric). | |
| cvss3Score | No | Filter by CVSS 3.0 score (numeric). | |
| osPlatform | No | Filter by OS platform name, e.g. Windows, Mac, Linux. | |
| updatedTime | No | Filter by the vulnerability's last-updated time, as epoch milliseconds (e.g. "1704363395117"). | |
| exploitStatus | No | Filter by public exploit status. Known values: "available", "not available". | |
| publishedTime | No | Filter by the vulnerability's published time, as epoch milliseconds (e.g. "1704363395117"). | |
| supportedTime | No | Filter by the time support/detection for the vulnerability was added, as epoch milliseconds (e.g. "1704363395117"). | |
| rebootRequired | No | Filter by reboot behavior of the fix. Known values: "required", "not required", "autoreboot", "may require". | |
| vulnerabilityId | No | Filter by vulnerability ID — a numeric ID or comma-separated list, e.g. "24480" or "24480,25109". | |
| patchAvailability | No | Filter by whether a fixing patch exists. Known values: "available", "not available". | |
| vulnerabilityName | No | Filter to vulnerabilities whose name contains this text. |