Hi Rafael,
Well, first of all thank you for your answer.
Let me point out my understanding of the SIEM process working.
The Wazuh Manager receives the log file sent by Agentd at the Remoted, and forwards it to Analysisd to test the match of decoders and rules. Additionally, and using threat intelligence to look for well-known indicators of compromise (IOCs). Then we will have both two of the case:
wazuh-alerts: Index for alerts generated by the Wazuh server. Those are created each time an event trips a rule with a high enough priority (this threshold is configurable).
wazuh-events: Index for all events (archive data) received from the agents, whether or not they trip a rule.
With wazuh-alerts: we have the rules are classified in multiple levels, from the lowest (0) to the maximum (16). At this point we have sifting through thousands (or millions) of alerts every day, time in them, it's false positive Wazuh did detect them with ranges rule level (3-10).
At this point, you will ignore them? Right? If yes, you are losing some events that likely hackers bypass SIEMs because it's just normal behaviour that Wazuh detects. Therefore, the events are not trip a rule with a high enough priority to confirm that there are no false positives. Immediate attention is necessary.
==> We don't know What hackers will do and how we can't cover all the rules on the host or systems sometimes. So we need to detect normal behaviour.
If not, please could you share more in detail your experience of sifting through thousands (or millions) of alerts every day, time in them. Please let me know the threshold is configurable you defined. It's an alarm that needs Incident Response in Wazuh level 14, 15, 16. Is this correct?
For the process I'm using to manage SIEMs, Firstly, I collect information on the hosts, or the systems that need monitoring, Example: I have a host has PostgreSQL, Nginx I will configure them to make with general framework rule by Wauzh, time to time I will receive feedback to determine that the rules applied its false-positive I will tuning the rules, it will rotation continue while I maintain the host. At this point, Do you have any recommendations or a few ideas to help me improve myself?
Do you understand Threat Intelligence on Wazuh, how it works? please clarify for me if you can
Regards,