new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / debian / ossec-hids / var / ossec / rules / policy_rules.xml
diff --git a/debian/ossec-hids/var/ossec/rules/policy_rules.xml b/debian/ossec-hids/var/ossec/rules/policy_rules.xml
new file mode 100644 (file)
index 0000000..c89818a
--- /dev/null
@@ -0,0 +1,34 @@
+<!-- @(#) $Id: ./etc/rules/policy_rules.xml, 2011/09/08 dcid Exp $
+
+  -  Official Policy rules for OSSEC.
+  -
+  -  Copyright (C) 2009 Trend Micro Inc.
+  -  All rights reserved.
+  -
+  -  This program is a free software; you can redistribute it
+  -  and/or modify it under the terms of the GNU General Public
+  -  License (version 2) as published by the FSF - Free Software
+  -  Foundation.
+  -
+  -  License details: http://www.ossec.net/en/licensing.html
+  -->
+
+
+<group name="policy_violation,">
+  <rule id="17101" level="9">
+    <if_group>authentication_success</if_group>
+    <time>6 pm - 8:30 am</time>
+    <description>Successful login during non-business hours.</description>
+    <group>login_time,</group>
+  </rule>
+
+  <rule id="17102" level="9">
+    <if_group>authentication_success</if_group>
+    <weekday>weekends</weekday>
+    <description>Successful login during weekend.</description>
+    <group>login_day,</group>
+  </rule>
+</group> <!-- POLICY_RULES -->
+
+
+<!-- EOF -->