8dbb38e3c5b44e596d5967c08ca0cc275db3348c
[ossec-hids.git] / etc / rules / trend-osce_rules.xml
1 <!-- @(#) $Id$
2   -  Official Trend Micro OSCE (Office Scan) 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   - 
18   -->
19
20
21 <group name="trend_micro,ocse">
22   <rule id="7600" level="0">
23     <decoded_as>trend-osce</decoded_as>
24     <description>Grouping of Trend OSCE rules.</description>
25   </rule>
26
27   <rule id="7610" level="5">
28     <if_sid>7600</if_sid>
29     <id>^0|$|^1$|^2$|^33|^10$|^11$|^12$</id>
30     <group>virus</group>
31     <description>Virus detected and cleaned/quarantined/remved</description>
32   </rule>
33   
34   <rule id="7611" level="9">
35     <if_sid>7600</if_sid>
36     <id>^5$|^6$|^7$|^8$|^14$|^15$|^16$</id>
37     <group>virus</group>
38     <description>Virus detected and unable to clean up.</description>
39   </rule>
40
41   <rule id="7612" level="3">
42     <if_sid>7600</if_sid>
43     <id>^4$|^13$</id>
44     <description>Virus scan completed with no errors detected.</description>
45   </rule>
46
47   <rule id="7613" level="5">
48     <if_sid>7600</if_sid>
49     <id>^25$</id>
50     <description>Virus scan passed by found potential security risk.</description>
51   </rule>
52 </group> <!-- symantec -->
53
54
55 <!-- EOF -->