obrisane nepotrebne datoteke od zadnjeg builda
[ossec-hids.git] / debian / ossec-hids / var / ossec / rules / translated / pure_ftpd / pure-ftpd_rules_de.xml
diff --git a/debian/ossec-hids/var/ossec/rules/translated/pure_ftpd/pure-ftpd_rules_de.xml b/debian/ossec-hids/var/ossec/rules/translated/pure_ftpd/pure-ftpd_rules_de.xml
deleted file mode 100644 (file)
index 9e30e9d..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-<!-- @(#) $Id: ./etc/rules/translated/pure_ftpd/pure-ftpd_rules_de.xml, 2011/09/08 dcid Exp $
-
-  -  Official pure-ftpd rules for OSSEC.
-  -  Author: Peter Ahlert <peter@ifup.de>
-  -  Author: Daniel B. Cid
-  -  License: http://www.ossec.net/en/licensing.html
-  -->
-      
-
-<group name="syslog,pure-ftpd,">
-  <rule id="11300" level="0">
-    <decoded_as>pure-ftpd</decoded_as>
-    <description>Grouping for the pure-ftpd rules.</description>
-  </rule><b>
-  
-  <rule id="11301" level="3">
-    <if_sid>11300</if_sid>
-    <match>[INFO] Neue Verbindung von</match>
-    <description>New FTP connection.</description>
-    <group>connection_attempt,</group>
-  </rule>
-
-  <rule id="11302" level="5">
-    <if_sid>11300</if_sid>
-    <match>[WARNING] Authentifizierung fehlgeschlagen</match>
-    <description>FTP Authentication failed.</description>
-    <group>authentication_failed,</group>
-  </rule>
-
-  <rule id="11303" level="0">
-    <if_sid>11300</if_sid>
-    <match> [INFO] Logout | [INFO] Zeitüberschreitung</match>
-    <description>FTP user logout/timeout</description>
-  </rule>
-  
-  <rule id="11304" level="0">
-    <if_sid>11300</if_sid>
-    <match> [NOTICE] </match>
-    <description>FTP notice messages</description>
-  </rule>
-  
-  <rule id="11305" level="5">
-    <if_sid>11300</if_sid>
-    <match>[INFO] Kann nicht ins Verzeichnis \S+ wechseln</match>
-    <description>Attempt to access invalid directory</description>
-  </rule>  
-
-  <rule id="11306" level="10" frequency="6" timeframe="3600">
-    <if_matched_sid>11302</if_matched_sid>
-    <description>FTP brute force (multiple failed logins).</description>
-    <group>authentication_failures,</group>
-  </rule>
-
-  <rule id="11307" level="10" frequency="6" timeframe="60">
-    <if_matched_sid>11301</if_matched_sid>
-    <same_source_ip />
-    <description>Multiple connection attempts from same source.</description>
-    <group>recon,</group>
-  </rule>
-
-  <rule id="11309" level="3">
-    <match>[INFO] \S+ ist jetzt eingeloggt</match>
-    <description>FTP Authentication success.</description>
-    <group>authentication_success,</group>
-  </rule>  
-</group> <!-- SYSLOG,PURE-FTPD -->
-
-
-<!-- EOF -->
\ No newline at end of file