1 <!-- Active Response Config -->
3 <!-- This response is going to execute the host-deny
4 - command for every event that fires a rule with
5 - level (severity) >= 6.
6 - The IP is going to be blocked for 600 seconds.
8 <command>host-deny</command>
9 <location>local</location>
11 <timeout>600</timeout>
15 <!-- Firewall Drop response. Block the IP for
16 - 600 seconds on the firewall (iptables,
19 <command>firewall-drop</command>
20 <location>local</location>
22 <timeout>600</timeout>