Egress ranges for SaaS platforms and business APIs — GitHub, Microsoft 365, Atlassian, Salesforce, Datadog, and LLM APIs.
311,697 ranges from 13 providers in a single download. Permalinks — they always return the latest data, so you can curl them from a cron job.
# Block every saas & business apis range with iptables
wget -O saas-apis.txt https://cloud-ip-ranges.com/download/category/saas-apis.txt
while read ip; do iptables -A INPUT -s $ip -j DROP; done < saas-apis.txt
These are allowlist ranges. Webhooks, CI runners, integrations and API callbacks arrive from here, and a WAF or IP restriction that does not know about them will drop deliveries quietly — the sending service retries, gives up, and you find out days later that a queue stopped moving. Allowlist ahead of your bot rules, and keep it fresh: these ranges change more often than infrastructure ranges do.
| Provider | Last change | CIDRs | Download formats |
|---|---|---|---|
|
|
2 | txt csv json | |
|
|
300,394 | txt csv json | |
|
|
166 | txt csv json | |
|
|
85 | txt csv json | |
|
|
150 | txt csv json | |
|
|
9,639 | txt csv json | |
|
|
755 | txt csv json | |
|
|
95 | txt csv json | |
|
|
2 | txt csv json | |
|
|
148 | txt csv json | |
|
|
61 | txt csv json | |
|
|
20 | txt csv json | |
|
|
180 | txt csv json |