2013-10-30 13:02:59 +00:00
|
|
|
# Fail2Ban filter for webmin
|
2007-07-11 22:27:16 +00:00
|
|
|
#
|
|
|
|
|
2013-10-05 09:18:44 +00:00
|
|
|
[INCLUDES]
|
|
|
|
|
|
|
|
before = common.conf
|
|
|
|
|
|
|
|
[Definition]
|
|
|
|
|
|
|
|
_daemon = webmin
|
|
|
|
|
|
|
|
failregex = ^%(__prefix_line)sNon-existent login as .+ from <HOST>\s*$
|
|
|
|
^%(__prefix_line)sInvalid login as .+ from <HOST>\s*$
|
2007-07-11 22:27:16 +00:00
|
|
|
|
|
|
|
ignoreregex =
|
2013-10-30 13:02:59 +00:00
|
|
|
|
|
|
|
# DEV Notes:
|
|
|
|
#
|
|
|
|
# pattern : webmin[15673]: Non-existent login as toto from 86.0.6.217
|
|
|
|
# webmin[29544]: Invalid login as root from 86.0.6.217
|
|
|
|
#
|
|
|
|
# Rule Author: Delvit Guillaume
|