mirror of https://github.com/fail2ban/fail2ban
Merge pull request #176 from kwirk/guacamole
Guacamole filter and Apache Tomcat date formatpull/173/merge
commit
8af32ed547
@ -0,0 +1,18 @@
|
||||
# Fail2Ban configuration file for guacamole
|
||||
#
|
||||
# Author: Steven Hiscocks
|
||||
#
|
||||
|
||||
[Definition]
|
||||
|
||||
# Option: failregex
|
||||
# Notes.: regex to match the password failures messages in the logfile.
|
||||
# Values: TEXT
|
||||
#
|
||||
failregex = ^.*\nWARNING: Authentication attempt from <HOST> for user "[^"]*" failed\.$
|
||||
|
||||
# Option: ignoreregex
|
||||
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
||||
# Values: TEXT
|
||||
#
|
||||
ignoreregex =
|
@ -0,0 +1,6 @@
|
||||
apr 15, 2013 8:34:08 PM org.slf4j.impl.JCLLoggerAdapter warn
|
||||
WARNING: Authentication attempt from 192.0.2.0 for user "null" failed.
|
||||
apr 16, 2013 8:32:13 AM org.slf4j.impl.JCLLoggerAdapter warn
|
||||
WARNING: Authentication attempt from 192.0.2.0 for user "null" failed.
|
||||
apr 16, 2013 8:32:28 AM org.slf4j.impl.JCLLoggerAdapter warn
|
||||
WARNING: Authentication attempt from 192.0.2.0 for user "pippo" failed.
|
Loading…
Reference in new issue