EN
ENNA

Wazuh

๐Ÿง  Threat Intelligence ยท C/Python

Wazuh is a free, open-source security platform that provides unified XDR (Extended Detection and Response) and SIEM (Security Information and Event Management) capabilities. It consists of an agent deployed on endpoints and a central server that collects, analyzes, and correlates security data. Wazuh performs real-time log analysis, file integrity monitoring, rootkit detection, vulnerability assessment, configuration compliance checking (CIS, PCI DSS, HIPAA, NIST), and active response. It detects threats using rules that correlate events from multiple sources, including endpoint logs, cloud services (AWS, Azure, GCP), containers, and network devices. Wazuh integrates with Elasticsearch and OpenSearch for log storage and visualization, and includes a custom dashboard for security operations. Its open-source nature and comprehensive feature set make it a popular alternative to commercial SIEM solutions.

15.2kstars
2.2kforks
2821issues
Updated 3d ago

Installation

Quick start

$ curl -sO https://packages.wazuh.com/4.7/wazuh-install.sh && sudo bash ./wazuh-install.sh -a

Docker

$ git clone https://github.com/wazuh/wazuh-docker.git && cd wazuh-docker && docker compose -f generate-indexer-certs.yml run --rm generator && docker compose up -d

Use Cases

  • Deploying an open-source SIEM with endpoint agents and centralized log analysis
  • Monitoring file integrity and detecting rootkits across endpoint fleets
  • Running continuous compliance checks against CIS, PCI DSS, and NIST frameworks
  • Correlating security events across endpoints, cloud services, and network devices
  • Active response to threats by automatically blocking IPs or isolating endpoints

Tags

siemxdrendpoint-detectionlog-analysiscompliancevulnerability-scanningcloud-securityconfiguration-assessementcontainer-securitycybersecurityfile-integrity-monitoringincident-responseinfosecmalware-detectionpci-dsssecuritysecurity-auditsecurity-automationsecurity-hardeningsecurity-toolsvulnerability-detectionwazuh

More in Threat Intelligence