The Most Active and Friendliest
Affiliate Marketing Community Online!

“Propeller”/  Direct Affiliate

Massive *badBots* List

Graybeard

Well-Known Member
I found this on a referral website on Google News .> US coronavirus economic relief package - Schumer says vote could come on Sunday
I extracted the 'names' they used to a csv list the made a DOS *.txt file it's attached
the LINUX/UNIX file is /badbotlist.csv.txt
There are 2797 names badbotlist.csv
no guarantees but I looked and recognized many names I am currently blocking
USE WITH CAUTION
The script in the HTML source crashed my text editor the names are in one very long line
opens with Kate (LINUX) better edited in nano
upload_2020-12-20_10-22-53.png


Good luck to the winners --he made google news search for reason that the scraper, spy and link check bots were banned --could be ;)

It may be just his googletag
Code:
        <script>
        function checkIfUserBot() {
            let isUserBot = false;
            const blackBotsList = "the list"for (let i = 0; i < blackBotsList.length; i++) {the list
                if (window.navigator.userAgent.indexOf(blackBotsList[i]) != -1) {
                    isUserBot = true;
                    break;
                }
            }
            return isUserBot;
        }
    

   <script>
        const isUserBot = checkIfUserBot();
        if (!isUserBot) {
            var googletag = googletag || {};
            googletag.cmd = googletag.cmd || [];
... see source ...

</script>
 

Attachments

  • badbotlist.csv.txt
    135.4 KB · Views: 25
  • badbotlist.txt
    138.1 KB · Views: 27
Last edited:
@Graybeard
Does bots matter when my traffic is organic?
There is filter in Google Analytics so I can see stats with and without bots
Also, what exactly are bots? :confused:
& do many bots mean extra server cost?
 
If I use a spy-tool (on that bot list) and scrape and duplicate your content --is that a good thing?
Bots cause minor overhead because most only request HTML and not images, JS, large CSS files.
 
My campaigns, as well as AffiliateFix, have been getting hammered this past week by bots. Heading them off at the pass so far!
 
If we are held back from reporting the posts, shouldn't we have the option to report someone as a spammer without having to post off-topic ourselves?
Yes, you should have that option.

I can see three reports from you. Are you saying that there were more and it wouldn't let you?
 
but they change their name and address and keep on coming ...
If I understood you correctly, it is possible to limit participation, and highlight bots so that the system can block and distinguish between activity and bots, and even more to know the details and sources that send bots to the site?
 
The first thing I learned in security programing is only accept what you want. You cannot ban every eventuality --not possible to predict.

That said, I do ban known suspect networks and out of date browsers (user agents).
 
in the server config
or in htaccess --use with Apache
but you should read your server access file and these 'should' be excluded by ad network traffic already.
The point of this list is to prevent bot to domain server scraping of content.

However most is Google headless chrome or selenium today --so technology has out dated that list really in the last 2year IMHO.
The plus is that some of the SEO scrapers still use those sigs --so that part still works.

Be careful the Mozilla/5.0 (compatible ; bots on that list include Google Bing and some other desirable bots too. Use with care!
 
Last edited:
banners
Back