summaryrefslogtreecommitdiffstats
path: root/security/ossec-hids-local-config/files/template-ar-fwdrop.xml.in
blob: 415de6c6093fd5d1a4c0946163914f819694269e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<template_config>

  <active-response>
    <!-- Block the IP on the firewall. -->
    <!-- See: http://www.ossec.net/docs/syntax/head_ossec_config.active-response.html#active-response-options -->
    <command>firewall-drop</command>
    <location>local</location>
    <level>6</level>
    <timeout>600</timeout>
  </active-response>

</template_config>