Hello All,
I was wondering if I can write a rule in wazuh that shows the number of specific alerts generated during a period of time while the option <no_log> is configured
for example:
I'm getting too many firewall logs so I used the option <no_log> to stop receiving these alerts:
<rule id="100005" level="5">
<decoded_as>windows-date-format</decoded_as>
<field name="AttackType">\.+</field>
<description>IGW Firewal $(AttackType)</description>
<options>no_log</options>
<group>firewall_block,pci_dss_1.4,nist_800_53_SC.7</group>
</rule>
but at the end of the day I want to know the total number of IGW attacks in the last 24 hours
is there any way to achieve this ?
wazuh version : 4.2.1
thank you in advance