Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2700

[3.3.x] Support Forum • Re: What is going on? Is this some kind of widespread attack?

$
0
0
Search can help here, too. See "Block IP based on CIDR".

https://htaccessbook.com/block-ip-address/

According to ChatGPT (entirely untested, sorry):

Code:

<RequireAll>  Require all granted  # Block Alibaba Cloud IP ranges (sorted by size descending)  Require not ip 47.74.0.0/12         # 1,048,576 IPs — 47.74.0.0 – 47.87.255.255  Require not ip 8.208.0.0/13         # 524,288 IPs — 8.208.0.0 – 8.215.255.255  Require not ip 47.240.0.0/13        # 524,288 IPs — 47.240.0.0 – 47.247.255.255  Require not ip 47.88.0.0/14         # 262,144 IPs — 47.88.0.0 – 47.91.255.255  Require not ip 47.252.0.0/14        # 262,144 IPs — 47.252.0.0 – 47.255.255.255  Require not ip 47.236.0.0/15        # 131,072 IPs — 47.236.0.0 – 47.237.255.255  Require not ip 47.238.0.0/15        # 131,072 IPs — 47.238.0.0 – 47.239.255.255  Require not ip 47.250.0.0/15        # 131,072 IPs — 47.250.0.0 – 47.251.255.255  Require not ip 47.56.0.0/15         # 131,072 IPs — 47.56.0.0 – 47.57.255.255  Require not ip 47.52.0.0/16         # 65,536 IPs  Require not ip 47.235.0.0/16        # 65,536 IPs  Require not ip 72.254.0.0/16        # 65,536 IPs  Require not ip 139.95.0.0/16        # 65,536 IPs  Require not ip 147.139.0.0/16       # 65,536 IPs  Require not ip 155.102.0.0/16       # 65,536 IPs  Require not ip 163.181.0.0/16       # 65,536 IPs  Require not ip 47.89.91.0/24        # 256 IPs  Require not ip 47.89.112.0/24       # 256 IPs  Require not ip 61.200.84.0/24       # 256 IPs  Require not ip 111.108.151.176/28   # 16 IPs</RequireAll>
Based on:

Statistics: Posted by HB — Sun May 04, 2025 4:45 pm



Viewing all articles
Browse latest Browse all 2700

Trending Articles