htaccess von Robo - noch zu pruefen.. reine Nutzdaten
Order Allow,Deny
Allow from all
Deny from 64.239.138.76 # referrer spambot
Deny from 66.6.223.190 # referrer spambot
Deny from 62.3.66.231 # bad bot
Deny from 217.67.244.33 # refspam
Deny from 81.3.11.64/28 # 81.3.11.64 - 81.3.11.79, refspam
Deny from 81.169.135.237 # refspam
Deny from 212.19.35.0/26 # 212.19.35.0 - 212.19.35.63, hy
Deny from 212.19.35.224/28 # 212.19.35.224 - 212.19.35.239, hy
Deny from 213.83.55.128/27 # 213.83.55.128 - 213.83.55.159, hy
Deny from 213.83.55.224/27 # 213.83.55.224 - 213.83.55.255, hy
Deny from 67.15.0.0/17 # ev1.net
Deny from 67.15.128.0/19 # ev1.net
Deny from 67.15.160.0/20 # ev1.net
Deny from 217.115.142.98 # ck
Deny from 217.20.118.0/24 # ck
RewriteEngine on
RewriteCond %{HTTP_REFERER} iaea\.org [OR] # spambot
RewriteCond %{HTTP_USER_AGENT} Indy\ Library [OR] # spambot
RewriteCond %{HTTP_USER_AGENT} DTS\ Agent [OR] # spambot
RewriteCond %{HTTP_USER_AGENT} ^RIN\.\ Web\ crawler [OR] # spambot
RewriteCond %{HTTP_USER_AGENT} compatible\ ;\ MSIE\ 6.0 [OR] # spambot (note extra space before semicolon)
RewriteCond %{HTTP_USER_AGENT} ^Mozilla\/4\.0\(compatible [OR] # spambot (note missing space before parenthesis)
RewriteCond %{HTTP_USER_AGENT} ^IE\ [0-9]\.[0-9]\ Compatible.*Browser$ [OR] # spambot
RewriteCond %{HTTP_USER_AGENT} Microsoft\ URL\ Control [OR] # spambot
RewriteCond %{HTTP_USER_AGENT} \([^\)]+$ [OR] # spambot
RewriteCond %{HTTP_USER_AGENT} Windows\ NT\ 5\.0;\)$ [OR] # spambot (note semicolon before parenthesis)
RewriteCond %{HTTP_USER_AGENT} ^oegp [OR] # spambot
RewriteCond %{HTTP_USER_AGENT} ^booch [OR] # spambot
RewriteCond %{HTTP_USER_AGENT} arameda\.com\ Spider [OR] # spambot
RewriteCond %{HTTP_USER_AGENT} ^MSIE\ [0-9]\.[0-9]+ [OR] # spambot
RewriteCond %{HTTP_USER_AGENT} ^Mozilla\/[0-9]\.[0-9]\ \(compatible\)$ [OR] # spambot
RewriteCond %{HTTP_USER_AGENT} ^WinHttp [OR] # spambot
RewriteCond %{HTTP_REFERER} thebestofnet\.com.*topsecret\.cgi [OR] # referrer spambot
RewriteCond %{HTTP_REFERER} sexnet24\.tv [OR] # referrer spambot
RewriteCond %{HTTP_USER_AGENT} ^TurnitinBot [OR] # spybot
RewriteCond %{HTTP_USER_AGENT} ^oBot [OR] # spybot
RewriteCond %{HTTP_USER_AGENT} ^Mozilla.*\ obot [OR] # spybot
RewriteCond %{HTTP_USER_AGENT} ^MSFrontPage [OR]
RewriteCond %{HTTP_USER_AGENT} ^IPiumBot [OR]
RewriteCond %{HTTP_USER_AGENT} ^LinkWalker [OR]
RewriteCond %{HTTP_USER_AGENT} ^PingALink [OR]
RewriteCond %{HTTP_USER_AGENT} ^Uptimebot [OR]
RewriteCond %{HTTP_USER_AGENT} ^SurveyBot [OR]
RewriteCond %{HTTP_USER_AGENT} ^NPBot [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebDownload [OR] # dumb site grabber
RewriteCond %{HTTP_USER_AGENT} ^sitecheck\.internetseer\.com
RewriteRule ^.* - [F]