Replies: 0
Got an error from free wordfence plugin: I believe I can ignore it but the error is: This file contains a suspected malware URL listed on Google’s list of malware sites. Wordfence decodes base64 when scanning files so the URL may not be visible if you view this file. The URL is: http://173.254.236.58/
I looked at that file, and in my ithemes security, that is one of the ips that I banned so it is showing up on the .httaccess file itself here:
<IfModule mod_authz_core.c>
<RequireAll>
Require all granted
Require not env DenyAccess
Require not ip 37.213.70.156
Require not ip 183.81.85.74
Require not ip 110.174.223.95
Require not ip 124.219.53.162
Require not ip 95.6.70.92
Require not ip 116.98.81.34
Require not ip 93.69.7.20
Require not ip 173.70.141.168
Require not ip 71.187.219.210
Require not ip 173.254.236.58
Require not ip 188.128.188.171
</RequireAll>
</IfModule>
<IfModule !mod_authz_core.c>
Order allow,deny
Allow from all
Deny from env=DenyAccess
Deny from 37.213.70.156
Deny from 183.81.85.74
Deny from 110.174.223.95
Deny from 124.219.53.162
Deny from 95.6.70.92
Deny from 116.98.81.34
Deny from 93.69.7.20
Deny from 173.70.141.168
Deny from 71.187.219.210
Deny from 173.254.236.58
Deny from 188.128.188.171
</IfModule>
# END iThemes Security – Do not modify or remove this line
# BEGIN iThemes Security
#Quick ban IP. Will be updated on next formal rules save.
SetEnvIF REMOTE_ADDR “^173\.254\.236\.58$” DenyAccess
SetEnvIF X-FORWARDED-FOR “^173\.254\.236\.58$” DenyAccess
SetEnvIF X-CLUSTER-CLIENT-IP “^173\.254\.236\.58$” DenyAccess
order allow,deny
deny from env=DenyAccess
deny from 173.254.236.58
So do you think that it is safe for me to ignore the issue? I am a free member so can’t ask them and there is no issue as such on the FAQ. Thanks for any help. Hugs