Hello!
I'm currently battling an issue of getting flooded with some FIM Registry alerts every morning when a Windows device is started up. I've tried adding custom rules to the local_rules.xml file on the manager server but I must not have them configured correctly.
I don't want to completely suppress these rules, so I was trying to tune by frequency within a 20-30 second window. For example, for Rule 751 - Registry Value Entry Deleted I have the following custom rule:
<rule id="100005" level="0" frequency="5" timeframe="20" noalert="1">
<if_sid>751</if_sid>
<description>Suppressing frequent 'Registry Value Entry Deleted' alerts when they occur rapidly</description>
<same_field>agent.name</same_field>
<if_matched_sid>751</if_matched_sid>
</rule>
I added the noalert="1" as a redundancy to level="0" but I'm still getting the alerts coming through.