wilderness

msg:4395289 | 6:08 pm on Dec 7, 2011 (gmt 0) |
Blocking Badly Behaved Bots #3 [webmasterworld.com]
|
topr8

msg:4395298 | 6:25 pm on Dec 7, 2011 (gmt 0) |
Alex_K's script which wilderness directed to is a superb start and is the foundation of my bot blocking, although i've morphed into my own variant over the years. what i would say is that it is very time intensive trying to block bots, however you can do a lot, save a lot of bandwidth and processing power on your server with just the basics. you can block an awful lot by making use of the two threads pinned to the top of this forum, getting an ip to country database (paid or free) and blocking countries that it makes sense for you to block (could be different to other people)
|
Globetrotter

msg:4395377 | 9:43 pm on Dec 7, 2011 (gmt 0) |
No wonder I couldn't get my version to work, it seems it was missing huge important parts. So Thanks for the link to the full version. I guess it would be smart to add some kind of feedback per mail when some bot is caught? And what kind of bots do you allow? E.g. the social media report sites for companies when you or a user mention their name? And what crawler is used for Google alerts?
|
dstiles

msg:4395379 | 9:50 pm on Dec 7, 2011 (gmt 0) |
I would go further with the benefits: If you prevent scrapers you can prevent a lot of the google site-duplication problems (and possibly even pandalization, but that's just an opinion). You can also maintain a more secure site by rejecting virus-implanters. Even if your site/server is already secure, an extra string to the fiddle is always helpful. Otherwise, yes. It is very time intensive to build and, in my experience, time-intensive to maintain. This past couple of weeks I've seen a signficant increase in "new" nasties (approx three-fold), mostly, it seems, from compromised servers. In theory, if everyone ran virus-proof servers and broadband-connected computers then botnets would not exist. I wonder if it's possible to pursue some of the major server farms through legal channels? A lot of it is under their control, after all. probably not, though. :( Globetrotter - if you have a linux-based web site (or IIS that implements .htaccess) your work-load is much easier than otherwise.
|
wilderness

msg:4395383 | 10:08 pm on Dec 7, 2011 (gmt 0) |
| This past couple of weeks I've seen a signficant increase in "new" nasties (approx three-fold), mostly, it seems, from compromised servers. |
| A normal increase in holiday traffic that has just "slipped your mind".
|
dstiles

msg:4395732 | 8:42 pm on Dec 8, 2011 (gmt 0) |
No. These are true nasties. Our sites are not, for the most part, seasonal. The number decreased today - about twice normal.
|
Pfui

msg:4395752 | 9:44 pm on Dec 8, 2011 (gmt 0) |
Just as traffic ebbs and flows, exploits and botnets ebb and flow over hours, days, weeks, etc. So if nothing's changed on your server that would suddenly make it a haven, chalk things up to online life, note the worst of the worst, and start blocking by IP, Host, UA, URI, whatever's necessary.
|
incrediBILL

msg:4395803 | 11:47 pm on Dec 8, 2011 (gmt 0) |
I tend to block about 300 bots/day, most of them are the same 200 that keep knocking day after day. This is down from the heyday of my site when there were nearly 1K things blocked per day, it was insane!
|
Globetrotter

msg:4397751 | 11:15 am on Dec 14, 2011 (gmt 0) |
I've added the script in two sections to my website. One at the beginning of the code and one part at the end. To make sure i didn't blocked to many things i've added an email notification to the code whenever a bot was blocked. After uploading the files to the server i got so much reports something must be wrong :) I've used the default values I guesed these where safe to use but are they? It also seems Bing Bot and a Google Feed Fetcher where blocked by the script. A DNS lookup seemed to confirm the ip's where from Bing and Google ? Any Ideas?
|
Globetrotter

msg:4398288 | 4:55 pm on Dec 15, 2011 (gmt 0) |
I think I’ve got the script to work the way I want it. I needed to change some of code implemented the whitelist and I’ve build a notification option so I get an email each time a bot is blocked. I did receive some mail but not as much as with the bot traps I’ve implemented. So what’s the next step? Do I need to change my robots.txt to let all the bots know I only accept bing and google? Or should I block every bot who tries to crawl the website? Which might be a lot? I’ve also have a bot trap, just to detect dumb bots, I’m not sure if my settings are well enough to catch those with the bot script as well. I have to see and compare the data after a couple of days. How would I block those bots when they checkout my bot trap with the same code? Hopefully you could share some tips so I do not have to reinvent the wheel.
|
Globetrotter

msg:4402989 | 6:41 pm on Jan 2, 2012 (gmt 0) |
I'm using the script now for a while but I had to disable the slow scraper detection because it blocked visitors. But now also other users are complaining about the fastscraper part. Any idea how to tweak the settings so I can still block bots. And what is a good way to validate if its really a user or a bot?
|
enigma1

msg:4404061 | 3:03 pm on Jan 5, 2012 (gmt 0) |
| I had to disable the slow scraper detection because it blocked visitors |
| Yep, in general doing permanent blocks may backfire and what you experience is not the worse part. You cannot reliably tell if a request comes from a bot or human. The worst part is, if your site generates revenue (selling online etc) and your competitor figures out you are using traps to ban IPs (that's not a remote possibility), he can use various HTML elements on his sites, pointing to your traps, to make sure all his clients are triggering those. There are also ways to redirect spiders if they know where your trap is located. If you call this black hat SEO, take into account that what you're doing is called cloaking.
|
|