this post was submitted on 05 Sep 2025
2 points (100.0% liked)

General Discussion

0 readers
7 users here now

A place to talk about whatever you want


This is a forum category containing topical discussion. You can start new discussions by mentioning this category.

founded 8 months ago
 

Hi all,

We've been using Cloudflare for a while now and atm we are in the free tier if that helps(and have turned off acceleration).

Since like last week we've seen a sudden hike in requests to the point where the server cannot handle it anymore.

c565cb7d-b40f-4e4c-8c34-1ef344883e6c-image.png

These should be AI crawlers and we're trying to limit access to them but they seem to crawl into the forum somehow.

While we would want non-logged-in users/visitors to see the content, since no one can use the site anymore we have decided to only let in logged-in users without checks and for others, for a human check to go through.

The following is the rule we're using to identify logged in/actual users:

19bebf17-9484-4b47-93cf-cb9eec823add-image.png

I was wondering if there is a better/more standardised/more accurate way to identify logged in users.

Thanks very much!

you are viewing a single comment's thread
view the rest of the comments
[–] omega@community.nodebb.org 2 points 2 weeks ago* (last edited 2 weeks ago)

You can also use this online tool to check servers when reviewing the logs in cloudflare, this is an example of one of those serves that showed up, the radar tracks it as 86.8% bot

https://radar.cloudflare.com/bots/as132203

Here can be seen the 6th of September surge on on the graph and it coincides with the server traffic

A lot of these bots are hammering wordpress exploits with targets such as /wp-content/index.php and so on, it might not be a bad idea to block by default if you have server load issues.