From 15197129720dbb33b7874f2ec076b249d201b17b Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Sat, 5 Oct 2013 19:47:47 +1000 Subject: [PATCH] ENH: filter.d/vsftpd anchor internal regex at start --- config/filter.d/vsftpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filter.d/vsftpd.conf b/config/filter.d/vsftpd.conf index 259e2c82..3aaf168d 100644 --- a/config/filter.d/vsftpd.conf +++ b/config/filter.d/vsftpd.conf @@ -14,7 +14,7 @@ # Values: TEXT # failregex = vsftpd(?:\(pam_unix\))?(?:\[\d+\])?:.* authentication failure; .* rhost=(?:\s+user=\S*)?\s*$ - \[.+\] FAIL LOGIN: Client ""\s*$ + ^ \[pid \d+\] \[.+\] FAIL LOGIN: Client ""\s*$ # Option: ignoreregex # Notes.: regex to ignore. If this regex matches, the line is ignored.