new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / debian / ossec-hids / var / ossec / rules / symantec-av_rules.xml
diff --git a/debian/ossec-hids/var/ossec/rules/symantec-av_rules.xml b/debian/ossec-hids/var/ossec/rules/symantec-av_rules.xml
new file mode 100644 (file)
index 0000000..27318e9
--- /dev/null
@@ -0,0 +1,51 @@
+<!-- @(#) $Id: ./etc/rules/symantec-av_rules.xml, 2011/09/08 dcid Exp $
+
+  -  Official Symantec AV rules for OSSEC.
+  -
+  -  Copyright (C) 2009 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
+  -->
+  
+
+<!-- For more info:
+  - http://www.ossec.net/wiki/index.php/Symantec_Antivirus
+  - Data submited by:
+  -->
+
+
+<group name="symantec,">
+  <rule id="7300" level="0">
+    <decoded_as>symantec-av</decoded_as>
+    <description>Grouping of Symantec AV rules.</description>
+  </rule>
+
+  <rule id="7301" level="0">
+    <category>windows</category>
+    <extra_data>^Symantec AntiVirus</extra_data>
+    <description>Grouping of Symantec AV rules from eventlog.</description>
+  </rule>
+
+  <rule id="7310" level="9">
+    <if_sid>7300, 7301</if_sid>
+    <id>^5$|^17$</id>
+    <group>virus</group>
+    <description>Virus detected.</description>
+  </rule>
+  
+  <rule id="7320" level="3">
+    <if_sid>7300, 7301</if_sid>
+    <id>^2$|^3$|^4$|^13$</id>
+    <description>Virus scan updated,started or stopped.</description>
+  </rule>
+
+</group> <!-- symantec -->
+
+
+<!-- EOF -->