Richard G
Verified User
Seem some sites on our servers are under attack in some way. Don't know exactly what they are doing but it's eating up bandwith of the users, while it looks as they are just requesting content.
Recently I used a bad bot blocker in the httpd-includes.conf file and things got fairly quiet.
Now they are using loads of ip's with old Chrome versions to do a lot of requests.
There are a couple of things which do catch the eye.
First of all, almost all of them are from Macintosh OS X all kind of 10.x versions in the log line and old Chrome versions are used like this:
Blocking these ip's has no use as there are douzens of different ip's doing this. And it's causing high load too now.
Is there a simple way to block everything below for example version 110 of Chrome or maybe a better way to block this behaviour?
It's just plain crazy, look at this, the phpbb forum stats:
Recently I used a bad bot blocker in the httpd-includes.conf file and things got fairly quiet.
Now they are using loads of ip's with old Chrome versions to do a lot of requests.
There are a couple of things which do catch the eye.
First of all, almost all of them are from Macintosh OS X all kind of 10.x versions in the log line and old Chrome versions are used like this:
Code:
189.6.12.85 - - [19/Oct/2025:00:47:34 +0200] "GET http://www.some-website.nl/forum/viewtopic.php?p=964374&sid=d6db3f0bd6a3ff92e823afeebaffb819 HTTP/1.1" 200 8328 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36"
200.181.149.72 - - [19/Oct/2025:00:47:34 +0200] "GET http://www.some-website.nl/forum/viewforum.php?f=157&sid=deb313a2da7fdd7c0cacea1c13669ba5 HTTP/1.1" 301 311 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/87.0.4280.90 Safari/537.36"
Blocking these ip's has no use as there are douzens of different ip's doing this. And it's causing high load too now.
Is there a simple way to block everything below for example version 110 of Chrome or maybe a better way to block this behaviour?
It's just plain crazy, look at this, the phpbb forum stats:
In total there are 17082 users online :: 4 registered, 1 hidden and 17077 guests (based on users active over the past 15 minutes)
Last edited: