Huge Bots Attack

CeaseFireBlack

Regular Member
Joined
Jun 10, 2015
Messages
446
Reaction score
185
in the last 5 hours, more than 58 bots registered to mail website, which i dont like, how can i block bots from registering or keeping them away ?
 
restrict certain user agents and ip addresses, blacklist free ips (public proxies, free vpns, tor etc.), use captcha which can be only solved by a human (video captcha)
 
restrict certain user agents and ip addresses, blacklist free ips (public proxies, free vpns, tor etc.), use captcha which can be only solved by a human (video captcha)
is there a plugin for that ?
 
Are you using any sort of CMS?
you can block a range of address if you want.
 
is there a plugin for that ?
Okay so I just finished writing a pretty good response but I can't post links till I'm on BHW for a bit longer so here's what to do [I had links provided so you wouldn't have to search, but oh well]
I did a quick google search for "wordpress video captcha plugin" and found one that looked solid. I then did a search for "wordpress tor blocker plugin" found a plugin. Than a "wordpress block proxies" and I found a interesting article, google is your friend, make sure you use him.
 
OP, also a good robots.txt configuration will help real nice.
Try this:
User-agent: *
Disallow: /

User-agent: Googlebot
Disallow:
Crawl-delay: 20
User-agent: Yahoo Slurp
Disallow:
Crawl-delay: 20
User-agent: Alexa (IA Archiver)
Disallow:
Crawl-delay: 20
User-agent: Netcraft
Disallow:
Crawl-delay: 20
 
Add Recaptcha (V2 is best) to your site. Unless it is worth the bot user's while they aren't going to bother paying for captcha credits to register. It is likely that your site got picked up by a scraper & the bot thinks your site is a forum / message board & is attempting to create accounts & post messages, even if your site does not have this ability.
 
Back
Top