Wazuh

What is Wazuh?

Wazuh is an open-source security monitoring platform designed for threat detection, visibility, and compliance. It helps organizations analyze and manage security events and incidents across their environments.

Wazuh has multiple features including:

Linode Installation for Wazuh Lab

Accessing the Wazuh Instance

To access the instance, copy and paste the ssh access command into a terminal.

Run the command ls -al and cat the .deployment-secrets.txt file

wazuh1adminandpw

Run over to the Networks tab in the Linode dashboard and copy the RDNS and type into your web browser: https://RNS

Once you are redirected to the application, use the admin login and admin password to access.

wazuh1RDNS

Adding Agents

Agents are referred to as the software components that are installed on individual hosts or systems to collect security-related data and send it to a centralized Wazuh manager or server for analysis and monitoring.

Here are the steps to adding an agent in Wazuh:

In this example, I created two agents for two of my virtual machines on my VMware Workstation. One agent running Kali Linux and the other running Windows 11.

wazuh1ca1

wazuh1ca2

Exploring the Wazuh Dashboard

When clicking on a particular agent, you can see the dashboard that displays many different aspects.

File Integrity Monitoring

In Wazuh, there is a section that helps detect and inform users when a file has been modified, added, or deleted in a system. In order to enable this, a user should conduct the following:

Head to this directory in Windows File Explorer:

directories realtime="yes" report_changes="yes" check_all="yes">C:\Users\virtu\Desktop /directories

editsyscheckwaz
restart-service -name Wazuh
changesmadewaz1