Earlier quoted context omitted.
In the UK, the Computer Misuse Act applies if: * There is knowledge that the intended access was unauthorised * There is an intention to secure access to any program or data held in a computer I imagine US law has similar definitions of unauthorized access? `robots.txt` is the universal standard for defining what is unauthorised access for bots. No programmer could argue they aren't aware of this, and ignoring it, fo…
> `robots.txt` is the universal standard Quite the assumption, you just upset a bunch of alien species.
Amazon's AI crawler is making my Git server unstable
81–90 of 261 posts
Re: Amazon's AI crawler is making my Git server unstable
#82Earlier quoted context omitted.
You should check your websites like grass dot io (I refuse to give them traffic). They pay you for your bandwidth while they resell it to 3rd parties, which is why a lot of bot traffic looks like it comes from residential IPs.
Yes, but the point is that big company crawlers aren’t paying for questionably sourced residential proxies. If this person is seeing a lot of traffic from residential IPs then I would be shocked if it’s really Amazon. I think someone else is doing something sketchy and they put “AmazonBot” in the user agent to make victims think it’s Amazon. You can set the user agent string to anything you want, as we all know.
You'd be surprised...
Re: Amazon's AI crawler is making my Git server unstable
#83Earlier quoted context omitted.
You should check your websites like grass dot io (I refuse to give them traffic). They pay you for your bandwidth while they resell it to 3rd parties, which is why a lot of bot traffic looks like it comes from residential IPs.
Yes, but the point is that big company crawlers aren’t paying for questionably sourced residential proxies. If this person is seeing a lot of traffic from residential IPs then I would be shocked if it’s really Amazon. I think someone else is doing something sketchy and they put “AmazonBot” in the user agent to make victims think it’s Amazon. You can set the user agent string to anything you want, as we all know.
Although I’m not necessarily gonna make that accusation, because it would be pretty serious misconduct if it were true.
Re: Amazon's AI crawler is making my Git server unstable
#84Earlier quoted context omitted.
You should check your websites like grass dot io (I refuse to give them traffic). They pay you for your bandwidth while they resell it to 3rd parties, which is why a lot of bot traffic looks like it comes from residential IPs.
Yes, but the point is that big company crawlers aren’t paying for questionably sourced residential proxies. If this person is seeing a lot of traffic from residential IPs then I would be shocked if it’s really Amazon. I think someone else is doing something sketchy and they put “AmazonBot” in the user agent to make victims think it’s Amazon. You can set the user agent string to anything you want, as we all know.
Re: Amazon's AI crawler is making my Git server unstable
#85Return "402 Payment Required" and block?
Re: Amazon's AI crawler is making my Git server unstable
#86Upvoted because we’re seeing the same behavior from all AI and Seo bots. They’re BARELY respecting Robots.txt, and hard to block. And when they crawl, they spam and drive up load so high they crash many servers for our clients. If AI crawlers want access they can either behave, or pay. The consequence will almost universal blocks otherwise!
> The consequence will almost universal blocks otherwise! Who cares? They've already scraped the content by then.
Re: Amazon's AI crawler is making my Git server unstable
#87Re: Amazon's AI crawler is making my Git server unstable
#88Re: Amazon's AI crawler is making my Git server unstable
#89Earlier quoted context omitted.
This submission has nothing to do with IP laundering. The bot is straining their server and causing OP technical issues.
Commentary is often second- and third-order.
Re: Amazon's AI crawler is making my Git server unstable
#90I don’t think I’d assume this is actually Amazon. The author is seeing requests from rotating residential IPs and changing user agent strings > It's futile to block AI crawler bots because they lie, change their user agent, use residential IP addresses as proxies, and more. Impersonating crawlers from big companies is a common technique for people trying to blend in. The fact that requests are coming from residential…