Wazuh

ToolByIronHubVersion0.1.0

Wazuh SIEM/XDR read and control. Queries alerts, vulnerabilities, and top rule aggregations from the Wazuh Indexer (OpenSearch) over HTTP Basic auth, and exchanges Basic credentials for a short-lived JWT at /security/user/authenticate to drive the Wazuh Server API. Read actions: search_alerts, search_vulnerabilities, top_alert_rules, cluster_health, list_indices, list_agents, agent_summary. Control actions: restart_agent, add_agent, remove_agent, move_agent_to_group, trigger_active_response (push commands like firewall-drop to one agent or the entire fleet), restart_manager, update_cdb_list (push to CDB block/allow lists that drive the rule engine). Default hostnames assume the operator places `wazuh-indexer.local` and `wazuh-api.local` in /etc/hosts (or behind a local TLS reverse proxy with an mkcert certificate).

Install
$ironclaw ironhub install wazuh

Description

Wazuh SIEM/XDR read and control. Queries alerts, vulnerabilities, and top rule aggregations from the Wazuh Indexer (OpenSearch) over HTTP Basic auth, and exchanges Basic credentials for a short-lived JWT at /security/user/authenticate to drive the Wazuh Server API. Read actions: search_alerts, search_vulnerabilities, top_alert_rules, cluster_health, list_indices, list_agents, agent_summary. Control actions: restart_agent, add_agent, remove_agent, move_agent_to_group, trigger_active_response (push commands like firewall-drop to one agent or the entire fleet), restart_manager, update_cdb_list (push to CDB block/allow lists that drive the rule engine). Default hostnames assume the operator places wazuh-indexer.local and wazuh-api.local in /etc/hosts (or behind a local TLS reverse proxy with an mkcert certificate).

Access & Credentials

Credential method

Basic authentication

Credential accounts
Wazuh Indexer PasswordRequired

Basic authentication

wazuh_indexer_password
Wazuh Api PasswordRequired

Basic authentication

wazuh_api_password

Network & Permissions

Network destinations
wazuh-indexer.localwazuh-api.local
Effects
Can write external data

Implementation

WIT Interface0.3.0
Source Pathtools/wazuh
Technical tags
WASM toolHTTP allowlist

Resources

Review implementation and setup instructions before installing.