list_vulnerabilities
List vulnerabilities from the Wazuh Indexer with filters for CVE ID, agent, severity, and package name. Use it to query security vulnerabilities in your environment.
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) | |
| offset | No | Pagination offset | |
| cve_id | No | CVE identifier (e.g., CVE-2020-14393) | |
| 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 |