When setting up cloud infrastructure security, you often need to whitelist or restrict access to specific cloud providers. Each major cloud provider publishes their IP ranges (CIDRs), but they're scattered across different formats and locations, making it challenging to maintain up-to-date firewall rules and security configurations.
This service aggregates IP ranges from 23 major cloud providers including AWS, Azure, Google Cloud, Cloudflare, and DigitalOcean, providing them in consistent formats (txt, csv, json). All data is automatically updated daily to ensure your security configurations stay current with the latest cloud infrastructure changes.
| Provider | Last change | CIDRs | Downloads | |
|---|---|---|---|---|
| 1,712 | 716 | txt csv json | ||
| 2 | 601 | txt csv json | ||
| 299,151 | 812 | txt csv json | ||
| 10,535 | 683 | txt csv json | ||
| 56,897 | 721 | txt csv json | ||
| 971 | 639 | txt csv json | ||
| 22 | 701 | txt csv json | ||
| 1,191 | 644 | txt csv json | ||
| 21 | 690 | txt csv json | ||
| 6,681 | 720 | txt csv json | ||
| 1,981 | 698 | txt csv json | ||
| 915 | 702 | txt csv json | ||
| 88 | 606 | txt csv json | ||
| 709 | 677 | txt csv json | ||
| 5,045 | 652 | txt csv json | ||
| 95 | 618 | txt csv json | ||
| 2 | 545 | txt csv json | ||
| 148 | 547 | txt csv json | ||
| 1,018 | 674 | txt csv json | ||
| 1,970 | 574 | txt csv json | ||
| 512 | 687 | txt csv json | ||
| 581 | 622 | txt csv json | ||
|
|
390,247 | 687 | txt csv json |
All download links are permalinks - they always return the latest data, perfect for scripts and CI/CD pipelines.
Choose from TXT (simple lists), CSV (with metadata), or JSON (structured data) formats.
# Download AWS IPs and block them with iptables
wget -O aws_ips.txt https://cloud-ip-ranges.com/download/aws.txt
while read ip; do iptables -A INPUT -s $ip -j DROP; done < aws_ips.txt
Missing a cloud provider? Please let me know and I'll add it to the service.
This service is free because I believe in open access to cloud infrastructure data. If you find it valuable and want to support continued development, consider buying me a coffee!
Cheers big ears,
@kinduff