Wazuh — Open Source XDR & SIEM Security Platform
Wazuh is a unified open-source security platform that combines SIEM, XDR, and cloud-security posture management, powered by a lightweight agent on every endpoint.
Installation avec revue préalable
Cet actif nécessite une revue. Le prompt copié demande un dry-run, affiche les écritures, puis continue seulement après confirmation.
npx -y tokrepo@latest install c2ce4716-38ce-11f1-9bc6-00163e2b0d79 --target codexDry-run d'abord, confirmez les écritures, puis lancez cette commande.
What it is
Wazuh is a unified open-source security platform that combines SIEM (Security Information and Event Management), XDR (Extended Detection and Response), and cloud security posture management. It deploys a lightweight agent on endpoints to collect security events, detect threats, monitor compliance, and respond to incidents. The platform includes a centralized management server, an indexer for log storage and search, and a web dashboard for visualization.
Security operations teams, system administrators, and compliance officers who need threat detection, log analysis, and regulatory compliance monitoring across hybrid infrastructure use Wazuh as their primary security platform.
How it saves time or tokens
Commercial SIEM and XDR platforms carry significant licensing costs that scale with data volume and endpoint count. Wazuh provides equivalent capabilities at no licensing cost. The unified platform eliminates the need to run separate tools for intrusion detection, log management, vulnerability scanning, and compliance auditing. Pre-built rulesets cover common frameworks (PCI DSS, HIPAA, GDPR, NIST) out of the box.
How to use
- Deploy with the official installer:
curl -sO https://packages.wazuh.com/4.7/wazuh-install.sh
sudo bash wazuh-install.sh --all-in-one
- Access the dashboard at
https://your-server-ipwith the generated admin credentials. - Install agents on endpoints:
# Debian/Ubuntu
curl -s https://packages.wazuh.com/key/GPG-KEY-WAZUH | gpg --dearmor -o /usr/share/keyrings/wazuh.gpg
echo 'deb [signed-by=/usr/share/keyrings/wazuh.gpg] https://packages.wazuh.com/4.x/apt/ stable main' | sudo tee /etc/apt/sources.list.d/wazuh.list
sudo apt update && sudo apt install wazuh-agent
- Configure the agent to connect to your Wazuh server and start it.
Example
<!-- /var/ossec/etc/ossec.conf -- Agent configuration -->
<ossec_config>
<client>
<server>
<address>wazuh-server.example.com</address>
<port>1514</port>
</server>
</client>
<syscheck>
<directories check_all="yes">/etc,/usr/bin,/usr/sbin</directories>
<directories check_all="yes">/boot</directories>
<frequency>43200</frequency>
</syscheck>
<rootcheck>
<disabled>no</disabled>
</rootcheck>
</ossec_config>
Related on TokRepo
- Security Tools -- explore security tools and platforms
- Monitoring Tools -- discover monitoring and observability solutions
Common pitfalls
- The all-in-one installer is suitable for small deployments. For production with high log volumes, deploy the manager, indexer, and dashboard on separate nodes.
- Default rules generate significant alert volume. Tune rule levels and exclusions to reduce noise before deploying to production endpoints.
- The Wazuh indexer (based on OpenSearch) requires adequate disk space for log retention. Plan storage based on your log volume and retention policy.
Questions fréquentes
SIEM capabilities in Wazuh cover log collection, correlation, and alerting from security events across your infrastructure. XDR extends this with endpoint-level threat detection, active response (blocking IPs, killing processes), and integration with third-party threat intelligence feeds for broader visibility.
Yes. Wazuh monitors AWS, Azure, and GCP environments through native integrations. It checks cloud security posture, monitors API activity via CloudTrail and similar services, and evaluates compliance against cloud-specific benchmarks.
Wazuh includes pre-built rulesets mapped to PCI DSS, HIPAA, GDPR, NIST 800-53, and CIS benchmarks. The dashboard provides compliance status views, gap analysis, and audit-ready reports. Security checks run continuously against configured policies.
Wazuh provides comparable functionality to many commercial SIEM products including log management, threat detection, compliance monitoring, and incident response. The trade-off is that self-hosted Wazuh requires your team to handle infrastructure, upgrades, and tuning rather than relying on a managed service.
The Wazuh agent supports Linux, Windows, macOS, Solaris, AIX, and HP-UX. Agentless monitoring is available for network devices and systems that cannot run agents. The agent is lightweight and designed to run with minimal resource overhead on production systems.
Sources citées (3)
- Wazuh GitHub— Unified open-source security platform with SIEM, XDR, and cloud security
- Wazuh Documentation— Pre-built compliance rulesets for PCI DSS, HIPAA, GDPR, NIST
- Wazuh Agent Docs— Lightweight endpoint agents for multi-platform deployment
En lien sur TokRepo
Fil de discussion
Actifs similaires
SigNoz — Open Source APM & Observability Platform
SigNoz is an open-source Datadog/New Relic alternative with logs, traces, and metrics in one platform. Native OpenTelemetry support, ClickHouse backend, and powerful dashboards.
Huly — All-in-One Open Source Project Management Platform
Huly is an open-source alternative to Linear, Jira, Slack, and Notion. Project tracking, team chat, knowledge base, and HR tools in a single unified platform.
Documenso — Open Source Document Signing Platform
Documenso is an open-source DocuSign alternative for self-hosted document signing with PDF e-signatures, audit trails, and Next.js stack.
Botpress — Open Source Chatbot and AI Agent Platform
An open-source platform for building, deploying, and managing chatbots and AI agents with a visual flow editor and LLM integration.