From cybersecurity-skills
Deploy and configure Wazuh SIEM/XDR for endpoint detection: manage agents via API, create custom decoders and rules, query alerts, and automate responses.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cybersecurity-skills:implementing-endpoint-detection-with-wazuhThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Wazuh is an open-source SIEM and XDR platform for endpoint monitoring, threat detection, and compliance. This skill covers managing agents via the Wazuh REST API, creating custom decoders and rules in XML for organization-specific detections, querying alerts, and testing rule logic using the logtest endpoint.
Wazuh is an open-source SIEM and XDR platform for endpoint monitoring, threat detection, and compliance. This skill covers managing agents via the Wazuh REST API, creating custom decoders and rules in XML for organization-specific detections, querying alerts, and testing rule logic using the logtest endpoint.
requests libraryObtain JWT token via POST to /security/user/authenticate.
Query agent status, versions, and last keep-alive via /agents endpoint.
Search alerts by rule ID, severity, agent, or time range.
Use the /logtest endpoint to validate decoder and rule logic against sample log lines.
JSON report with agent inventory, alert statistics, rule coverage, and logtest validation results.
npx claudepluginhub costrict-plugins-repo/mukul975-anthropic-cybersecurity-skills-cybersecurity-skillsDeploys and configures Wazuh SIEM/XDR for endpoint detection: agent management, custom decoder/rule XML, alert querying via REST API, and automated response.
Deploys and configures Wazuh SIEM/XDR for endpoint detection: agent management, custom decoder/rule XML, alert querying via REST API, and automated response.
Deploys and configures Wazuh SIEM/XDR for endpoint detection, including agent management, custom decoder/rule XML creation, REST API alert querying, and automated responses.