Witam.
Ja sobie poradziłem. Wstaw to poniżej do .htaccess. Masz tu większość niepotrzebnych botów zablokowanych po ich nazwie. Jak coś zawsze możesz sobie dopisać nowego. U mnie też w dniu 01.11. linux zablokował przez to konto.
<Limit GET POST>
#The next line modified by DenyIP
order allow,deny
#The next line modified by DenyIP
#deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
<Files 403.shtml>
order allow,deny
allow from all
</Files>
SetEnvIfNoCase User-Agent .*Twiceler.* bad_bot
SetEnvIfNoCase User-Agent .*VoilaBot BETA 1.2.* bad_bot
SetEnvIfNoCase User-Agent .*libwww-perl/5.805.* bad_bot
SetEnvIfNoCase User-Agent .*Java/1.5.0_11.* bad_bot
SetEnvIfNoCase User-Agent .*Sogou web spider/3.0.* bad_bot
SetEnvIfNoCase User-Agent .*psbot.* bad_bot
SetEnvIfNoCase User-Agent .*Exabot.* bad_bot
SetEnvIfNoCase User-Agent .*Charlotte/1.0b.* bad_bot
SetEnvIfNoCase User-Agent .*boitho.com-dc.* bad_bot
SetEnvIfNoCase User-Agent .*ajSitemap.* bad_bot
SetEnvIfNoCase User-Agent .*bot/1.0.* bad_bot
SetEnvIfNoCase User-Agent .*panscient.com.* bad_bot
SetEnvIfNoCase User-Agent .*Java/1.6.0_21.* bad_bot
SetEnvIfNoCase User-Agent .*WebDataCentreBot/1.0.* bad_bot
SetEnvIfNoCase User-Agent .*Java.* bad_bot
SetEnvIfNoCase User-Agent .*SapphireWebCrawler.* bad_bot
SetEnvIfNoCase User-Agent .*Yandex.* bad_bot
SetEnvIfNoCase User-Agent .*Plukkie/1.3.* bad_bot
SetEnvIfNoCase User-Agent .*bingbot/2.0.* bad_bot
SetEnvIfNoCase User-Agent .*Jaxified Bot.* bad_bot
SetEnvIfNoCase User-Agent .*MJ12bot/v1.3.3.* bad_bot
SetEnvIfNoCase User-Agent .*NHN Corp.* bad_bot
SetEnvIfNoCase User-Agent .*R6_CommentReader.* bad_bot
SetEnvIfNoCase User-Agent .*R6_FeedFetcher.* bad_bot
SetEnvIfNoCase User-Agent .*DotBot/1.1.* bad_bot
SetEnvIfNoCase User-Agent .*Jakarta Commons-HttpClient/3.0.* bad_bot
SetEnvIfNoCase User-Agent .*spbot/2.1.* bad_bot
SetEnvIfNoCase User-Agent .*Speedy Spider.* bad_bot
SetEnvIfNoCase User-Agent .*Baiduspider.* bad_bot
SetEnvIfNoCase User-Agent .*Rankivabot.* bad_bot
SetEnvIfNoCase User-Agent .*DBLBot/1.0.* bad_bot
order allow,deny
deny from env=bad_bot
allow from all
Pozdrawiam. Jarek.