Imported Upstream version 2.7
[ossec-hids.git] / etc / rules / roundcube_rules.xml
1 <!-- @(#) $Id: ./etc/rules/roundcube_rules.xml, 2011/09/08 dcid Exp $
2
3   -  Official Roundcube rules for OSSEC.
4   -
5   -  Author: Michael Starks
6   -
7   -  This program is a free software; you can redistribute it
8   -  and/or modify it under the terms of the GNU General Public
9   -  License (version 3) as published by the FSF - Free Software
10   -  Foundation.
11   -
12   -  License details: http://www.ossec.net/en/licensing.html
13   -->
14
15 <group name="syslog,roundcube,"> 
16   <rule id="9400" level="0">
17     <decoded_as>roundcube</decoded_as>
18     <description>Roundcube messages groupe.d</description>
19   </rule>
20    
21   <rule id="9401" level="5">
22     <if_sid>9400</if_sid>
23     <match>failed (LOGIN)</match>
24     <description>Roundcube authentication failed.</description>
25     <group>authentication_failed,</group>
26   </rule>
27        
28   <rule id="9402" level="3">
29     <if_sid>9400</if_sid>
30     <match>Successful login</match>
31     <description>Roundcube authentication succeeded.</description>
32     <group>authentication_success,</group>
33   </rule> 
34 </group>
35   
36
37 <!-- EOF -->