// AMAZONBOT / APACHE
Amazonbot · Apache
Apache httpd Require ip directives for Amazonbot. 2,059 CIDRs, refreshed daily.
// apache_amazonbot_allow.conf
# Amazonbot IP Ranges # Updated: 2026-05-15 03:20:33 # 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 00: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_amazonbot_allow.conf Require ip 3.81.253.213/32 Require ip 3.89.170.186/32 Require ip 3.89.176.255/32 Require ip 3.90.73.206/32 Require ip 3.91.138.117/32 Require ip 3.92.253.216/32 Require ip 3.93.98.99/32 Require ip 3.93.211.16/32 Require ip 3.93.253.174/32 Require ip 3.94.40.182/32 Require ip 3.94.46.239/32 Require ip 3.94.156.104/32 Require ip 3.94.157.25/32 Require ip 3.94.199.128/32 Require ip 3.208.47.73/32 … (2044 more lines)
// apache_amazonbot_deny.conf
# Amazonbot IP Ranges # Updated: 2026-05-15 03:20:33 # 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 00: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_amazonbot_deny.conf Deny from 3.81.253.213/32 Deny from 3.89.170.186/32 Deny from 3.89.176.255/32 Deny from 3.90.73.206/32 Deny from 3.91.138.117/32 Deny from 3.92.253.216/32 Deny from 3.93.98.99/32 Deny from 3.93.211.16/32 Deny from 3.93.253.174/32 Deny from 3.94.40.182/32 Deny from 3.94.46.239/32 Deny from 3.94.156.104/32 Deny from 3.94.157.25/32 Deny from 3.94.199.128/32 Deny from 3.208.47.73/32 … (2045 more lines)