24 lines
524 B
Plaintext
24 lines
524 B
Plaintext
# Fail2Ban filter for WordPress soft failures
|
|
# Auto-generated: 2019-07-15T18:00:14+00:00
|
|
#
|
|
|
|
[INCLUDES]
|
|
|
|
before = common.conf
|
|
|
|
[Definition]
|
|
|
|
_daemon = (?:wordpress|wp)
|
|
|
|
failregex = ^%(__prefix_line)sAuthentication failure for .* from <HOST>$
|
|
^%(__prefix_line)sREST authentication failure for .* from <HOST>$
|
|
^%(__prefix_line)sXML-RPC authentication failure for .* from <HOST>$
|
|
|
|
ignoreregex =
|
|
|
|
# DEV Notes:
|
|
# Requires the 'WP fail2ban' plugin:
|
|
# https://wp-fail2ban.com/
|
|
#
|
|
# Author: Charles Lecklider
|