wazuh_get_cdb_list
Retrieve key-value entries from a specified CDB list for use in IP reputation, user whitelisting, or IOC matching.
Instructions
Read the contents of a specific CDB list. CDB lists are used for IP reputation, user whitelists, IOC matching, and more. Returns the key-value entries in the list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_name | Yes | CDB list name to read (e.g., 'audit-keys', 'security-eventchannel') | |
| search | No | Search within list entries | |
| limit | No | Maximum entries to return | |
| offset | No | Pagination offset |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |