<active-response>
  <!-- This response is going to execute the host-deny
     - command every the rule 404 or 405 fires.
     - The IP is going to be blocked for  600 seconds.
     -->
    <command>host-deny</command>
    <location>local</location>
    <rules_id>404,405</rules_id>
    <timeout>600</timeout>
</active-response>
