Skip to content

frankeros/wazuh-selection-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wazuh tests

In this repository you can find some of the tasks required by Wazuh.

Quick start

You need to clone this repo. $ git clone https://github.com/frankeros/wazuh-selection-tasks.git

Sections

Task 1 Getting familiar with Wazuh

1. What problems did you have?

I didn’t have any big problem. I found the documentation very clear. But in some pages, at least for me, it was a little hard to found some references. For example, when the ossec-conf file is mentioned, maybe a link to https://documentation.wazuh.com/3.13/user-manual/reference/ossec-conf/index.html would help.

2. What daemons are executed and are active in the background by default when a manager starts?

You can see they here.

alt text

3. What physical file stores the agent registry information?

The Wazuh manager uses the /var/ossec/etc/client.keys file to store the registration record of each Wazuh agent, which includes ID, name, IP, and key.

4. Describe the steps involved to install Wazuh and generate alerts.

To install Wazuh I followed the installation guide.

Wazuh Manager

  • First I installed Wuazu server on a Ubuntu host using packages, and this services were installed:

    1. Wazhu Manager
    2. Wazhu Api
    3. Filebeat
  • Then I installed the Elastick Stack using Debian packages, and this services were installed:

    1. Elasticsearch
    2. Kibana

All the services were installed with the default configurations in the localhost (127.0.0.1).

Wazuh Agent

  • Finally, I installed Wazhu agent into a Windows host using the packages.
  • Then, I configured the Manager IP using the GUI, and I registered the agent with the manager using the user manual.

Currently, I am not trained to understand all types of alerts, but the logs were showed on the Wazuh app.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages