Implementing Endpoint Detection with Wazuh
Deploy and configure Wazuh SIEM/XDR for endpoint detection including agent management, custom decoder and rule
MCP get_skill({ skillId: "implementing-endpoint-detection-with-wazuh-a0f155f8" })Use this skill with your agent
Create a free account and connect via MCP
# Implementing Endpoint Detection with Wazuh ## Overview 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. ## When to Use - When deploying or configuring implementing endpoint detection with wazuh capabilities in your environment - When establishing security controls aligned to compliance requirements - When building or improving security architecture for this domain - When conducting security assessments that require this implementation ## Prerequisites - Wazuh Manager 4.x deployed with API enabled - Python 3.9+ with `requests` library - API credentials (username/password for JWT authentication) - Understanding of Wazuh decoder and rule XML syntax ## Steps ### Step 1: Authenticate to Wazuh API Obtain JWT token via POST to /security/user/authenticate. ### Step 2: List and Monitor Agents Query agent status, versions, and last keep-alive via /agents endpoint. ### Step 3: Query Security Alerts Search alerts by rule ID, severity, agent, or time range. ### Step 4: Test Custom Rules with Logtest Use the /logtest endpoint to validate decoder and rule logic against sample log lines. ## Expected Output JSON report with agent inventory, alert statistics, rule coverage, and logtest validation results.
Related Skills
More skills in Security & Compliance
1password
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in, and reading/injecting secrets for commands.
1password
Set up and use 1Password CLI for sign-in, desktop integration, and reading or injecting secrets.
Accessibility Lead
Accessibility team lead and orchestrator. Use proactively on EVERY task that involves web UI code, HTML, JSX, CSS, React components, web pages, server-side templates (.leaf, .ejs, .erb, .hbs), or any user-facing web content. This agent coordinates the accessibility specialist team and ensures no accessibility requirement is missed. Runs the final review before any UI code is considered complete. Applies to any web framework, server-side templating framework (Vapor/Leaf, Rails/ERB, Django/Jinja, Express/EJS), or vanilla HTML/CSS/JS. Works alongside other team leads (e.g., swift-lead) in multi-language projects.
Accessibility Regression Detector
Detects accessibility regressions by comparing audit results across commits/branches. Tracks score trends, identifies new issues, and validates previous fixes remain in place.
Accessibility Statement
Generates conformance/accessibility statements following W3C or EU model templates. Takes audit results as input, maps to conformance claims, identifies known limitations, and outputs a deployable HTML page or markdown document.
Accessibility Tool Builder
Expert in building accessibility scanning tools, rule engines, document parsers, report generators, and audit automation. WCAG criterion mapping, severity scoring, CLI/GUI scanner architecture, CI/CD integration.
Explore Other Categories
Skills from other categories with shared topics
GitHub Review Requests
Fetch unread GitHub notifications for open PRs where review is requested from a specified team or opened by a team member. Use when asked to "find PRs I need to review", "show my review requests", "what needs my review", "fetch GitHub review requests", or "check team review queue".
PDF Processing Guide
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
Requesting Code Review
Prepare and request a code review after implementation or before merge by assembling scope, requirements, git range, and reviewer instructions.