Nikos

Results 12 comments of Nikos

Hello what is the status of this feature? Is there any other way to do an analysis of the resources of the host? to evaluate the consumption of resources (RAM,...

Hello @kravietz Thank you for using Wazuh and contributing to improve it. I will be taking this PR for testing and review. In our master branch it corresponds to the...

Hi @kravietz After doing some tests, I see that it is necessary to add additional changes. Can you please add them to your PR so that the contribution record is...

Template use in: - wazuh-ansible/ - https://github.com/wazuh/wazuh-ansible/blob/4.2/roles/wazuh/ansible-wazuh-manager/templates/var-ossec-etc-ossec-server.conf.j2 - wazuh-docker/ - https://github.com/wazuh/wazuh-docker/blob/4.2/production_cluster/wazuh_cluster/wazuh_manager.conf Wazuh manager in - wazuh-wazuh/ - https://github.com/wazuh/wazuh/blob/4.2/etc/ossec.conf - https://github.com/wazuh/wazuh/tree/4.2/etc/templates/config - This is the structure of templates. That in installation,...

I attach the newly installed ossec.conf from an Ubuntu 20.04 system ``` yes yes no no no smtp.example.wazuh.com [email protected] [email protected] 12 alerts.log 10m 0 3 12 plain secure 1514 tcp...

We had an analysis meeting with @okynos and @ teddytpc1: Problem analyzed: - Lack of a stock ossec template. - Need to make changes in modules in: - Installation and...

I quote the CORE team's response (@chemamartinez): > The ossec.conf is generated at installation time from these templates https://github.com/wazuh/wazuh/tree/master/etc/templates/config, depending on the OS it assembles the config, joining that of...

Simulation of an environment with all firewalls installed, and all Wazuh ports blocked. ``` 03/02/2022 17:54:23 INFO: Starting Wazuh unattended installer. Wazuh version: 4.3.0. Wazuh installer version: 0.1 03/02/2022 17:54:23...

Simulation adding similar ports, to validate the use of grep with an exact match. ``` iptables -L -n | grep 1514 DROP tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:1514 DROP tcp...

@alberpilot > Use switch case instead of 4 if command == value. If I use the 'if', I get it to go into each command. This was a necessity of...