summaryrefslogtreecommitdiffstats
path: root/security/ossec-hids-local-config/files/template-ar-fwdrop.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'security/ossec-hids-local-config/files/template-ar-fwdrop.xml.in')
-rw-r--r--security/ossec-hids-local-config/files/template-ar-fwdrop.xml.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/ossec-hids-local-config/files/template-ar-fwdrop.xml.in b/security/ossec-hids-local-config/files/template-ar-fwdrop.xml.in
new file mode 100644
index 0000000..415de6c
--- /dev/null
+++ b/security/ossec-hids-local-config/files/template-ar-fwdrop.xml.in
@@ -0,0 +1,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>