Open Source devs say AI crawlers dominate traffic, forcing blocks on entire countries (arstechnica.com)
from ooli2@lemm.ee to technology@lemmy.ml on 26 Mar 01:56
https://lemm.ee/post/59475546

#technology

threaded - newest

vk6flab@lemmy.radio on 26 Mar 03:03 next collapse

In my experience, the single biggest bully on the internet are the servers controlled by Meta which in my experience literally perform DDoS attacks whilst crawling, hitting sites several orders of magnitude more than all the others combined.

Actively blocking them was the only option left.

cmnybo@discuss.tchncs.de on 26 Mar 03:21 next collapse

Are there any good log monitoring programs that will automatically blacklist the IP of any crawler that ignores robots.txt?

midribbon_action@lemmy.blahaj.zone on 26 Mar 07:49 collapse

Yeah, I’ve been curious if you could explicitly block a page in robots.txt, hide an invisible link to the same page in your footer, then kinda have it act like an immediate IP block when someone requests it.

CapriciousDay@lemmy.ml on 26 Mar 16:36 next collapse

I guess it depends too much on the nature of the crawler. Does it actually extract links from robots.txt or is it merely ignoring them? If the crawlers are distributed, do page hits come from the same IP that the robots.txt was hit from?

It gets harder and harder to get away from CDNs and captchas, which are not exactly good things from an open source POV for the most part.

mic_check_one_two@lemmy.dbzer0.com on 27 Mar 22:02 collapse

There are systems that will use a hidden hyperlink (which only a bot would see and use) which directs them to an infinitely long/wide junk link tree. It means they end up trapped in bot-purgatory and stop crawling the rest of your site.

The issue is that it means you end up consuming resources just to keep the bot trapped.

marauding_gibberish142@lemmy.dbzer0.com on 27 Mar 22:27 collapse

We need something better than Anubis that can run with JS disabled