mirror of
https://github.com/linuxserver/fail2ban-confs.git
synced 2026-02-20 05:02:42 +08:00
20 lines
300 B
Plaintext
20 lines
300 B
Plaintext
## Version 2022/08/06
|
|
# Fail2Ban filter for the phpMyAdmin-syslog
|
|
#
|
|
|
|
[INCLUDES]
|
|
|
|
before = common.conf
|
|
|
|
[Definition]
|
|
|
|
_daemon = phpMyAdmin
|
|
|
|
failregex = ^%(__prefix_line)suser denied: (?:\S+|.*?) \(mysql-denied\) from <HOST>\s*$
|
|
|
|
ignoreregex =
|
|
|
|
|
|
# Author: Pavel Mihadyuk
|
|
# Regex fixes: Serg G. Brester
|