cloud-ip-ranges

Amzn-User IP ranges

Current IP ranges (CIDRs) used by the Amzn-User crawler, updated daily.

categoryAI Crawlers & Bots
websitehttps://developer.amazon.com/amazonbot
ranges1,023 (1,023 IPv4, 0 IPv6)
last change
downloads362
download txt csv json — permalinks, always the latest data
curl -O https://cloud-ip-ranges.com/download/amzn-user.txt

Ranges

Sample of 25 of 1,023 ranges. Download the full list above, or check a specific IP.

CIDR Type
3.81.194.188/32 ipv4
3.81.253.151/32 ipv4
3.82.29.30/32 ipv4
3.82.135.179/32 ipv4
3.84.64.201/32 ipv4
3.85.182.19/32 ipv4
3.86.137.101/32 ipv4
3.87.104.37/32 ipv4
3.88.92.27/32 ipv4
3.89.14.22/32 ipv4
3.89.14.224/32 ipv4
3.89.213.23/32 ipv4
3.91.124.128/32 ipv4
3.92.14.207/32 ipv4
3.93.132.173/32 ipv4
3.94.34.209/32 ipv4
3.94.154.72/32 ipv4
3.94.216.37/32 ipv4
3.94.225.17/32 ipv4
3.94.226.92/32 ipv4
3.95.79.208/32 ipv4
3.95.81.91/32 ipv4
3.95.96.198/32 ipv4
3.208.46.236/32 ipv4
3.208.167.128/32 ipv4

Blocking Amzn-User

iptables

curl -sO https://cloud-ip-ranges.com/download/amzn-user.txt
while read ip; do
  iptables -A INPUT -s $ip -j DROP
  iptables -A OUTPUT -d $ip -j DROP
done < amzn-user.txt

ufw

curl -sO https://cloud-ip-ranges.com/download/amzn-user.txt
while read ip; do
  ufw deny from $ip
  ufw deny to $ip
done < amzn-user.txt

fail2ban

sudo tee /etc/fail2ban/filter.d/amzn-user-block.conf << EOF
[Definition]
failregex = ^.*$
ignoreregex =
EOF

sudo tee /etc/fail2ban/jail.d/amzn-user-block.conf << EOF
[amzn-user-block]
enabled = true
filter = amzn-user-block
action = iptables-allports[name=amzn-user]
logpath = /tmp/amzn-user.txt
findtime = 1
bantime = -1
maxretry = 1
EOF

curl -so /tmp/amzn-user.txt https://cloud-ip-ranges.com/download/amzn-user.txt
sudo systemctl restart fail2ban

pfSense / OPNsense

curl -sO https://cloud-ip-ranges.com/download/amzn-user.txt
# Firewall > Aliases: new alias AMZN-USER_BLOCK, type Network(s), import the file
# Firewall > Rules > WAN: Action=Block, Source=AMZN-USER_BLOCK

About

These IP ranges are sourced from Amzn-User's official feed and are updated regularly. Use them to verify that requests claiming to be Amzn-User actually originate from it, or to rate-limit or block it at the network edge. To opt out of crawling entirely, prefer a robots.txt rule — blocking by IP can prevent the crawler from reading your robots.txt at all. Last update was 4 minutes ago.

Other providers

AirVPN, Akamai, Alibaba, Alpha Strike Labs, Amazonbot, Amzn-SearchBot, Anthropic, AppleBot, Atlassian, AWS, Azure, Backblaze, Baidu, BinaryEdge, BingBot, Bunny, CacheFly, CCBot, Censys, ChatGPT-User, ClaudeBot, Cloudflare, Datadog, DigitalOcean, DuckDuckBot, Fastly, Gabia, G-Core, GitHub, Googlebot, Google Cloud, Google Public DNS, Google Services, GPTBot, Hetzner, Hostway, Huawei Cloud, IBM Cloud, iCloud Private Relay, Internet Archive, IVPN, Leaseweb, Linode, Meta, Microsoft 365, Mistral, Mullvad, NHN Cloud, NordVPN, OpenAI ChatGPT, OpenAI SearchBot, Oracle Cloud, OVHcloud, OVPN.com, PerplexityBot, Perplexity-User, Pingdom, Private Internet Access, QUIC.cloud, Rackspace, Rapid7 Sonar, Salesforce, Scaleway, Shodan, StatusCake, StormWall, Stretchoid, Sucuri, Telegram, Tencent, TOR, UpCloud, UptimeRobot, Vultr, Wasabi, Windscribe, Yandex, Zoho, Zoom, Zscaler