fdfa23fa50a9af872b3243c81c5d39f9b7aa75b8
[ossec-hids.git] / debian / ossec-hids / var / ossec / rules / ms-se_rules.xml
1 <!-- @(#) $Id: ./etc/rules/ms-se_rules.xml, 2011/09/08 dcid Exp $
2
3   -  Official Microsoft Security Essentials rules for OSSEC.
4   -
5   -  Copyright (C) 2010 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
18
19 <group name="windows,mse,">
20   <rule id="7701" level="0">
21     <category>windows</category>
22     <if_sid>18101,18102,18103</if_sid>
23     <extra_data>^Microsoft Antimalware</extra_data>
24     <description>Grouping of Microsoft Security Essentials rules.</description>
25   </rule>
26
27   <rule id="7710" level="12">
28     <if_sid>7701</if_sid>
29     <id>^1118$|^1119$</id>
30     <group>virus</group>
31     <description>Microsoft Security Essentials - Virus detected, but unable to remove.</description>
32   </rule>
33
34   <rule id="7711" level="7">
35     <if_sid>7701</if_sid>
36     <id>^1107$</id>
37     <group>virus</group>
38     <description>Microsoft Security Essentials - Virus detected and properly removed.</description>
39   </rule>
40
41   <rule id="7712" level="7">
42     <if_sid>7701</if_sid>
43     <id>^1119$|^1118$|^1117$|^1116$</id>
44     <group>virus</group>
45     <description>Microsoft Security Essentials - Virus detected.</description>
46   </rule>
47     
48   <rule id="7713" level="7">
49     <if_sid>7701</if_sid>
50     <id>^1015$</id>
51     <group>virus,</group>
52     <description>Microsoft Security Essentials - Suspicious activity detected.</description>
53   </rule>
54
55   <rule id="7720" level="3">
56     <if_sid>7701</if_sid>
57     <id>^5007$</id>
58     <description>Microsoft Security Essentials - Configuration changed.</description>
59     <group>policy_changed,</group>
60   </rule>
61
62   <rule id="7721" level="9">
63     <if_sid>7701</if_sid>
64     <id>^5008$</id>
65     <description>Microsoft Security Essentials - Service failed.</description>
66   </rule>
67
68   <rule id="7722" level="9">
69     <if_sid>7701</if_sid>
70     <id>^3002$</id>
71     <description>Microsoft Security Essentials - Real time protection failed.</description>
72   </rule>
73
74   <rule id="7723" level="8">
75     <if_sid>7701</if_sid>
76     <id>^2012$</id>
77     <description>Microsoft Security Essentials - Cannot use Dynamic Signature Service.</description>
78   </rule>
79
80   <rule id="7724" level="8">
81     <if_sid>7701</if_sid>
82     <id>^2004$</id>
83     <description>Microsoft Security Essentials - Loading definitions failed. Using last good set.</description>
84   </rule>
85
86   <rule id="7725" level="8">
87     <if_sid>7701</if_sid>
88     <id>^2003$</id>
89     <description>Microsoft Security Essentials - Engine update failed.</description>
90   </rule>
91
92   <rule id="7726" level="8">
93     <if_sid>7701</if_sid>
94     <id>^2001$</id>
95     <description>Microsoft Security Essentials - Definitions update failed.</description>
96   </rule>
97
98   <rule id="7727" level="7">
99     <if_sid>7701</if_sid>
100     <id>^1005$</id>
101     <description>Microsoft Security Essentials - Scan error. Scan has stopped.</description>
102   </rule>
103
104   <rule id="7728" level="5">
105     <if_sid>7701</if_sid>
106     <id>^1002$</id>
107     <description>Microsoft Security Essentials - Scan stopped before completion.</description>
108   </rule>
109
110
111   <rule id="7731" level="5">
112     <if_sid>7711, 7712</if_sid>
113     <match>Virus:DOS/EICAR_Test_File</match>
114     <options>alert_by_email</options>
115     <description>Microsoft Security Essentials - EICAR test file detected.</description>
116   </rule>
117
118
119   <rule id="7750" level="10" frequency="6" timeframe="240">
120     <if_matched_sid>7711</if_matched_sid>
121     <description>Multiple Microsoft Security Essentials AV warnings detected.</description>
122   </rule>
123
124   <rule id="7751" level="10" frequency="6" timeframe="240">
125     <if_matched_sid>7712</if_matched_sid>
126     <description>Multiple Microsoft Security Essentials AV warnings detected.</description>
127   </rule>
128 </group> <!-- mse -->
129
130
131 <!-- EOF -->