![]() |
Best software that finds and filter bots ?
What are the best software available to find and filter bot traffic ?
Thanks a lot |
bump for software that clean traffic
Here is a video describing my current state https://www.youtube.com/watch?v=m_uWS6K-VF8 |
Are you looking for a trade script?
Trade expert Trade Expert - Free Traffic Trade Script - Trading Script - Traffic Trade - Trader Script |
Quote:
No I am looking more for something that detects fraudulent traffic off the bat. A script that can be used by anyone to detect patterns of bots based on an algorithm of logic. The same logic used by analysts when analyzing the traffic but automated. |
What type of bots are you trying to prevent? Search engines, spiders, scrapers? Checking the host agent is the easiest but it is easy to fake. You can put some JS in your page that makes an outgoing request that tells you they are not a bot. That might block some. But a lot of bots now just use real browsers so that won't work. The next best approach is some kind of heuristics based approach that involves machine learning. That is really hard to determine and implement. It is also very specific to your site and will need a lot of fine tuning. Another simple answer is to just rate limit the number of requests per IP.
|
Quote:
A heuristic approach is exactly what I had in mind. An algorithm to which you can feed a site's average KPIs to be used as the control group. Ideally set them as a range MIN MAX. Example (not exhaustive) Takes into account #of requests by IP (vs Human Request) AND User Agent AND BR% range AND Page/Sess AND TOS AND USER FLOW (1st/ 2nd/ nth interaction compared to the MIN MAX users habits from the same traffic type) Etc. It is a good project. The one that makes it can sell it to many, many webmasters/ traffic brokers.. |
Quote:
Are you trying to protect against people scraping from the site or just saving bandwidth? Even with IP rate limiting though, if they really wanted to they could just spin up 1000 different instances on Amazon Web Services and it would come from 1000 different IPs. It all depends on how badly they want to crawl your site. What's the nature of what you are protecting and what kind of threat are you trying to block? I might be able to give you a better answer if there is a more concrete example. |
I had some friends who said the liked Bad Behaviour but I've never tried it myself;
Bad Behavior / Bad Behaviour | The Web's premier link spam killer. |
Quote:
Qualifying Traffic by pretty much anyone when buying skimmed (and some new plugs) Monitoring the quality of that same traffic over time. Bcs you may receive a fair quality at first but then they can start sending fake clicks later. Basically, need to be proactive instead of removing fake traffic from the stats system. Thanks |
Quote:
|
Is CAPTCHA an option? I don't mean as the first line of defence (which is annoying for your users); rather, you challenge them only once your heuristic system suspects they may be a bot. There's a small chance of a human going down this road - say someone with cookies disabled, presenting no referer, coming via a proxy etc - but it's not really an issue since once they solve the CAPTCHA they can continue anyway (perhaps a successful CAPTCHA could also give them some positive heuristic score.) The more important thing is the accesses that do *not* solve the CAPTCHA, but just keep repeatedly hitting your challenge page without submitting a correct answer (or anything)... this further reinforces that it's some sort of automated agent accessing your site, not a human using a browser interactively.
I use this on a site which gets scraped to hell and back. I used to log headers and manually find patterns or signatures to block (most were pretty obvious) but an automated possible bot + CAPTCHA confirm system is so much easier. :thumbsup |
Quote:
|
Quote:
|
Quote:
|
Quote:
Code:
Options -indexes |
Quote:
Just sent a ticket to our developer to ad to our .htaccess |
Quote:
They seem to provide the service. I may go for the free trial. If / when I do, I will keep you updated with the results |
Quote:
Will check those out over the week end and see if we can implement this |
Pornoplopedia! I love how you're spanking those girls ;)
|
block bots at server level,
using firewall rules and rewrite rules., by checking user agents , and some other data. |
All times are GMT -7. The time now is 06:01 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123