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