cloud-ip-ranges

Amzn-SearchBot IP ranges

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

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

Ranges

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

CIDR Type
3.82.67.224/32 ipv4
3.82.90.168/32 ipv4
3.83.75.212/32 ipv4
3.85.141.163/32 ipv4
3.86.74.89/32 ipv4
3.89.17.222/32 ipv4
3.89.155.158/32 ipv4
3.90.92.205/32 ipv4
3.90.117.221/32 ipv4
3.91.142.95/32 ipv4
3.91.164.253/32 ipv4
3.92.140.162/32 ipv4
3.93.116.95/32 ipv4
3.93.120.17/32 ipv4
3.94.185.94/32 ipv4
3.208.37.94/32 ipv4
3.208.113.39/32 ipv4
3.209.57.4/32 ipv4
3.209.71.33/32 ipv4
3.209.162.193/32 ipv4
3.210.17.17/32 ipv4
3.210.117.45/32 ipv4
3.210.238.203/32 ipv4
3.210.239.195/32 ipv4
3.211.100.186/32 ipv4

Blocking Amzn-SearchBot

iptables

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

ufw

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

fail2ban

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

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

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

pfSense / OPNsense

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

About

These IP ranges are sourced from Amzn-SearchBot's official feed and are updated regularly. Use them to verify that requests claiming to be Amzn-SearchBot 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 21 minutes ago.

Other providers

AirVPN, Akamai, Alibaba, Alpha Strike Labs, Amazonbot, Amzn-User, 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