Aloha Friends at AIOWPS
The specific IPs that keep getting through are 91.200.12.*, 46.118.153.231, 91.210.147.8, and 46.118.117.16 . I get ten to twenty attempts per day from the IP range 91.200.12.* .
Here’s the entire AIOWPS section from my htaccess file:
[ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]
# BEGIN All In One WP Security
#AIOWPS_BLOCK_WP_FILE_ACCESS_START
<Files license.txt>
order allow,deny
deny from all
</files>
<Files wp-config-sample.php>
order allow,deny
deny from all
</Files>
<Files readme.html>
order allow,deny
deny from all
</Files>
#AIOWPS_BLOCK_WP_FILE_ACCESS_END
#AIOWPS_BASIC_HTACCESS_RULES_START
<Files .htaccess>
order allow,deny
deny from all
</Files>
ServerSignature Off
LimitRequestBody 10240000
<Files wp-config.php>
order allow,deny
deny from all
</Files>
#AIOWPS_BASIC_HTACCESS_RULES_END
#AIOWPS_PINGBACK_HTACCESS_RULES_START
<Files xmlrpc.php>
order deny,allow
deny from all
</Files>
#AIOWPS_PINGBACK_HTACCESS_RULES_END
#AIOWPS_IP_BLACKLIST_START
Order allow,deny
Allow from all
Deny from 130.185.155.0/24
Deny from 159.224.139.0/24
Deny from 176.8.88.0/24
Deny from 178.137.18.0/24
Deny from 178.137.89.0/24
Deny from 180.140.127.0/24
Deny from 185.81.158.0/24
Deny from 195.74.38.0/24
Deny from 213.184.244.0/24
Deny from 46.118.118.0/24
Deny from 46.118.153.0/24
Deny from 46.119.117.0/24
Deny from 47.89.29.0/24
Deny from 69.174.244.0/24
Deny from 82.98.146.0/24
Deny from 83.175.120.0/24
Deny from 85.128.142.0/24
Deny from 87.242.64.0/24
Deny from 91.200.12.0/24
#AIOWPS_IP_BLACKLIST_END
#AIOWPS_BLOCK_SPAMBOTS_START
<IfModule mod_rewrite.c>
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} ^(.*)?wp-comments-post\.php(.*)$
RewriteCond %{HTTP_REFERER} !^http(s)?://(.*)?\.friendlyaquaponics\.com [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule .* https://127.0.0.1 [L]
</IfModule>
#AIOWPS_BLOCK_SPAMBOTS_END
# END All In One WP Security
That’s it. Thanks! Aloha, Tim………