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.

8,957 ranges from 12 providers in one file, every SaaS platform and business API: txt csv json

# block every saas & business apis range with iptables
curl -sO 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.

Providers

Provider Last change CIDRs Download formats
Anthropic 1 txt csv json
Atlassian 166 txt csv json
Backblaze 85 txt csv json
Datadog 148 txt csv json
GitHub 7,305 txt csv json
Meta 761 txt csv json
Microsoft 365 93 txt csv json
Mistral 4 txt csv json
OpenAI ChatGPT 138 txt csv json
Salesforce 59 txt csv json
Wasabi 20 txt csv json
Zoho 177 txt csv json

Other categories

Datacenter & Hosting, CDN & Edge, AI Crawlers & Bots, Uptime Monitoring, VPN & Networks, Security Scanners, all 81 providers