Imported Upstream version 2.7
[ossec-hids.git] / etc / rules / policy_rules.xml
1 <!-- @(#) $Id: ./etc/rules/policy_rules.xml, 2011/09/08 dcid Exp $
2
3   -  Official Policy rules for OSSEC.
4   -
5   -  Copyright (C) 2009 Trend Micro Inc.
6   -  All rights reserved.
7   -
8   -  This program is a free software; you can redistribute it
9   -  and/or modify it under the terms of the GNU General Public
10   -  License (version 2) as published by the FSF - Free Software
11   -  Foundation.
12   -
13   -  License details: http://www.ossec.net/en/licensing.html
14   -->
15
16
17 <group name="policy_violation,">
18   <rule id="17101" level="9">
19     <if_group>authentication_success</if_group>
20     <time>6 pm - 8:30 am</time>
21     <description>Successful login during non-business hours.</description>
22     <group>login_time,</group>
23   </rule>
24
25   <rule id="17102" level="9">
26     <if_group>authentication_success</if_group>
27     <weekday>weekends</weekday>
28     <description>Successful login during weekend.</description>
29     <group>login_day,</group>
30   </rule>
31 </group> <!-- POLICY_RULES -->
32
33
34 <!-- EOF -->