https://github.com/jonhadfield/cloud-ips
Latest ip ranges of popular sources
https://github.com/jonhadfield/cloud-ips
cloud ip network ranges
Last synced: 3 months ago
JSON representation
Latest ip ranges of popular sources
- Host: GitHub
- URL: https://github.com/jonhadfield/cloud-ips
- Owner: jonhadfield
- License: apache-2.0
- Created: 2024-02-17T18:08:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-03T12:01:03.000Z (4 months ago)
- Last Synced: 2026-02-03T13:27:49.389Z (4 months ago)
- Topics: cloud, ip, network, ranges
- Homepage:
- Size: 8.23 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cloud-ips
A collection of cloud IP ranges and provider address lists. These JSON files
can be used to keep firewall rules or network filters up to date.
## Contents
##### last updated: Thu, 19 Mar 2026 12:01:05 UTC
| File | Description | Category | |
| ------------- | ------------- | ------------- | ------------- |
| [aws.json](aws.json) | Amazon Web Services | cloud | [source](https://docs.aws.amazon.com/vpc/latest/userguide/aws-ip-ranges.html) |
| [cloudflare.json](cloudflare.json) | Cloudflare | cdn | [source](https://www.cloudflare.com/en-gb/ips/) |
| [fastly.json](fastly.json) | Fastly | cdn | [source](https://www.fastly.com/documentation/reference/api/utils/public-ip-list/) |
| [gcp.json](gcp.json) | Google Cloud Platform | cloud | [source](https://cloud.google.com/compute/docs/faq#find_ip_range) |
| [google.json](google.json) | Google | hosting | [source](https://support.google.com/a/answer/10026322) |
| [googlebot.json](googlebot.json) | Google Crawler Bots | crawlers | [source](https://developers.google.com/search/docs/crawling-indexing/verifying-googlebot) |
| [googlesc.json](googlesc.json) | Google Special Crawlers | crawlers | [source](https://developers.google.com/search/docs/crawling-indexing/verifying-googlebot) |
| [googleutf.json](googleutf.json) | Google User-Triggered Fetchers | crawlers | [source](https://developers.google.com/search/docs/crawling-indexing/verifying-googlebot) |
| [linode.json](linode.json) | Linode | hosting | [source](https://www.linode.com/) |
| [oci.json](oci.json) | Oracle Cloud Infrastructure | hosting | [source](https://docs.oracle.com/en-us/iaas/Content/General/Concepts/addressranges.htm) |
| [zscaler.json](zscaler.json) | Zscaler | security | [source](https://www.zscaler.com) |
## Usage
Download the JSON file for the provider you are interested in and use the
contained IP ranges to configure your firewall rules or network filters.
example:
```bash
curl -O https://raw.githubusercontent.com/jonhadfield/cloud-ips/main/aws.json
```
## License
This project is licensed under the [Apache-2.0](LICENSE) License.
## Acknowledgments
##### generated by [ip-fetcher](https://github.com/jonhadfield/ip-fetcher)