Does anyone see what's wrong with this rule:
<group name="http_errors">
<rule id="100003" level="0">
<if_sid>31151,31101,31533</if_sid>
<list field="srcip" lookup="address_match_key">lists/white_list</list>
<description>Quiet: Whitelisted IPs</description>
</rule>
</group>
I'm trying to suppress alerts from white listed IPs. My white_list file is in the following format:
IP:ID
So, for example, 192.168.168.168:User1
I continue to receive alerts for the whitelisted IPs.
I am using Wazuh v4.3.0
Thanks.