TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Block AI bots, scrapers and crawlers with a single click

83 点作者 serhack_10 个月前

11 条评论

iknownothow10 个月前
I&#x27;ve been inadvertently working on this topic and I&#x27;d like to share some findings.<p>* Do not confuse bots with DDoS. While bot traffic may end up overwhelming your server, your DDoS SaaS will not stop that traffic unless you have some kind of bot protection enabled, for example the product described in post.<p>* A lot of bots announce themselves via user agents, some don&#x27;t.<p>* If you&#x27;re running an ecom shop with a lot of product pages, expect a large portion of traffic to be bots and scrapers. In our case it was upto 50%, which was surprising.<p>* Some bots accept cookies and these skew your product analytics.<p>* We enabled automatic bot protection and a of lot our third party integrations ended up being marked as bots and their traffic was blocked. We eventually turned that off.<p>* (EDIT) Any sophisticated self implemented bot protection isn&#x27;t worth the effort for most companies out there. But I have to admit, it&#x27;s very exciting to think about all the ways to block bots.<p>What&#x27;s our current status? We&#x27;ve enabled monitoring to keep a look out for DDoS attempts but we&#x27;re taking the hit on bot traffic. The data on our the website isn&#x27;t really private info, except maybe pricing, and we&#x27;re really unsure how to think about the new AI bots scraping this information. ChatGPT already gives a summary of what our company does. We don&#x27;t know if that&#x27;s a good thing or not. Would be happy to hear anyone&#x27;s thoughts on how to think about this topic.
评论 #40866603 未加载
OutOfHere10 个月前
It says &quot;Declare your independence&quot;, but your independence is exactly what you stand to lose if you channel your traffic through Cloudflare. You already have your independence; don&#x27;t give it up to those who appeal to desperation to fool you into believing the opposite of what&#x27;s true.
reustle10 个月前
We are witnessing the last dying breaths of the open internet. Cloudflare in the middle of all traffic, web assembly, etc.
Xeamek10 个月前
Does google effectively gets a pass, because they (can) use the same bot to index websites for search and to scrap data for AI models training at the same time?
评论 #40865874 未加载
评论 #40865877 未加载
评论 #40865873 未加载
tehryanx10 个月前
I find it slightly ironic that they&#x27;re only able to do this effectively because they&#x27;ve been able to train their own detection model on traffic, mostly from users that have never agreed to anything.<p>I don&#x27;t have strong opinions on this either way really, I just found that a bit funny.
acheong0810 个月前
There are so many things sites need to protect against these days it’s making independent self hosting quite annoying. As bots get better at hiding, only companies with huge scale like Cloudflare would be able to identify and block them. DDOS&#x2F;bot providers are unintentionally creating a monopoly
评论 #40865834 未加载
评论 #40867031 未加载
评论 #40868108 未加载
anthonyhn10 个月前
For those not using cloudflare but who have access to web server config files and want to block AI bots, I put together a set of prebuilt configs[0] (for Apache, Nginx, Lighttpd, and Caddy) that will block most AI bots from scraping contents. The configs are built on top of public data sources[1] with various adjustments.<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;anthmn&#x2F;ai-bot-blocker">https:&#x2F;&#x2F;github.com&#x2F;anthmn&#x2F;ai-bot-blocker</a><p>[1] <a href="https:&#x2F;&#x2F;darkvisitors.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;darkvisitors.com&#x2F;</a>
评论 #40870613 未加载
notachatbot123410 个月前
*by channeling all your traffic through Cloudflare.
nubinetwork10 个月前
Surprise surprise... bytespider is at the top of the list.
评论 #40865813 未加载
评论 #40865803 未加载
speckx10 个月前
I don&#x27;t see the option to enable this on my Pro sites; however, I see it on my free sites.
skeledrew10 个月前
It&#x27;ll be so interesting to see what sorts of &quot;biases&quot; future AI models will manifest when they&#x27;re only trained on a fraction of the web. All any group with an agenda has to do is make their content available for training, with the knowledge&#x2F;hope that many of those with balancing content will have it blocked. And then there will be increased complaints re said &quot;biases&quot; by the same ones who endorse blocking, without a thought that the issue was amplified by said blocking. And of course use cases for AI will continue to broaden, in most cases without a care for those spouting about &quot;biases&quot;. It&#x27;ll be a wonderful world.