Internet Archive IP ranges
Current IP ranges (CIDRs) used by the Internet Archive network, updated daily.
| category | VPN & Networks |
|---|---|
| website | https://archive.org |
| ranges | 9 (8 IPv4, 1 IPv6) |
| last change | |
| downloads | 207 |
| download | txt csv json — permalinks, always the latest data |
curl -O https://cloud-ip-ranges.com/download/internet-archive.txt
Ranges
Sample of 9 of 9 ranges. Download the full list above, or check a specific IP.
| CIDR | Type | Tag |
|---|---|---|
| 204.62.246.0/23 | ipv4 | AS399784 |
| 204.62.248.0/23 | ipv4 | AS399784 |
| 207.241.224.0/20 | ipv4 | AS7941 |
| 207.241.224.0/24 | ipv4 | AS7941 |
| 207.241.231.0/24 | ipv4 | AS7941 |
| 207.241.234.0/24 | ipv4 | AS7941 |
| 207.241.237.0/24 | ipv4 | AS7941 |
| 208.70.24.0/21 | ipv4 | AS7941 |
| 2620:0:9c0::/48 | ipv6 | AS7941 |
Blocking Internet Archive
iptables
curl -sO https://cloud-ip-ranges.com/download/internet-archive.txt
while read ip; do
iptables -A INPUT -s $ip -j DROP
iptables -A OUTPUT -d $ip -j DROP
done < internet-archive.txt
ufw
curl -sO https://cloud-ip-ranges.com/download/internet-archive.txt
while read ip; do
ufw deny from $ip
ufw deny to $ip
done < internet-archive.txt
fail2ban
sudo tee /etc/fail2ban/filter.d/internet-archive-block.conf << EOF
[Definition]
failregex = ^.*$
ignoreregex =
EOF
sudo tee /etc/fail2ban/jail.d/internet-archive-block.conf << EOF
[internet-archive-block]
enabled = true
filter = internet-archive-block
action = iptables-allports[name=internet-archive]
logpath = /tmp/internet-archive.txt
findtime = 1
bantime = -1
maxretry = 1
EOF
curl -so /tmp/internet-archive.txt https://cloud-ip-ranges.com/download/internet-archive.txt
sudo systemctl restart fail2ban
pfSense / OPNsense
curl -sO https://cloud-ip-ranges.com/download/internet-archive.txt
# Firewall > Aliases: new alias INTERNET-ARCHIVE_BLOCK, type Network(s), import the file
# Firewall > Rules > WAN: Action=Block, Source=INTERNET-ARCHIVE_BLOCK
About
These IP ranges cover the Internet Archive network and are updated regularly from its official source. The data includes IPv4 and IPv6 ranges. Last update was 3 minutes ago.
Other providers
AirVPN, Akamai, Alibaba, Alpha Strike Labs, Amazonbot, Amzn-SearchBot, 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, 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