cloudcheck 9.1.1__tar.gz → 9.1.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/.github/workflows/docker-tests.yml +1 -1
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/Cargo.lock +5 -5
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/Cargo.toml +4 -1
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/PKG-INFO +26 -25
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/README.md +24 -24
- cloudcheck-9.1.2/dist/cloudcheck-9.1.2-cp314-cp314-manylinux_2_38_x86_64.whl +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/pyproject.toml +1 -1
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/uv.lock +1 -1
- cloudcheck-9.1.1/dist/cloudcheck-9.1.1-cp314-cp314-manylinux_2_38_x86_64.whl +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/.github/dependabot.yml +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/.github/workflows/pipeline-tests.yml +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/.github/workflows/python-tests.yml +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/.github/workflows/rust-tests.yml +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/.gitignore +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/Dockerfile +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloud_providers.json +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloud_providers_v2.json +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/__init__.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/helpers.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/__init__.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/akamai.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/alibaba.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/amazon.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/arvancloud.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/backblaze.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/baidu.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/base.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/cachefly.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/cdnetworks.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/cisco.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/cloudflare.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/cloudfront.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/ddosguard.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/dell.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/digitalocean.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/dod.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/fastly.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/fbi.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/gabia.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/gcore.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/github.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/gocache.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/google.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/heroku.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/hetzner.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/hostway.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/hpe.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/huawei.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/ibm.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/imperva.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/kamatera.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/kinx.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/ktcloud.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/leaseweb.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/lgtelecom.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/microsoft.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/microsoft365.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/navercloud.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/nhncloud.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/oracle.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/ovh.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/qrator.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/quiccloud.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/rackspace.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/ru_fso.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/salesforce.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/scaleway.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/skbroadband.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/stormwall.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/sucuri.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/tencent.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/uk_mod.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/wasabi.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/x4b.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/yandex.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/zoho.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck/providers/zscaler.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck_update/__init__.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck_update/cli.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/cloudcheck_update/test_cloudcheck_update.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/helm/Chart.yaml +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/helm/cloudcheck/values.yaml +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/helm/templates/cloudcheck.yaml +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/helm/values.yaml +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/pytest.ini +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/scripts/update_readme_table.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/src/api.rs +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/src/lib.rs +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/src/main.rs +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/src/python.rs +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/test_cloudcheck.py +0 -0
- {cloudcheck-9.1.1 → cloudcheck-9.1.2}/test_docker.py +0 -0
|
@@ -267,7 +267,7 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
|
|
|
267
267
|
|
|
268
268
|
[[package]]
|
|
269
269
|
name = "cloudcheck"
|
|
270
|
-
version = "9.1.
|
|
270
|
+
version = "9.1.2"
|
|
271
271
|
dependencies = [
|
|
272
272
|
"axum",
|
|
273
273
|
"clap",
|
|
@@ -2419,18 +2419,18 @@ dependencies = [
|
|
|
2419
2419
|
|
|
2420
2420
|
[[package]]
|
|
2421
2421
|
name = "zerocopy"
|
|
2422
|
-
version = "0.8.
|
|
2422
|
+
version = "0.8.34"
|
|
2423
2423
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2424
|
-
checksum = "
|
|
2424
|
+
checksum = "71ddd76bcebeed25db614f82bf31a9f4222d3fbba300e6fb6c00afa26cbd4d9d"
|
|
2425
2425
|
dependencies = [
|
|
2426
2426
|
"zerocopy-derive",
|
|
2427
2427
|
]
|
|
2428
2428
|
|
|
2429
2429
|
[[package]]
|
|
2430
2430
|
name = "zerocopy-derive"
|
|
2431
|
-
version = "0.8.
|
|
2431
|
+
version = "0.8.34"
|
|
2432
2432
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2433
|
-
checksum = "
|
|
2433
|
+
checksum = "d8187381b52e32220d50b255276aa16a084ec0a9017a0ca2152a1f55c539758d"
|
|
2434
2434
|
dependencies = [
|
|
2435
2435
|
"proc-macro2",
|
|
2436
2436
|
"quote",
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "cloudcheck"
|
|
3
|
-
version = "9.1.
|
|
3
|
+
version = "9.1.2"
|
|
4
4
|
edition = "2024"
|
|
5
5
|
description = "CloudCheck is a simple Rust tool to check whether an IP address or hostname belongs to a cloud provider."
|
|
6
6
|
license = "GPL-3.0"
|
|
7
|
+
repository = "https://github.com/blacklanternsecurity/cloudcheck"
|
|
8
|
+
homepage = "https://github.com/blacklanternsecurity/cloudcheck"
|
|
9
|
+
documentation = "https://docs.rs/cloudcheck"
|
|
7
10
|
readme = "README.md"
|
|
8
11
|
|
|
9
12
|
[dependencies]
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cloudcheck
|
|
3
|
-
Version: 9.1.
|
|
3
|
+
Version: 9.1.2
|
|
4
4
|
Summary: Detailed database of cloud providers. Instantly look up a domain or IP address
|
|
5
|
+
Home-Page: https://github.com/blacklanternsecurity/cloudcheck
|
|
5
6
|
Requires-Python: >=3.9
|
|
6
7
|
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
|
7
8
|
|
|
@@ -227,51 +228,51 @@ When adding a new cloud provider:
|
|
|
227
228
|
|
|
228
229
|
| Name | Description | Tags | Domains | Subnets |
|
|
229
230
|
|------|-------------|------|---------|----------|
|
|
230
|
-
| Akamai | A content delivery network and cloud services provider that delivers web and internet security services. | cloud | 81 |
|
|
231
|
-
| Alibaba Cloud | A Chinese cloud computing company and subsidiary of Alibaba Group, providing cloud services and infrastructure. | cloud | 394 |
|
|
232
|
-
| Amazon Web Services | A comprehensive cloud computing platform provided by Amazon, offering infrastructure services, storage, and computing power. | cloud | 231 |
|
|
231
|
+
| Akamai | A content delivery network and cloud services provider that delivers web and internet security services. | cloud | 81 | 6373 |
|
|
232
|
+
| Alibaba Cloud | A Chinese cloud computing company and subsidiary of Alibaba Group, providing cloud services and infrastructure. | cloud | 394 | 90 |
|
|
233
|
+
| Amazon Web Services | A comprehensive cloud computing platform provided by Amazon, offering infrastructure services, storage, and computing power. | cloud | 231 | 14204 |
|
|
233
234
|
| Arvancloud | An Iranian cloud computing and content delivery network provider offering cloud infrastructure and CDN services. | cdn | 1 | 9 |
|
|
234
235
|
| Backblaze | A cloud storage and backup service provider offering data backup and cloud storage solutions. | cloud | 2 | 27 |
|
|
235
236
|
| Baidu Cloud Acceleration (百度云加速) | A Chinese content delivery network and cloud acceleration service provided by Baidu. | cdn | 134 | 0 |
|
|
236
|
-
| CacheFly | A content delivery network provider offering global CDN services. | cdn | 0 |
|
|
237
|
+
| CacheFly | A content delivery network provider offering global CDN services. | cdn | 0 | 82 |
|
|
237
238
|
| CDNetworks (씨디네트웍스) | A Korean content delivery network provider offering CDN and cloud services. | cdn | 0 | 3 |
|
|
238
|
-
| Cisco | A multinational technology corporation that designs, manufactures, and sells networking hardware, software, and telecommunications equipment. | cloud | 121 |
|
|
239
|
-
| Cloudflare | A web infrastructure and security company providing content delivery network services, DDoS mitigation, and web security solutions. |
|
|
239
|
+
| Cisco | A multinational technology corporation that designs, manufactures, and sells networking hardware, software, and telecommunications equipment. | cloud | 121 | 635 |
|
|
240
|
+
| Cloudflare | A web infrastructure and security company providing content delivery network services, DDoS mitigation, and web security solutions. | waf | 71 | 2788 |
|
|
240
241
|
| Amazon CloudFront | A content delivery network service provided by Amazon Web Services that delivers data, videos, applications, and APIs to customers globally. | cdn | 0 | 173 |
|
|
241
|
-
| DDoS Guard | A DDoS protection and content delivery network service provider. | cdn | 0 |
|
|
242
|
+
| DDoS Guard | A DDoS protection and content delivery network service provider. | cdn | 0 | 18 |
|
|
242
243
|
| Dell | A multinational technology company that develops, sells, repairs, and supports computers and related products and services. | cloud | 236 | 101 |
|
|
243
244
|
| DigitalOcean | A cloud infrastructure provider offering virtual private servers, managed databases, and other cloud services for developers and businesses. | cloud | 4 | 271 |
|
|
244
|
-
| Department of Defense | A U.S. government agency responsible for coordinating and supervising all agencies and functions of the government directly related to national security and the United States Armed Forces. | gov | 3 |
|
|
245
|
+
| Department of Defense | A U.S. government agency responsible for coordinating and supervising all agencies and functions of the government directly related to national security and the United States Armed Forces. | gov | 3 | 9169 |
|
|
245
246
|
| Federal Bureau of Investigation | A U.S. government agency that serves as the domestic intelligence and security service, responsible for investigating federal crimes and protecting national security. | gov | 3 | 21 |
|
|
246
|
-
| Fastly | A content delivery network and edge cloud platform that provides edge computing, security, and performance services. | cdn | 8 |
|
|
247
|
+
| Fastly | A content delivery network and edge cloud platform that provides edge computing, security, and performance services. | cdn | 8 | 1068 |
|
|
247
248
|
| Gabia (가비아) | A Korean cloud hosting and infrastructure provider. | cloud | 0 | 48 |
|
|
248
|
-
| G-Core Labs | A content delivery network and cloud infrastructure provider offering CDN, cloud computing, and edge services. | cdn | 0 |
|
|
249
|
+
| G-Core Labs | A content delivery network and cloud infrastructure provider offering CDN, cloud computing, and edge services. | cdn | 0 | 1409 |
|
|
249
250
|
| GitHub | A web-based platform for version control and collaboration using Git, providing hosting for software development and code repositories. | cdn | 33 | 4299 |
|
|
250
251
|
| GoCache | A Brazilian content delivery network provider offering CDN services. | cdn | 0 | 25 |
|
|
251
|
-
| Google Cloud | A suite of cloud computing services provided by Google, including infrastructure, platform, and software services for businesses and developers. | cloud | 1109 |
|
|
252
|
+
| Google Cloud | A suite of cloud computing services provided by Google, including infrastructure, platform, and software services for businesses and developers. | cloud | 1109 | 1874 |
|
|
252
253
|
| Hewlett Packard Enterprise | A multinational enterprise information technology company that provides servers, storage, networking, and cloud services. | cloud | 16 | 38 |
|
|
253
254
|
| Heroku | A cloud platform as a service that enables developers to build, run, and operate applications entirely in the cloud. | cloud | 12 | 0 |
|
|
254
|
-
| Hetzner | A German cloud hosting provider offering dedicated servers, cloud instances, and storage solutions. | cloud | 15 |
|
|
255
|
+
| Hetzner | A German cloud hosting provider offering dedicated servers, cloud instances, and storage solutions. | cloud | 15 | 120 |
|
|
255
256
|
| Hostway (호스트웨이) | A Korean cloud hosting and infrastructure provider. | cloud | 0 | 59 |
|
|
256
|
-
| Huawei | A Chinese multinational technology corporation that designs, develops, and sells telecommunications equipment, consumer electronics, and cloud services. | cloud | 338 |
|
|
257
|
-
| IBM | A multinational technology corporation that provides hardware, software, cloud computing, and consulting services. | cloud | 20 |
|
|
258
|
-
| Imperva | A cybersecurity company that provides web application firewall, DDoS protection, and data security solutions. | waf | 1 |
|
|
259
|
-
| Kamatera | A cloud infrastructure provider offering virtual private servers, cloud servers, and managed cloud services. | cloud | 1 |
|
|
260
|
-
| KINX (한국인터넷인프라) | A Korean content delivery network and cloud infrastructure provider. | cdn | 0 |
|
|
257
|
+
| Huawei | A Chinese multinational technology corporation that designs, develops, and sells telecommunications equipment, consumer electronics, and cloud services. | cloud | 338 | 267 |
|
|
258
|
+
| IBM | A multinational technology corporation that provides hardware, software, cloud computing, and consulting services. | cloud | 20 | 391 |
|
|
259
|
+
| Imperva | A cybersecurity company that provides web application firewall, DDoS protection, and data security solutions. | waf | 1 | 380 |
|
|
260
|
+
| Kamatera | A cloud infrastructure provider offering virtual private servers, cloud servers, and managed cloud services. | cloud | 1 | 166 |
|
|
261
|
+
| KINX (한국인터넷인프라) | A Korean content delivery network and cloud infrastructure provider. | cdn | 0 | 143 |
|
|
261
262
|
| KT Cloud (KT클라우드) | A Korean cloud computing service provided by KT Corporation. | cloud | 0 | 18 |
|
|
262
263
|
| Leaseweb | A global hosting and cloud infrastructure provider offering dedicated servers, cloud hosting, and CDN services. | cloud | 0 | 1493 |
|
|
263
264
|
| LG U+ (LG유플러스) | A Korean telecommunications company offering CDN services. | cdn | 0 | 168 |
|
|
264
|
-
| Microsoft | A multinational technology corporation that develops, manufactures, licenses, supports and sells computer software, consumer electronics and personal computers. Known for products like Windows, Office, Azure cloud services, and Xbox. | cloud | 689 |
|
|
265
|
+
| Microsoft | A multinational technology corporation that develops, manufactures, licenses, supports and sells computer software, consumer electronics and personal computers. Known for products like Windows, Office, Azure cloud services, and Xbox. | cloud | 689 | 1179 |
|
|
265
266
|
| Microsoft 365 | A cloud-based productivity suite provided by Microsoft, including Office applications and cloud services. | cloud | 189 | 82 |
|
|
266
267
|
| Naver Cloud Platform (네이버 클라우드 플랫폼) | A Korean cloud computing platform provided by Naver Corporation. | cloud | 0 | 73 |
|
|
267
268
|
| NHN Cloud (NHN클라우드) | A Korean cloud computing platform provided by NHN Corporation. | cloud | 0 | 122 |
|
|
268
|
-
| OVHcloud | A French cloud computing company that provides web hosting, dedicated servers, and cloud infrastructure services. | cloud | 3 |
|
|
269
|
-
| Oracle | A multinational technology corporation that provides database software, cloud engineering systems, and enterprise software products. | cloud | 18 |
|
|
269
|
+
| OVHcloud | A French cloud computing company that provides web hosting, dedicated servers, and cloud infrastructure services. | cloud | 3 | 533 |
|
|
270
|
+
| Oracle | A multinational technology corporation that provides database software, cloud engineering systems, and enterprise software products. | cloud | 18 | 2399 |
|
|
270
271
|
| Qrator | A DDoS protection and content delivery network service provider. | cdn | 0 | 19 |
|
|
271
272
|
| Quic.cloud | A content delivery network and edge computing platform providing CDN services. | cdn | 0 | 155 |
|
|
272
273
|
| Russian Federal Security Service | A Russian federal executive body responsible for counterintelligence, internal and border security, counterterrorism, and surveillance. | gov | 0 | 17 |
|
|
273
|
-
| Rackspace | A managed cloud computing company that provides hosting, cloud services, and managed infrastructure solutions. | cloud | 1 |
|
|
274
|
-
| Salesforce | A cloud-based software company that provides customer relationship management services and enterprise cloud computing solutions. | cloud | 39 |
|
|
274
|
+
| Rackspace | A managed cloud computing company that provides hosting, cloud services, and managed infrastructure solutions. | cloud | 1 | 200 |
|
|
275
|
+
| Salesforce | A cloud-based software company that provides customer relationship management services and enterprise cloud computing solutions. | cloud | 39 | 48 |
|
|
275
276
|
| Scaleway | A French cloud computing company that provides virtual private servers, bare metal servers, and cloud infrastructure services. | cloud | 1 | 42 |
|
|
276
277
|
| SK Broadband (SK브로드밴드) | A Korean telecommunications company offering CDN services. | cdn | 0 | 22 |
|
|
277
278
|
| StormWall | A DDoS protection and web application firewall service provider. | cdn | 0 | 18 |
|
|
@@ -280,8 +281,8 @@ When adding a new cloud provider:
|
|
|
280
281
|
| United Kingdom Ministry of Defence | A U.K. government department responsible for implementing the defence policy of the United Kingdom and managing the British Armed Forces. | gov | 1 | 0 |
|
|
281
282
|
| Wasabi | A cloud storage provider offering hot cloud storage services with high performance and low cost. | cloud | 1 | 20 |
|
|
282
283
|
| X4B | A DDoS protection and content delivery network service provider. | cdn | 0 | 2 |
|
|
283
|
-
| Yandex Cloud | Russian cloud computing and internet services provider, offering infrastructure, storage, and various digital services. | cloud | 56 |
|
|
284
|
-
| Zoho | An Indian software company that provides cloud-based business software and productivity tools including CRM, email, and office suites. | cloud | 13 |
|
|
284
|
+
| Yandex Cloud | Russian cloud computing and internet services provider, offering infrastructure, storage, and various digital services. | cloud | 56 | 77 |
|
|
285
|
+
| Zoho | An Indian software company that provides cloud-based business software and productivity tools including CRM, email, and office suites. | cloud | 13 | 85 |
|
|
285
286
|
| Zscaler | A cloud security company providing secure internet access, cloud security, and zero trust network access services. | cloud | 0 | 251 |
|
|
286
287
|
<!--ENDPROVIDERTABLE-->
|
|
287
288
|
|
|
@@ -220,51 +220,51 @@ When adding a new cloud provider:
|
|
|
220
220
|
|
|
221
221
|
| Name | Description | Tags | Domains | Subnets |
|
|
222
222
|
|------|-------------|------|---------|----------|
|
|
223
|
-
| Akamai | A content delivery network and cloud services provider that delivers web and internet security services. | cloud | 81 |
|
|
224
|
-
| Alibaba Cloud | A Chinese cloud computing company and subsidiary of Alibaba Group, providing cloud services and infrastructure. | cloud | 394 |
|
|
225
|
-
| Amazon Web Services | A comprehensive cloud computing platform provided by Amazon, offering infrastructure services, storage, and computing power. | cloud | 231 |
|
|
223
|
+
| Akamai | A content delivery network and cloud services provider that delivers web and internet security services. | cloud | 81 | 6373 |
|
|
224
|
+
| Alibaba Cloud | A Chinese cloud computing company and subsidiary of Alibaba Group, providing cloud services and infrastructure. | cloud | 394 | 90 |
|
|
225
|
+
| Amazon Web Services | A comprehensive cloud computing platform provided by Amazon, offering infrastructure services, storage, and computing power. | cloud | 231 | 14204 |
|
|
226
226
|
| Arvancloud | An Iranian cloud computing and content delivery network provider offering cloud infrastructure and CDN services. | cdn | 1 | 9 |
|
|
227
227
|
| Backblaze | A cloud storage and backup service provider offering data backup and cloud storage solutions. | cloud | 2 | 27 |
|
|
228
228
|
| Baidu Cloud Acceleration (百度云加速) | A Chinese content delivery network and cloud acceleration service provided by Baidu. | cdn | 134 | 0 |
|
|
229
|
-
| CacheFly | A content delivery network provider offering global CDN services. | cdn | 0 |
|
|
229
|
+
| CacheFly | A content delivery network provider offering global CDN services. | cdn | 0 | 82 |
|
|
230
230
|
| CDNetworks (씨디네트웍스) | A Korean content delivery network provider offering CDN and cloud services. | cdn | 0 | 3 |
|
|
231
|
-
| Cisco | A multinational technology corporation that designs, manufactures, and sells networking hardware, software, and telecommunications equipment. | cloud | 121 |
|
|
232
|
-
| Cloudflare | A web infrastructure and security company providing content delivery network services, DDoS mitigation, and web security solutions. |
|
|
231
|
+
| Cisco | A multinational technology corporation that designs, manufactures, and sells networking hardware, software, and telecommunications equipment. | cloud | 121 | 635 |
|
|
232
|
+
| Cloudflare | A web infrastructure and security company providing content delivery network services, DDoS mitigation, and web security solutions. | waf | 71 | 2788 |
|
|
233
233
|
| Amazon CloudFront | A content delivery network service provided by Amazon Web Services that delivers data, videos, applications, and APIs to customers globally. | cdn | 0 | 173 |
|
|
234
|
-
| DDoS Guard | A DDoS protection and content delivery network service provider. | cdn | 0 |
|
|
234
|
+
| DDoS Guard | A DDoS protection and content delivery network service provider. | cdn | 0 | 18 |
|
|
235
235
|
| Dell | A multinational technology company that develops, sells, repairs, and supports computers and related products and services. | cloud | 236 | 101 |
|
|
236
236
|
| DigitalOcean | A cloud infrastructure provider offering virtual private servers, managed databases, and other cloud services for developers and businesses. | cloud | 4 | 271 |
|
|
237
|
-
| Department of Defense | A U.S. government agency responsible for coordinating and supervising all agencies and functions of the government directly related to national security and the United States Armed Forces. | gov | 3 |
|
|
237
|
+
| Department of Defense | A U.S. government agency responsible for coordinating and supervising all agencies and functions of the government directly related to national security and the United States Armed Forces. | gov | 3 | 9169 |
|
|
238
238
|
| Federal Bureau of Investigation | A U.S. government agency that serves as the domestic intelligence and security service, responsible for investigating federal crimes and protecting national security. | gov | 3 | 21 |
|
|
239
|
-
| Fastly | A content delivery network and edge cloud platform that provides edge computing, security, and performance services. | cdn | 8 |
|
|
239
|
+
| Fastly | A content delivery network and edge cloud platform that provides edge computing, security, and performance services. | cdn | 8 | 1068 |
|
|
240
240
|
| Gabia (가비아) | A Korean cloud hosting and infrastructure provider. | cloud | 0 | 48 |
|
|
241
|
-
| G-Core Labs | A content delivery network and cloud infrastructure provider offering CDN, cloud computing, and edge services. | cdn | 0 |
|
|
241
|
+
| G-Core Labs | A content delivery network and cloud infrastructure provider offering CDN, cloud computing, and edge services. | cdn | 0 | 1409 |
|
|
242
242
|
| GitHub | A web-based platform for version control and collaboration using Git, providing hosting for software development and code repositories. | cdn | 33 | 4299 |
|
|
243
243
|
| GoCache | A Brazilian content delivery network provider offering CDN services. | cdn | 0 | 25 |
|
|
244
|
-
| Google Cloud | A suite of cloud computing services provided by Google, including infrastructure, platform, and software services for businesses and developers. | cloud | 1109 |
|
|
244
|
+
| Google Cloud | A suite of cloud computing services provided by Google, including infrastructure, platform, and software services for businesses and developers. | cloud | 1109 | 1874 |
|
|
245
245
|
| Hewlett Packard Enterprise | A multinational enterprise information technology company that provides servers, storage, networking, and cloud services. | cloud | 16 | 38 |
|
|
246
246
|
| Heroku | A cloud platform as a service that enables developers to build, run, and operate applications entirely in the cloud. | cloud | 12 | 0 |
|
|
247
|
-
| Hetzner | A German cloud hosting provider offering dedicated servers, cloud instances, and storage solutions. | cloud | 15 |
|
|
247
|
+
| Hetzner | A German cloud hosting provider offering dedicated servers, cloud instances, and storage solutions. | cloud | 15 | 120 |
|
|
248
248
|
| Hostway (호스트웨이) | A Korean cloud hosting and infrastructure provider. | cloud | 0 | 59 |
|
|
249
|
-
| Huawei | A Chinese multinational technology corporation that designs, develops, and sells telecommunications equipment, consumer electronics, and cloud services. | cloud | 338 |
|
|
250
|
-
| IBM | A multinational technology corporation that provides hardware, software, cloud computing, and consulting services. | cloud | 20 |
|
|
251
|
-
| Imperva | A cybersecurity company that provides web application firewall, DDoS protection, and data security solutions. | waf | 1 |
|
|
252
|
-
| Kamatera | A cloud infrastructure provider offering virtual private servers, cloud servers, and managed cloud services. | cloud | 1 |
|
|
253
|
-
| KINX (한국인터넷인프라) | A Korean content delivery network and cloud infrastructure provider. | cdn | 0 |
|
|
249
|
+
| Huawei | A Chinese multinational technology corporation that designs, develops, and sells telecommunications equipment, consumer electronics, and cloud services. | cloud | 338 | 267 |
|
|
250
|
+
| IBM | A multinational technology corporation that provides hardware, software, cloud computing, and consulting services. | cloud | 20 | 391 |
|
|
251
|
+
| Imperva | A cybersecurity company that provides web application firewall, DDoS protection, and data security solutions. | waf | 1 | 380 |
|
|
252
|
+
| Kamatera | A cloud infrastructure provider offering virtual private servers, cloud servers, and managed cloud services. | cloud | 1 | 166 |
|
|
253
|
+
| KINX (한국인터넷인프라) | A Korean content delivery network and cloud infrastructure provider. | cdn | 0 | 143 |
|
|
254
254
|
| KT Cloud (KT클라우드) | A Korean cloud computing service provided by KT Corporation. | cloud | 0 | 18 |
|
|
255
255
|
| Leaseweb | A global hosting and cloud infrastructure provider offering dedicated servers, cloud hosting, and CDN services. | cloud | 0 | 1493 |
|
|
256
256
|
| LG U+ (LG유플러스) | A Korean telecommunications company offering CDN services. | cdn | 0 | 168 |
|
|
257
|
-
| Microsoft | A multinational technology corporation that develops, manufactures, licenses, supports and sells computer software, consumer electronics and personal computers. Known for products like Windows, Office, Azure cloud services, and Xbox. | cloud | 689 |
|
|
257
|
+
| Microsoft | A multinational technology corporation that develops, manufactures, licenses, supports and sells computer software, consumer electronics and personal computers. Known for products like Windows, Office, Azure cloud services, and Xbox. | cloud | 689 | 1179 |
|
|
258
258
|
| Microsoft 365 | A cloud-based productivity suite provided by Microsoft, including Office applications and cloud services. | cloud | 189 | 82 |
|
|
259
259
|
| Naver Cloud Platform (네이버 클라우드 플랫폼) | A Korean cloud computing platform provided by Naver Corporation. | cloud | 0 | 73 |
|
|
260
260
|
| NHN Cloud (NHN클라우드) | A Korean cloud computing platform provided by NHN Corporation. | cloud | 0 | 122 |
|
|
261
|
-
| OVHcloud | A French cloud computing company that provides web hosting, dedicated servers, and cloud infrastructure services. | cloud | 3 |
|
|
262
|
-
| Oracle | A multinational technology corporation that provides database software, cloud engineering systems, and enterprise software products. | cloud | 18 |
|
|
261
|
+
| OVHcloud | A French cloud computing company that provides web hosting, dedicated servers, and cloud infrastructure services. | cloud | 3 | 533 |
|
|
262
|
+
| Oracle | A multinational technology corporation that provides database software, cloud engineering systems, and enterprise software products. | cloud | 18 | 2399 |
|
|
263
263
|
| Qrator | A DDoS protection and content delivery network service provider. | cdn | 0 | 19 |
|
|
264
264
|
| Quic.cloud | A content delivery network and edge computing platform providing CDN services. | cdn | 0 | 155 |
|
|
265
265
|
| Russian Federal Security Service | A Russian federal executive body responsible for counterintelligence, internal and border security, counterterrorism, and surveillance. | gov | 0 | 17 |
|
|
266
|
-
| Rackspace | A managed cloud computing company that provides hosting, cloud services, and managed infrastructure solutions. | cloud | 1 |
|
|
267
|
-
| Salesforce | A cloud-based software company that provides customer relationship management services and enterprise cloud computing solutions. | cloud | 39 |
|
|
266
|
+
| Rackspace | A managed cloud computing company that provides hosting, cloud services, and managed infrastructure solutions. | cloud | 1 | 200 |
|
|
267
|
+
| Salesforce | A cloud-based software company that provides customer relationship management services and enterprise cloud computing solutions. | cloud | 39 | 48 |
|
|
268
268
|
| Scaleway | A French cloud computing company that provides virtual private servers, bare metal servers, and cloud infrastructure services. | cloud | 1 | 42 |
|
|
269
269
|
| SK Broadband (SK브로드밴드) | A Korean telecommunications company offering CDN services. | cdn | 0 | 22 |
|
|
270
270
|
| StormWall | A DDoS protection and web application firewall service provider. | cdn | 0 | 18 |
|
|
@@ -273,8 +273,8 @@ When adding a new cloud provider:
|
|
|
273
273
|
| United Kingdom Ministry of Defence | A U.K. government department responsible for implementing the defence policy of the United Kingdom and managing the British Armed Forces. | gov | 1 | 0 |
|
|
274
274
|
| Wasabi | A cloud storage provider offering hot cloud storage services with high performance and low cost. | cloud | 1 | 20 |
|
|
275
275
|
| X4B | A DDoS protection and content delivery network service provider. | cdn | 0 | 2 |
|
|
276
|
-
| Yandex Cloud | Russian cloud computing and internet services provider, offering infrastructure, storage, and various digital services. | cloud | 56 |
|
|
277
|
-
| Zoho | An Indian software company that provides cloud-based business software and productivity tools including CRM, email, and office suites. | cloud | 13 |
|
|
276
|
+
| Yandex Cloud | Russian cloud computing and internet services provider, offering infrastructure, storage, and various digital services. | cloud | 56 | 77 |
|
|
277
|
+
| Zoho | An Indian software company that provides cloud-based business software and productivity tools including CRM, email, and office suites. | cloud | 13 | 85 |
|
|
278
278
|
| Zscaler | A cloud security company providing secure internet access, cloud security, and zero trust network access services. | cloud | 0 | 251 |
|
|
279
279
|
<!--ENDPROVIDERTABLE-->
|
|
280
280
|
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|