Merge commit 'v2.5.1'
[ossec-hids.git] / etc / rules / ms-se_rules.xml
diff --git a/etc/rules/ms-se_rules.xml b/etc/rules/ms-se_rules.xml
new file mode 100755 (executable)
index 0000000..bfde1ed
--- /dev/null
@@ -0,0 +1,73 @@
+<!-- @(#) $Id$
+  -  Official Microsoft Security Essentials rules for OSSEC.
+  -
+  -  Copyright (C) 2010 Trend Micro Inc.
+  -  All rights reserved.
+  -
+  -  This program is a free software; you can redistribute it
+  -  and/or modify it under the terms of the GNU General Public
+  -  License (version 2) as published by the FSF - Free Software
+  -  Foundation.
+  -
+  -  License details: http://www.ossec.net/en/licensing.html
+  -->
+  
+
+
+
+<group name="windows,mse,">
+  <rule id="7701" level="0">
+    <category>windows</category>
+    <extra_data>^Microsoft Antimalware</extra_data>
+    <description>Grouping of Microsoft Security Essentials rules.</description>
+  </rule>
+
+  <rule id="7710" level="12">
+    <if_sid>7701</if_sid>
+    <id>^1008$</id>
+    <group>virus</group>
+    <description>Microsoft Security Essentials - Virus detected, but unable to remove.</description>
+  </rule>
+
+  <rule id="7711" level="7">
+    <if_sid>7701</if_sid>
+    <id>^1007$</id>
+    <group>virus</group>
+    <description>Microsoft Security Essentials - Virus detected and properly removed.</description>
+  </rule>
+
+  <rule id="7712" level="7">
+    <if_sid>7701</if_sid>
+    <id>^1015$|^1006$</id>
+    <group>virus</group>
+    <description>Microsoft Security Essentials - Virus detected.</description>
+  </rule>
+  
+  <rule id="7720" level="3">
+    <if_sid>7701</if_sid>
+    <id>^5007$</id>
+    <description>Microsoft Security Essentials - Configuration changed.</description>
+    <group>policy_changed,</group>
+  </rule>
+
+  <rule id="7731" level="5">
+    <if_sid>7711, 7712</if_sid>
+    <match>Virus:DOS/EICAR_Test_File</match>
+    <options>alert_by_email</options>
+    <description>Microsoft Security Essentials - EICAR test file detected.</description>
+  </rule>
+
+
+  <rule id="7750" level="10" frequency="6" timeframe="240">
+    <if_matched_sid>7711</if_matched_sid>
+    <description>Multiple Microsoft Security Essentials AV warnings detected.</description>
+  </rule>
+
+  <rule id="7751" level="10" frequency="6" timeframe="240">
+    <if_matched_sid>7712</if_matched_sid>
+    <description>Multiple Microsoft Security Essentials AV warnings detected.</description>
+  </rule>
+</group> <!-- mse -->
+
+
+<!-- EOF -->