Imported Upstream version 2.5.1
[ossec-hids.git] / etc / rules / symantec-ws_rules.xml
1 <!-- @(#) $Id$
2   -  Official Symantec Web Security rules for OSSEC.
3   -
4   -  Copyright (C) 2009 Trend Micro Inc.
5   -  All rights reserved.
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 2) as published by the FSF - Free Software
10   -  Foundation.
11   -
12   -  License details: http://www.ossec.net/en/licensing.html
13   -->
14   
15
16 <!-- For more info:
17   - http://www.ossec.net/wiki/index.php/Symantec_WebSecurity
18   - Data submited by: Michael Starks
19   -->
20
21 <!-- Still BETA -->
22
23 <group name="symantec,">
24   <rule id="7400" level="0">
25     <decoded_as>symantec-websecurity</decoded_as>
26     <description>Grouping of Symantec Web Security rules.</description>
27   </rule>
28
29   <rule id="7410" level="5">
30     <if_sid>7400</if_sid>
31     <id>^3=2,2=1</id>
32     <description>Login failed accessing the web proxy.</description>
33     <group>authentication_failed,</group>
34   </rule>
35   
36   <rule id="7415" level="3">
37     <if_sid>7400</if_sid>
38     <id>^3=1,2=1</id>
39     <description>Login success accessing the web proxy.</description>
40     <group>authentication_success,</group>
41   </rule>
42
43   <rule id="7420" level="3">
44     <if_sid>7415</if_sid>
45     <user>virtadmin</user>
46     <description>Admin Login success to the web proxy.</description>
47     <group>authentication_success,</group>
48   </rule>
49
50   <!-- Example alerting using the url (event id 2=27 is for web access
51   <rule id="7425" level="3">
52     <if_sid>7400</if_sid>
53     <id>^2=27</id>
54     <description>Web access message.</description>
55     <url>abc.exe</url>
56   </rule>
57   
58   -->
59   
60 </group> <!-- symantec -->
61
62
63 <!-- EOF -->