Page 2 of 6

Re: ClaudeBot server attack.

Posted: 26 Apr 2024 13:27
by exxos
Cyprian wrote: 26 Apr 2024 13:21 What a nightmare,
What if you blocking all Amazon servers?
I don't know if there are any consequences of blocking all their servers. But I may have to do that if I keep getting DDOS attacked from amazonaws servers. It's been a ongoing problem for the past few years now.

Re: ClaudeBot server attack.

Posted: 26 Apr 2024 15:50
by chronicthehedgehog
exxos wrote: 26 Apr 2024 13:27
Cyprian wrote: 26 Apr 2024 13:21 What a nightmare,
What if you blocking all Amazon servers?
I don't know if there are any consequences of blocking all their servers. But I may have to do that if I keep getting DDOS attacked from amazonaws servers. It's been a ongoing problem for the past few years now.
They look like AI bots. I'd block them personally since their sole aim is to harvest/steal info which might ultimately reduce legitimate traffic to the site

EDIT

Let's keep the web 'webby' :lol:

Re: ClaudeBot server attack.

Posted: 26 Apr 2024 15:53
by exxos
chronicthehedgehog wrote: 26 Apr 2024 15:50 They look like AI bots. I'd block them personally since their sole aim is to harvest/steal info which might ultimately reduce legitimate traffic to the site
ClaudeBot is a AI bot.. It's been totally blocked and there's no connection attempts from it now even. So I think it's given up.

Re: ClaudeBot server attack.

Posted: 26 Apr 2024 15:54
by chronicthehedgehog
exxos wrote: 26 Apr 2024 15:53
chronicthehedgehog wrote: 26 Apr 2024 15:50 They look like AI bots. I'd block them personally since their sole aim is to harvest/steal info which might ultimately reduce legitimate traffic to the site
ClaudeBot is a AI bot.. It's been totally blocked and there's no connection attempts from it now even. So I think it's given up.
and even if their intent was good, it was bringing down the site which is just malicious :D

Re: ClaudeBot server attack.

Posted: 26 Apr 2024 15:58
by exxos
chronicthehedgehog wrote: 26 Apr 2024 15:54 and even if their intent was good, it was bringing down the site which is just malicious :D
Yep. That's the problem with big companies like Amazon. They think just because they have unlimited server processing power that everyone else does as well. Oddly we are not all billionaires :roll:

Re: ClaudeBot server attack.

Posted: 26 Apr 2024 16:28
by stephen_usher
It's probably not Amazon but an AI company buying CPU time on Amazon servers.

Re: ClaudeBot server attack.

Posted: 26 Apr 2024 16:30
by exxos
stephen_usher wrote: 26 Apr 2024 16:28 It's probably not Amazon but an AI company buying CPU time on Amazon servers.
If you look at the news article it's explains the AI company got like 2bn invested in it.. from.. Amazon.. So the AI amazon server time will be "free".

Re: ClaudeBot server attack.

Posted: 27 Apr 2024 17:08
by exxos
I've been looking into server protection. Basically when the server CPU maxes it it's pointless keeping it online. But mostly it's the SQL server which causes max CPU. So my idea is to check CPU load, if it maxes out for more than half hour a script will shutdown the SQL server. Obviously the forum and store won't work.. So I can just get nginx to redirect to a custom error page which will tell you that the server is in "protection mode" . Then I'd deal with the issue when I get chance.

Re: ClaudeBot server attack.

Posted: 27 Apr 2024 17:37
by sandord
Have you considered using CloudFlare to guard against these kinds of attacks?

Re: ClaudeBot server attack.

Posted: 27 Apr 2024 20:14
by exxos
sandord wrote: 27 Apr 2024 17:37 Have you considered using CloudFlare to guard against these kinds of attacks?
I did look at ddos protection but it's another £5:a month. cloudflare I think we're also blocking my server like Microsoft are.

I'm sill thinking about it all.