// ALIBABA / APACHE
Alibaba · Apache
Apache httpd Require ip directives for Alibaba. 2,381 CIDRs, refreshed daily.
// apache_alibaba_allow.conf
# Alibaba IP Ranges # Updated: 2026-07-25 03:14:49 # Source: https://github.com/rezmoss/cloud-provider-ip-addresses # License: https://github.com/rezmoss/cloud-provider-ip-addresses/LICENSE # This file is generated automatically. Do not edit it directly. # Updates daily at 02:00 UTC # To restrict access to only these IPs in Apache, # add the following line to your .htaccess file or your virtual host configuration file (e.g., /etc/apache2/sites-available/000-default.conf): # Include /path/to/apache_alibaba_allow.conf Require ip 5.181.224.0/23 Require ip 8.128.4.0/22 Require ip 8.128.32.0/19 Require ip 8.128.64.0/19 Require ip 8.128.96.0/20 Require ip 8.129.0.0/16 Require ip 8.130.0.0/15 Require ip 8.132.0.0/14 Require ip 8.136.0.0/13 Require ip 8.144.0.0/14 Require ip 8.148.0.0/19 Require ip 8.148.36.0/22 Require ip 8.148.41.0/24 Require ip 8.148.43.0/24 Require ip 8.148.64.0/18 … (315 more lines)
// apache_alibaba_deny.conf
# Alibaba IP Ranges # Updated: 2026-07-25 03:14:49 # Source: https://github.com/rezmoss/cloud-provider-ip-addresses # License: https://github.com/rezmoss/cloud-provider-ip-addresses/LICENSE # This file is generated automatically. Do not edit it directly. # Updates daily at 02:00 UTC # To deny access from these IPs in Apache, # add the following line to your .htaccess file or your virtual host configuration file (e.g., /etc/apache2/sites-available/000-default.conf): # Include /path/to/apache_alibaba_deny.conf Deny from 5.181.224.0/23 Deny from 8.128.4.0/22 Deny from 8.128.32.0/19 Deny from 8.128.64.0/19 Deny from 8.128.96.0/20 Deny from 8.129.0.0/16 Deny from 8.130.0.0/15 Deny from 8.132.0.0/14 Deny from 8.136.0.0/13 Deny from 8.144.0.0/14 Deny from 8.148.0.0/19 Deny from 8.148.36.0/22 Deny from 8.148.41.0/24 Deny from 8.148.43.0/24 Deny from 8.148.64.0/18 … (316 more lines)