An open API service indexing awesome lists of open source software.

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

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)