obrisane nepotrebne datoteke od zadnjeg builda
[ossec-hids.git] / etc / rules / local_rules.xml
index 4d05be2..ed7b594 100644 (file)
@@ -1,4 +1,5 @@
-<!-- @(#) $Id: local_rules.xml,v 1.6 2009/06/24 17:06:19 dcid Exp $
+<!-- @(#) $Id: ./etc/rules/local_rules.xml, 2011/09/08 dcid Exp $
+
   -  Example of local rules for OSSEC.
   -
   -  Copyright (C) 2009 Trend Micro Inc.
@@ -6,7 +7,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
 
   <!-- Note that rule id 5711 is defined at the ssh_rules file
     -  as a ssh failed login. This is just an example
-    -  since ip 1.1.1.1 shouldn't be used anywhere.
+    -  since ip 192.0.2.1 shouldn't be used anywhere.
     -  Level 0 means ignore.
     -->
   <rule id="100001" level="0">
     <if_sid>5711</if_sid>
-    <srcip>1.1.1.1</srcip>
+    <srcip>192.0.2.1</srcip>
     <description>Example of rule that will ignore sshd </description>
     <description>failed logins from IP 1.1.1.1.</description>
   </rule>