public-cloud-provider-ip-ranges
收藏数据集概述
数据集名称
public-cloud-provider-ip-ranges
数据集内容
该数据集提供公共云服务提供商的IP范围数据,包括以下服务提供商:
- AWS
- Azure
- CloudFlare
- DigitalOcean
- Fastly
- Google Cloud
- Oracle Cloud
数据格式
数据集提供三种格式的数据:
- CSV
- Parquet
- JSON
数据结构
列式数据(CSV和Parquet)
| 列名 | 数据类型 | 描述 |
|---|---|---|
| cloud_provider | VARCHAR | 公共云服务提供商名称 |
| cidr_block | VARCHAR | CIDR块,例如10.0.0.0/32 |
| ip_address | VARCHAR | IP地址,例如10.0.0.0 |
| ip_address_mask | INTEGER | IP地址掩码,例如32 |
| ip_address_cnt | INTEGER | CIDR块中的IP地址数量 |
| region | VARCHAR | 公共云服务提供商区域信息(如有) |
JSON数据
json { "$schema": "https://json-schema.org/draft-07/schema", "title": "Public Cloud Provider JSON export schema", "type": "array", "items": { "title": "CIDR block record", "type": "object", "required": [ "cidr_block", "ip_address", "ip_address_mask", "ip_address_cnt", "region" ], "properties": { "cidr_block": { "title": "The CIDR block", "type": "string", "examples": [ "129.146.0.0/21" ] }, "ip_address": { "title": "The IP address", "type": "string", "examples": [ "129.146.0.0" ] }, "ip_address_mask": { "title": "The IP address mask", "type": "integer", "examples": [ 21 ] }, "ip_address_cnt": { "title": "The number of IP addresses in this CIDR block", "type": "integer", "examples": [ 2048 ] }, "region": { "title": "The respective public cloud provider region", "type": "string", "examples": [ "us-phoenix-1" ] } }, "examples": [{ "cidr_block": "129.146.0.0/21", "ip_address": "129.146.0.0", "ip_address_mask": 21, "ip_address_cnt": 2048, "region": "us-phoenix-1" }] } }
数据集更新
数据集每天UTC时间4AM进行自动更新,以确保数据的最新性。




