Hi All
I recently manually adjusted the WAF rule 80443 by increasing the frequency to reduce the number of Alerts the org was getting but the alert kept firing. What adjustments do I need to make to prevent this rule from alerting?
Default (0350-amazon_rules.xml)
<rule id="80443" level="10" frequency="8" timeframe="120" ignore="60">
<if_matched_sid>80442</if_matched_sid>
<same_field>aws.httpRequest.clientIp</same_field>
<options>no_full_log</options>
<description>AWS WAF - Multiple blocked requests.</description>
</rule>
local_rules.xml
<rule id="80443" level="5" frequency="30" timeframe="120" ignore="60">
<if_matched_sid>80442</if_matched_sid>
<same_field>aws.httpRequest.clientIp</same_field>
<options>no_full_log</options>
<description>AWS WAF - Multiple blocked requests.</description>
</rule>