Added regex for systemd-journal matches of vsftpd

pull/3954/head
Lucian Maly 2025-03-04 11:43:38 +11:00
parent e3ab969047
commit 65d473fc8e
No known key found for this signature in database
GPG Key ID: 12CDBBCD6D90FD00
1 changed files with 2 additions and 1 deletions

View File

@ -15,8 +15,9 @@ _daemon = vsftpd
failregex = ^%(__prefix_line)s%(__pam_re)s\s+authentication failure; logname=\S* uid=\S* euid=\S* tty=(ftp)? ruser=\S* rhost=<HOST>(?:\s+user=.*)?\s*$
^ \[pid \d+\] \[[^\]]+\] FAIL LOGIN: Client "<HOST>"(?:\s*$|,)
^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z0-9]) vsftpd\[\d+\]: \[[^\]]+\] FAIL LOGIN: Client "<HOST>"(?:\s*$|,)
ignoreregex =
ignoreregex =
# Author: Cyril Jaquier
# Documentation from fail2ban wiki