Imported Upstream version 2.7
[ossec-hids.git] / etc / rules / symantec-ws_rules.xml
1 <!-- @(#) $Id: ./etc/rules/symantec-ws_rules.xml, 2011/09/08 dcid Exp $
2
3   -  Official Symantec Web Security 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 <!-- For more info:
18   - http://www.ossec.net/wiki/index.php/Symantec_WebSecurity
19   - Data submited by: Michael Starks
20   -->
21
22 <!-- Still BETA -->
23
24 <group name="symantec,">
25   <rule id="7400" level="0">
26     <decoded_as>symantec-websecurity</decoded_as>
27     <description>Grouping of Symantec Web Security rules.</description>
28   </rule>
29
30   <rule id="7410" level="5">
31     <if_sid>7400</if_sid>
32     <id>^3=2,2=1</id>
33     <description>Login failed accessing the web proxy.</description>
34     <group>authentication_failed,</group>
35   </rule>
36   
37   <rule id="7415" level="3">
38     <if_sid>7400</if_sid>
39     <id>^3=1,2=1</id>
40     <description>Login success accessing the web proxy.</description>
41     <group>authentication_success,</group>
42   </rule>
43
44   <rule id="7420" level="3">
45     <if_sid>7415</if_sid>
46     <user>virtadmin</user>
47     <description>Admin Login success to the web proxy.</description>
48     <group>authentication_success,</group>
49   </rule>
50
51   <!-- Example alerting using the url (event id 2=27 is for web access
52   <rule id="7425" level="3">
53     <if_sid>7400</if_sid>
54     <id>^2=27</id>
55     <description>Web access message.</description>
56     <url>abc.exe</url>
57   </rule>
58   
59   -->
60   
61 </group> <!-- symantec -->
62
63
64 <!-- EOF -->