Imported Upstream version 2.7
[ossec-hids.git] / etc / 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     <extra_data>^Microsoft Antimalware</extra_data>
23     <description>Grouping of Microsoft Security Essentials rules.</description>
24   </rule>
25
26   <rule id="7710" level="12">
27     <if_sid>7701</if_sid>
28     <id>^1008$</id>
29     <group>virus</group>
30     <description>Microsoft Security Essentials - Virus detected, but unable to remove.</description>
31   </rule>
32
33   <rule id="7711" level="7">
34     <if_sid>7701</if_sid>
35     <id>^1007$</id>
36     <group>virus</group>
37     <description>Microsoft Security Essentials - Virus detected and properly removed.</description>
38   </rule>
39
40   <rule id="7712" level="7">
41     <if_sid>7701</if_sid>
42     <id>^1015$|^1006$</id>
43     <group>virus</group>
44     <description>Microsoft Security Essentials - Virus detected.</description>
45   </rule>
46   
47   <rule id="7720" level="3">
48     <if_sid>7701</if_sid>
49     <id>^5007$</id>
50     <description>Microsoft Security Essentials - Configuration changed.</description>
51     <group>policy_changed,</group>
52   </rule>
53
54   <rule id="7731" level="5">
55     <if_sid>7711, 7712</if_sid>
56     <match>Virus:DOS/EICAR_Test_File</match>
57     <options>alert_by_email</options>
58     <description>Microsoft Security Essentials - EICAR test file detected.</description>
59   </rule>
60
61
62   <rule id="7750" level="10" frequency="6" timeframe="240">
63     <if_matched_sid>7711</if_matched_sid>
64     <description>Multiple Microsoft Security Essentials AV warnings detected.</description>
65   </rule>
66
67   <rule id="7751" level="10" frequency="6" timeframe="240">
68     <if_matched_sid>7712</if_matched_sid>
69     <description>Multiple Microsoft Security Essentials AV warnings detected.</description>
70   </rule>
71 </group> <!-- mse -->
72
73
74 <!-- EOF -->