Add filter for wordpress from wp-fail2ban.readthedocs.io/en/3.6/filters.html. Modify jail.local.
This commit is contained in:
27
0.10.2/filter.d/wordpress-hard.conf
Normal file
27
0.10.2/filter.d/wordpress-hard.conf
Normal file
@ -0,0 +1,27 @@
|
||||
# Fail2Ban filter for WordPress hard failures
|
||||
# Auto-generated: 2018-11-04T16:40:53+00:00
|
||||
#
|
||||
|
||||
[INCLUDES]
|
||||
|
||||
before = common.conf
|
||||
|
||||
[Definition]
|
||||
|
||||
_daemon = (?:wordpress|wp)
|
||||
|
||||
failregex = ^%(__prefix_line)sBlocked authentication attempt for .* from <HOST>$
|
||||
^%(__prefix_line)sBlocked user enumeration attempt from <HOST>$
|
||||
^%(__prefix_line)sSpam comment \d+ from <HOST>$
|
||||
^%(__prefix_line)sXML-RPC multicall authentication failure from <HOST>$
|
||||
^%(__prefix_line)sPingback error .* generated from <HOST>$
|
||||
^%(__prefix_line)sAuthentication attempt for unknown user .* from <HOST>$
|
||||
^%(__prefix_line)sXML-RPC authentication attempt for unknown user .* from <HOST>$
|
||||
|
||||
ignoreregex =
|
||||
|
||||
# DEV Notes:
|
||||
# Requires the 'WP fail2ban' plugin:
|
||||
# https://github.com/invisnet/wp-fail2ban/
|
||||
#
|
||||
# Author: Charles Lecklider
|
22
0.10.2/filter.d/wordpress-soft.conf
Normal file
22
0.10.2/filter.d/wordpress-soft.conf
Normal file
@ -0,0 +1,22 @@
|
||||
# Fail2Ban filter for WordPress soft failures
|
||||
# Auto-generated: 2018-11-04T16:40:53+00:00
|
||||
#
|
||||
|
||||
[INCLUDES]
|
||||
|
||||
before = common.conf
|
||||
|
||||
[Definition]
|
||||
|
||||
_daemon = (?:wordpress|wp)
|
||||
|
||||
failregex = ^%(__prefix_line)sAuthentication failure for .* from <HOST>$
|
||||
^%(__prefix_line)sXML-RPC authentication failure for .* from <HOST>$
|
||||
|
||||
ignoreregex =
|
||||
|
||||
# DEV Notes:
|
||||
# Requires the 'WP fail2ban' plugin:
|
||||
# https://github.com/invisnet/wp-fail2ban/
|
||||
#
|
||||
# Author: Charles Lecklider
|
Reference in New Issue
Block a user