Imported Upstream version 2.5.1
[ossec-hids.git] / etc / rules / rules_config.xml
1 <!-- @(#) $Id$
2   -  Rules config.
3   -  Configuration options. This file must always be included, otherwise
4   -  most of the rules will not work properly.
5   -
6   -  Copyright (C) 2009 Trend Micro Inc.
7   -  All rights reserved.
8   -
9   -  This program is a free software; you can redistribute it
10   -  and/or modify it under the terms of the GNU General Public
11   -  License (version 2) as published by the FSF - Free Software
12   -  Foundation.
13   -
14   -  License details: http://www.ossec.net/en/licensing.html
15   -->
16
17
18 <group name="syslog">
19   <rule id="01" level="0" noalert="1">
20     <category>syslog</category>
21     <description>Generic template for all syslog rules.</description>
22   </rule>
23 </group>
24
25 <group name="firewall">
26   <rule id="02" level="0" noalert="1">
27     <category>firewall</category>
28     <description>Generic template for all firewall rules.</description>
29   </rule>
30 </group>
31
32 <group name="ids">
33   <rule id="03" level="0" noalert="1">
34     <category>ids</category>
35     <description>Generic template for all ids rules.</description>
36   </rule>
37 </group>
38
39 <group name="web-log">
40   <rule id="04" level="0" noalert="1">
41     <category>web-log</category>
42     <description>Generic template for all web rules.</description>
43   </rule>  
44 </group>            
45
46 <group name="squid">
47   <rule id="05" level="0" noalert="1">
48     <category>squid</category>
49     <description>Generic template for all web proxy rules.</description>
50   </rule>
51 </group>
52
53 <group name="windows">
54   <rule id="06" level="0" noalert="1">
55     <category>windows</category>
56     <description>Generic template for all windows rules.</description>
57   </rule>
58 </group>            
59
60 <group name="ossec">
61   <rule id="07" level="0" noalert="1">
62     <category>ossec</category>
63     <description>Generic template for all ossec rules.</description>
64   </rule>
65 </group>
66
67
68 <!-- EOF -->