list_vulnerabilities
List and filter security vulnerabilities from the Wazuh Indexer to identify affected agents, severity, and packages for remediation.
Instructions
List Wazuh vulnerability inventory from the Wazuh Indexer
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (1-100) | |
| cve_id | No | CVE identifier (e.g., CVE-2020-14393) | |
| offset | No | Pagination offset | |
| agent_id | No | Filter by agent ID | |
| severity | No | Filter by vulnerability severity | |
| package_name | No | Filter by affected package name | |
| include_description | No | Include full log descriptions in the response |