I am not sure how to resolve the problem. Google is dropping the site's index because of "access denied". Should we add these IPs to a whitelist? it could be not as simple because Google uses a lot of IPs for their robots.IP Address 66.249.73.156 is listed in the CBL. It appears to be infected with a spam sending trojan or proxy.
It was last detected at 2012-08-21 08:00 GMT (+/- 30 minutes), approximately 6 days, 15 hours, 29 minutes ago.
This IP is infected with, or is NATting for a machine infected with Win32/Zbot (Microsoft).
I tried to add Gogglebot IP ranges like into conf files:
but am not sure if it is the best solution. I also tried adding domain name ".googlebot.com" into the whitelist file, but it doesn't work.SecRule REMOTE_ADDR "@ipMatch 64.249.66.0/19"phase:1,nolog,allow,ctl:ruleEngine=Off
SecRule REMOTE_ADDR "@ipMatch 64.233.160.0/19"phase:1,nolog,allow,ctl:ruleEngine=Off
SecRule REMOTE_ADDR "@ipMatch 66.102.0.0/32"phase:1,nolog,allow,ctl:ruleEngine=Off
SecRule REMOTE_ADDR "@ipMatch 72.14.192.0/18"phase:1,nolog,allow,ctl:ruleEngine=Off
SecRule REMOTE_ADDR "@ipMatch 74.125.0.0/16"phase:1,nolog,allow,ctl:ruleEngine=Off
SecRule REMOTE_ADDR "@ipMatch 209.85.128.0/17"phase:1,nolog,allow,ctl:ruleEngine=Off
SecRule REMOTE_ADDR "@ipMatch 216.239.32.0/19"phase:1,nolog,allow,ctl:ruleEngine=Off
I would appreciate any suggestions.
Thanks