Building on an anti-spam cybersecurity tactic known as tarpitting, he created Nepenthes, malicious software named after a carnivorous plant that will “eat just about anything that finds its way inside.”
Aaron clearly warns users that Nepenthes is aggressive malware. It’s not to be deployed by site owners uncomfortable with trapping AI crawlers and sending them down an “infinite maze” of static files with no exit links, where they “get stuck” and “thrash around” for months, he tells users. Once trapped, the crawlers can be fed gibberish data, aka Markov babble, which is designed to poison AI models. That’s likely an appealing bonus feature for any site owners who, like Aaron, are fed up with paying for AI scraping and just want to watch AI burn.
I hope it’s effective.
Maybe against bad crawlers. If you know what you’re trying to look for and just just trying to grab anything and everything this should not be very effective. Any good web crawler has limits. This seems to be targeted. This seems to be targeted at Facebooks apparently very dumb web crawler.
Yeah. Like, literally just:
What kind of lazy ass crawler doesn’t even do that?
Yeah I was just thinking… this is not at all how the tools work.
It might be initially, but they’ll figure out a way around it soon enough.
Remember those articles about “poisoning” images? Didn’t get very far on that either
The poisoned images work very well. We just haven’t hit the problem yet, because a) not many people are poisoning their images yet and b) training data sets were cut off at 2021, before poison pills were created.
But, the easy way to get around this is to respect web standards, like robots.txt
The way to get around it is respecting
robots.txt
lolBut that’s not respecting the shareholders 😤
This kind of stuff has always been an endless war of escalation, the same as any kind of security. There was a period of time where all it took to mess with Gen AI was artists uploading images of large circles or something with random tags to their social media accounts. People ended up with random bits of stop signs and stuff in their generated images for like a week. Now, artists are moving to sites that treat AI scrapers like malware attacks and degrading the quality of the images that they upload.
It’s not. If it was, every search engine out there would be belly up at the first nested link.
Google/Bing just consume their own crawling traffic. You don’t want to NOT show up in search queries right?
At this point?
I am fully ok NOT being in search engines for any of my sites. Organic traffic has always been much more valuable than inorganic traffic.
They follow robots.txt
Same problems with tarpitting. They search engines are doing the crawling for each of their own companies, you don’t want to poison your own search results.
Conceptually, they’ll stop being search crawls altogether and if you expect to get any traffic it’ll come from AI crawls :/
I think to use it defensively, you should put the path into robots.txt, and only those doesn’t follows the rule will be greeted with the maze. For proper search engine crawler, that’s should be the standard behavior.
Spiders already detect link bombs, recursion bombs, they’re capable of rendering the page out in memory to see what’s truly visible.
It’s a great idea but it’s a really old trick and it’s already been covered.