Merge commit 'v2.5.1'
[ossec-hids.git] / etc / rules / attack_rules.xml
index bcc5195..016d214 100755 (executable)
@@ -1,4 +1,4 @@
-<!-- @(#) $Id: attack_rules.xml,v 1.18 2009/06/24 17:06:19 dcid Exp $
+<!-- @(#) $Id$
   -  Official "attack" correlation rules for OSSEC.
   -
   -  Copyright (C) 2009 Trend Micro Inc.
@@ -6,7 +6,7 @@
   -
   -  This program is a free software; you can redistribute it
   -  and/or modify it under the terms of the GNU General Public
-  -  License (version 3) as published by the FSF - Free Software
+  -  License (version 2) as published by the FSF - Free Software
   -  Foundation.
   -
   -  License details: http://www.ossec.net/en/licensing.html
@@ -59,7 +59,7 @@
   <rule id="40107" level="14">
     <regex>cachefsd: Segmentation Fault - core dumped</regex>
     <description>Heap overflow in the Solaris cachefsd service.</description>
-    <cve>2002-0033</cve>
+    <info type='cve'>2002-0033</info>
     <group>exploit_attempt,</group>
   </rule>
 
@@ -67,7 +67,7 @@
     <match>attempt to execute code on stack by</match>
     <description>Stack overflow attempt or program exiting </description>
     <description>with SEGV (Solaris).</description>
-    <info>http://snap.nlc.dcccd.edu/reference/sysadmin/julian/ch18/389-392.html</info>
+    <info type="link">http://snap.nlc.dcccd.edu/reference/sysadmin/julian/ch18/389-392.html</info>
     <group>exploit_attempt,</group>
   </rule>
 
     <if_matched_group>connection_attempt</if_matched_group>
     <description>Network scan from same source ip.</description>
     <same_source_ip />
-    <info>http://project.honeynet.org/papers/enemy2/</info>
+    <info type="link">http://project.honeynet.org/papers/enemy2/</info>
   </rule>
 </group> <!-- SYSLOG,SCANS -->