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