Add filter for wordpress from wp-fail2ban.readthedocs.io/en/3.6/filters.html. Modify jail.local.
This commit is contained in:
@ -63,7 +63,7 @@ enabled = true
|
||||
|
||||
[postfix-sasl]
|
||||
|
||||
enabled = true
|
||||
enabled = false
|
||||
# - Take care to allowh 'whois' requests from this mashine. Maybe
|
||||
# - you have configure your firewall
|
||||
action = %(action_mwl)s
|
||||
@ -76,7 +76,7 @@ bantime = 3600
|
||||
|
||||
[postfix-sasl-dos]
|
||||
|
||||
enabled = true
|
||||
enabled = false
|
||||
# - Take care to allowh 'whois' requests from this mashine. Maybe
|
||||
# - you have configure your firewall
|
||||
action = %(action_mwl)s
|
||||
@ -92,7 +92,7 @@ bantime = 10800
|
||||
|
||||
[dovecot]
|
||||
|
||||
enabled = true
|
||||
enabled = false
|
||||
# - Take care to allowh 'whois' requests from this mashine. Maybe
|
||||
# - you have configure your firewall
|
||||
action = %(action_mwl)s
|
||||
@ -107,26 +107,39 @@ findtime = 1200
|
||||
bantime = 1800
|
||||
|
||||
|
||||
[wp-login]
|
||||
enabled = true
|
||||
action = %(action_mbu)s
|
||||
filter = wp-login
|
||||
port = http,https
|
||||
logpath = /var/log/apache2/ipv4_requests.log
|
||||
/var/log/apache2/ip_requests.log
|
||||
maxretry = 10
|
||||
findtime = 600
|
||||
bantime = 10800
|
||||
# - Replaced with 'wordpress-hard' and 'wordpress-soft'
|
||||
#[wp-login]
|
||||
#enabled = false
|
||||
#action = %(action_mbu)s
|
||||
#filter = wp-login
|
||||
#port = http,https
|
||||
#logpath = /var/log/apache2/ip_requests.log
|
||||
#maxretry = 10
|
||||
#findtime = 600
|
||||
#bantime = 10800
|
||||
#
|
||||
#
|
||||
#[wp-xmlrpc]
|
||||
#enabled = false
|
||||
#action = %(action_mbu)s
|
||||
#filter = wp-xmlrpc
|
||||
#port = http,https
|
||||
#logpath = /var/log/apache2/ip_requests.log
|
||||
#maxretry = 5
|
||||
#findtime = 600
|
||||
#bantime = 10800
|
||||
|
||||
|
||||
[wp-xmlrpc]
|
||||
enabled = true
|
||||
action = %(action_mbu)s
|
||||
filter = wp-xmlrpc
|
||||
port = http,https
|
||||
logpath = /var/log/apache2/ipv4_requests.log
|
||||
/var/log/apache2/ip_requests.log
|
||||
maxretry = 5
|
||||
findtime = 600
|
||||
bantime = 10800
|
||||
[wordpress-hard]
|
||||
enabled = false
|
||||
filter = wordpress-hard
|
||||
logpath = /var/log/auth.log
|
||||
maxretry = 1
|
||||
port = http,https
|
||||
|
||||
[wordpress-soft]
|
||||
enabled = false
|
||||
filter = wordpress-soft
|
||||
logpath = /var/log/auth.log
|
||||
maxretry = 3
|
||||
port = http,https
|
||||
|
Reference in New Issue
Block a user