cloud-ip-ranges:~$

SaaS & Business API IP Ranges

Egress ranges for SaaS platforms and business APIs — GitHub, Microsoft 365, Atlassian, Salesforce, Datadog, and LLM APIs.

One file, every SaaS platform and business API

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

How this list is used

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.

Providers in this category

Provider Last change CIDRs Download formats
Anthropic 2 txt csv json
Apple 300,394 txt csv json
Atlassian 166 txt csv json
Backblaze 85 txt csv json
Datadog 150 txt csv json
GitHub 9,639 txt csv json
Meta 755 txt csv json
Microsoft 365 95 txt csv json
Mistral 2 txt csv json
OpenAI ChatGPT 148 txt csv json
Salesforce 61 txt csv json
Wasabi 20 txt csv json
Zoho 180 txt csv json