4.0.4 • Published 3 years ago

wazuh v4.0.4

Weekly downloads
4
License
GPL-2.0
Repository
github
Last release
3 years ago

Wazuh Kibana App

Slack Email Documentation Documentation

This repository contains the Wazuh Kibana plugin, from which you can navigate through the Wazuh data using visualizations in a simple and understandable way. It also allows you to manage the configuration and capabilities of the Wazuh server.

Wazuh is a security detection, visibility, and compliance open source project. Wazuh helps you to gain deeper security visibility into your infrastructure by monitoring hosts at an operating system and application level.

You can learn more about it here wazuh.com

Description

This plugin for Kibana allows you to visualize and analyze Wazuh alerts stored in Elasticsearch and provides the following capabilities:

  • Search alerts classified by modules and filter them using the different views. You will be able to explore the alerts both at Wazuh cluster level, and in a particular agent. The modules, divided into the following use cases, are:
    • Security Information Management
      • Security events: Browse through your security alerts, identifying issues and threats in your environment.
      • Integrity monitoring: Alerts related to file changes, including permissions, content, ownership and attributes.
      • Amazon AWS: Security events related to your Amazon AWS services, collected directly via AWS API.
      • Google Cloud Platform: Security events related to your Google Cloud Platform services, collected directly via GCP API.
    • Auditing and Policy Monitoring
      • Policy monitoring: Verify that your systems are configured according to your security policies baseline.
      • Security configuration assessment: Scan your assets as part of a configuration assessment audit.
      • System auditing: Audit users behavior, monitoring command execution and alerting on access to critical files.
      • OpenSCAP: Configuration assessment and automation of compliance monitoring using SCAP checks.
      • CIS-CAT: Configuration assessment using Center of Internet Security scanner and SCAP checks.
    • Threat Detection and Response
      • Vulnerabilities: Discover what applications in your environment are affected by well-known vulnerabilities.
      • MITRE ATT&CK: Security events from the knowledge base of adversary tactics and techniques based on real-world observations.
      • VirusTotal: Alerts resulting from VirusTotal analysis of suspicious files via an integration with their API.
      • Osquery: Osquery can be used to expose an operating system as a high-performance relational database.
      • Docker listener: Monitor and collect the activity from Docker containers such as creation, running, starting, stopping or pausing events.
    • Regulatory Compliance
      • PCI DSS: Global security standard for entities that process, store or transmit payment cardholder data.
      • NIST 800-53: National Institute of Standards and Technology Special Publication 800-53 (NIST 800-53) sets guidelines for federal information systems.
      • GDPR: General Data Protection Regulation (GDPR) sets guidelines for processing of personal data.
      • HIPAA: Health Insurance Portability and Accountability Act of 1996 (HIPAA) provides data privacy and security provisions for safeguarding medical information.
      • TSC: Trust Services Criteria for Security, Availability, Processing Integrity, Confidentiality, and Privacy.
  • View and edit the Wazuh manager configuration.
  • Manage your ruleset (rules, decoders and CDB lists).
  • Manage your groups of agents.
  • Check the status and logs of your Wazuh cluster.
  • Manage your agents, as well as see their configuration and data inventory. You can also deploy new agents.
  • Explore and interact with the Wazuh API through our Dev Tools.

Documentation

Modules overview

Overview

Security events

Overview

Integrity monitoring

Overview

Vulnerability detection

Overview

Regulatory compliance

Overview

Agents overview

Overview

Agent summary

Overview

Branches

  • stable corresponds to the latest Wazuh app stable version.
  • master branch contains the latest code, be aware of possible bugs on this branch.

Requisites

  • Wazuh HIDS 4.0.3
  • Kibana 7.9.1
  • Elasticsearch 7.9.1

Installation

Install the Wazuh app plugin for Kibana

cd /usr/share/kibana
sudo -u kibana bin/kibana-plugin install https://packages.wazuh.com/4.x/ui/kibana/wazuh_kibana-4.0.3_7.9.1-1.zip

Restart Kibana

  • Systemd:
systemctl restart kibana
  • SysV Init:
service kibana restart

Upgrade

Note: Since Wazuh 3.12.0 release (regardless of the Elastic Stack version) the location of the wazuh.yml has been moved from /usr/share/kibana/plugins/wazuh/wazuh.yml to /usr/share/kibana/optimize/wazuh/config/wazuh.yml.

Stop Kibana

  • Systemd:
systemctl stop kibana
  • SysV Init:
service kibana stop

Copy the wazuh.yml to its new location. (Only needed for upgrades from 3.11.x)

mkdir -p /usr/share/kibana/optimize/wazuh/config
cp /usr/share/kibana/plugins/wazuh/wazuh.yml /usr/share/kibana/optimize/wazuh/config/wazuh.yml

Remove the Wazuh app using the kibana-plugin tool

cd /usr/share/kibana/
sudo -u kibana bin/kibana-plugin remove wazuh

Remove generated bundles

rm -rf /usr/share/kibana/optimize/bundles

Update file permissions. This will prevent errors when generating new bundles or updating the app:

chown -R kibana:kibana /usr/share/kibana/optimize
chown -R kibana:kibana /usr/share/kibana/plugins

Install the Wazuh app

cd /usr/share/kibana/
sudo -u kibana bin/kibana-plugin install https://packages.wazuh.com/4.x/ui/kibana/wazuh_kibana-4.0.3_7.9.1-1.zip

Update configuration file permissions.

sudo chown kibana:kibana /usr/share/kibana/optimize/wazuh/config/wazuh.yml
sudo chmod 600 /usr/share/kibana/optimize/wazuh/config/wazuh.yml

Restart Kibana

  • Systemd:
systemctl restart kibana
  • SysV Init:

service kibana restart 

Wazuh - Kibana - Open Distro version compatibility matrix

Wazuh appKibanaOpen DistroPackage
4.0.47.9.3https://packages.wazuh.com/4.x/ui/kibana/wazuh_kibana-4.0.4_7.9.3-1.zip
4.0.47.9.11.11.0https://packages.wazuh.com/4.x/ui/kibana/wazuh_kibana-4.0.4_7.9.1-1.zip
4.0.37.9.3https://packages.wazuh.com/4.x/ui/kibana/wazuh_kibana-4.0.3_7.9.3-1.zip
4.0.37.9.2https://packages.wazuh.com/4.x/ui/kibana/wazuh_kibana-4.0.3_7.9.2-1.zip
4.0.37.9.11.11.0https://packages.wazuh.com/4.x/ui/kibana/wazuh_kibana-4.0.3_7.9.1-1.zip
4.0.27.9.3https://packages.wazuh.com/4.x/ui/kibana/wazuh_kibana-4.0.2_7.9.3-1.zip
4.0.27.9.11.11.0https://packages.wazuh.com/4.x/ui/kibana/wazuh_kibana-4.0.2_7.9.1-1.zip
4.0.17.9.3https://packages.wazuh.com/4.x/ui/kibana/wazuh_kibana-4.0.1_7.9.3-1.zip
4.0.17.9.11.11.0https://packages.wazuh.com/4.x/ui/kibana/wazuh_kibana-4.0.1_7.9.1-1.zip
4.0.07.9.3https://packages.wazuh.com/4.x/ui/kibana/wazuh_kibana-4.0.0_7.9.3-1.zip
4.0.07.9.2https://packages.wazuh.com/4.x/ui/kibana/wazuh_kibana-4.0.0_7.9.2-1.zip
4.0.07.9.11.10.1https://packages.wazuh.com/4.x/ui/kibana/wazuh_kibana-4.0.0_7.9.1-1.zip
3.13.27.9.11.10.1https://packages.wazuh.com/wazuhapp/wazuhapp-3.13.2_7.9.1.zip
3.13.27.8.01.9.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.13.2_7.8.0.zip
3.13.17.9.1https://packages.wazuh.com/wazuhapp/wazuhapp-3.13.1_7.9.1.zip
3.13.17.9.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.13.1_7.9.0.zip
3.13.17.8.1https://packages.wazuh.com/wazuhapp/wazuhapp-3.13.1_7.8.1.zip
3.13.17.8.01.9.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.13.1_7.8.0.zip
3.13.07.8.01.9.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.13.0_7.8.0.zip
3.13.07.7.1https://packages.wazuh.com/wazuhapp/wazuhapp-3.13.0_7.7.1.zip
3.13.07.7.01.8.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.13.0_7.7.0.zip
3.12.37.7.1https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.3_7.7.1.zip
3.12.37.7.01.8.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.3_7.7.0.zip
3.12.37.6.2https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.3_7.6.2.zip
3.12.37.6.11.6.0 - 1.7.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.3_7.6.1.zip
3.12.37.3.1https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.3_7.3.1.zip
3.12.36.8.10https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.3_6.8.10.zip
3.12.36.8.9https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.3_6.8.9.zip
3.12.36.8.8https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.3_6.8.8.zip
3.12.27.6.2https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.2_7.6.2.zip
3.12.27.6.11.6.0 - 1.7.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.2_7.6.1.zip
3.12.26.8.8https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.2_6.8.8.zip
3.12.17.6.2https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.1_7.6.2.zip
3.12.17.6.11.6.0 - 1.7.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.1_7.6.1.zip
3.12.16.8.8https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.1_6.8.8.zip
3.12.07.6.2https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.0_7.6.2.zip
3.12.07.6.11.6.0 - 1.7.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.0_7.6.1.zip
3.12.07.4.21.4.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.0_7.4.2.zip
3.12.06.8.8https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.0_6.8.8.zip
3.12.06.8.7https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.0_6.8.7.zip
3.11.47.6.11.6.0 - 1.7.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.4_7.6.1.zip
3.11.47.6.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.4_7.6.0.zip
3.11.47.4.21.4.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.4_7.4.2.zip
3.11.46.8.7https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.4_6.8.7.zip
3.11.46.8.6https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.4_6.8.6.zip
3.11.37.6.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.3_7.6.0.zip
3.11.37.5.2https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.3_7.5.2.zip
3.11.37.4.21.4.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.3_7.4.2.zip
3.11.37.3.21.3.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.3_7.3.2.zip
3.11.36.8.6https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.3_6.8.6.zip
3.11.27.5.2https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.2_7.5.2.zip
3.11.27.5.1https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.2_7.5.1.zip
3.11.27.3.21.3.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.2_7.3.2.zip
3.11.26.8.6https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.2_6.8.6.zip
3.11.17.5.1https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.1_7.5.1.zip
3.11.17.3.21.3.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.1_7.3.2.zip
3.11.16.8.6https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.1_6.8.6.zip
3.11.07.5.1https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.0_7.5.1.zip
3.11.07.3.21.3.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.0_7.3.2.zip
3.11.06.8.6https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.0_6.8.6.zip
3.10.27.5.1https://packages.wazuh.com/wazuhapp/wazuhapp-3.10.2_7.5.1.zip
3.10.27.5.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.10.2_7.5.0.zip
3.10.27.4.21.4.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.10.2_7.4.2.zip
3.10.27.4.1https://packages.wazuh.com/wazuhapp/wazuhapp-3.10.2_7.4.1.zip
3.10.27.4.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.10.2_7.4.0.zip
3.10.27.3.21.3.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.10.2_7.3.2.zip
3.10.26.8.6https://packages.wazuh.com/wazuhapp/wazuhapp-3.10.2_6.8.6.zip
3.10.26.8.5https://packages.wazuh.com/wazuhapp/wazuhapp-3.10.2_6.8.5.zip
3.10.26.8.4https://packages.wazuh.com/wazuhapp/wazuhapp-3.10.2_6.8.4.zip
3.10.26.8.3https://packages.wazuh.com/wazuhapp/wazuhapp-3.10.2_6.8.3.zip
3.10.17.3.21.3.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.10.1_7.3.2.zip
3.10.17.3.1https://packages.wazuh.com/wazuhapp/wazuhapp-3.10.1_7.3.1.zip
3.10.16.8.2https://packages.wazuh.com/wazuhapp/wazuhapp-3.10.1_6.8.2.zip
3.10.07.3.21.3.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.10.0_7.3.2.zip
3.10.07.3.1https://packages.wazuh.com/wazuhapp/wazuhapp-3.10.0_7.3.1.zip
3.10.06.8.2https://packages.wazuh.com/wazuhapp/wazuhapp-3.10.0_6.8.2.zip
3.9.57.3.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.9.5_7.3.0.zip
3.9.57.2.11.2.1https://packages.wazuh.com/wazuhapp/wazuhapp-3.9.5_7.2.1.zip
3.9.56.8.2https://packages.wazuh.com/wazuhapp/wazuhapp-3.9.5_6.8.2.zip
3.9.47.3.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.9.4_7.3.0.zip
3.9.47.2.11.2.1https://packages.wazuh.com/wazuhapp/wazuhapp-3.9.4_7.2.1.zip
3.9.47.2.01.2.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.9.4_7.2.0.zip
3.9.46.8.2https://packages.wazuh.com/wazuhapp/wazuhapp-3.9.4_6.8.2.zip
3.9.46.8.10.10.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.9.4_6.8.1.zip
3.9.37.2.01.2.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.9.3_7.2.0.zip
3.9.37.1.11.1.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.9.3_7.1.1.zip
3.9.37.0.11.0.0 - 1.0.2https://packages.wazuh.com/wazuhapp/wazuhapp-3.9.3_7.0.1.zip
3.9.36.8.10.10.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.9.3_6.8.1.zip
3.9.27.1.11.1.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.9.2_7.1.1.zip
3.9.17.1.11.1.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.9.1_7.1.1.zip
3.9.17.1.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.9.1_7.1.0.zip
3.9.16.8.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.9.1_6.8.0.zip
3.9.06.7.2https://packages.wazuh.com/wazuhapp/wazuhapp-3.9.0_6.7.2.zip
3.9.06.7.10.9.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.9.0_6.7.1.zip
3.8.26.7.10.9.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.8.2_6.7.1.zip
3.8.26.7.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.8.2_6.7.0.zip
3.8.26.6.20.8.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.8.2_6.6.2.zip
3.8.26.6.1https://packages.wazuh.com/wazuhapp/wazuhapp-3.8.2_6.6.1.zip
3.8.26.6.0https://packages.wazuh.com/wazuhapp/wazuhapp-3.8.2_6.6.0.zip
3.8.26.5.40.7.0 - 0.7.1https://packages.wazuh.com/wazuhapp/wazuhapp-3.8.2_6.5.4.zip
3.8.16.5.40.7.0 - 0.7.1https://packages.wazuh.com/wazuhapp/wazuhapp-3.8.1_6.5.4.zip
3.8.06.5.40.7.0 - 0.7.1https://packages.wazuh.com/wazuhapp/wazuhapp-3.8.0_6.5.4.zip

Contribute

If you want to contribute to our project please don't hesitate to send a pull request. You can also join our users mailing list, by sending an email to wazuh+subscribe@googlegroups.com, to ask questions and participate in discussions.

Software and libraries used

Copyright & License

Copyright © 2020 Wazuh, Inc.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Find more information about this on the LICENSE file.