cloudcheck 8.7.1__tar.gz → 8.7.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-8.7.1 → cloudcheck-8.7.2}/Cargo.lock +30 -29
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/Cargo.toml +1 -1
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/PKG-INFO +40 -39
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/README.md +39 -38
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloud_providers_v2.json +2303 -2647
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/helpers.py +5 -3
- cloudcheck-8.7.2/cloudcheck/providers/yandex.py +107 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck_update/__init__.py +21 -3
- cloudcheck-8.7.2/dist/cloudcheck-8.7.2-cp314-cp314-manylinux_2_38_x86_64.whl +0 -0
- cloudcheck-8.7.2/helm/templates/cloudcheck.yaml +28 -0
- cloudcheck-8.7.2/helm/values.yaml +4 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/pyproject.toml +2 -2
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/src/lib.rs +2 -2
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/src/main.rs +2 -2
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/uv.lock +54 -132
- cloudcheck-8.7.1/dist/cloudcheck-8.7.1-cp314-cp314-manylinux_2_38_x86_64.whl +0 -0
- cloudcheck-8.7.1/helm/cloudcheck/templates/deployment.yaml +0 -17
- cloudcheck-8.7.1/helm/cloudcheck/values.yaml +0 -1
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/.github/dependabot.yml +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/.github/workflows/docker-tests.yml +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/.github/workflows/pipeline-tests.yml +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/.github/workflows/python-tests.yml +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/.github/workflows/rust-tests.yml +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/.gitignore +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/Dockerfile +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloud_providers.json +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/__init__.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/__init__.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/akamai.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/alibaba.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/amazon.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/arvancloud.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/backblaze.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/baidu.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/base.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/cachefly.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/cdnetworks.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/cisco.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/cloudflare.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/cloudfront.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/ddosguard.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/dell.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/digitalocean.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/dod.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/fastly.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/fbi.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/gabia.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/gcore.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/github.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/gocache.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/google.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/heroku.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/hetzner.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/hostway.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/hpe.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/huawei.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/ibm.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/imperva.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/kamatera.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/kinx.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/ktcloud.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/leaseweb.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/lgtelecom.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/microsoft.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/microsoft365.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/navercloud.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/nhncloud.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/oracle.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/ovh.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/qrator.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/quiccloud.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/rackspace.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/ru_fso.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/salesforce.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/scaleway.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/skbroadband.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/stormwall.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/sucuri.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/tencent.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/uk_mod.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/wasabi.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/x4b.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/zoho.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/zscaler.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck_update/cli.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck_update/test_cloudcheck_update.py +0 -0
- {cloudcheck-8.7.1/helm/cloudcheck → cloudcheck-8.7.2/helm}/Chart.yaml +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/pytest.ini +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/scripts/update_readme_table.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/src/api.rs +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/src/python.rs +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/test_cloudcheck.py +0 -0
- {cloudcheck-8.7.1 → cloudcheck-8.7.2}/test_docker.py +0 -0
|
@@ -175,9 +175,9 @@ checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
|
|
|
175
175
|
|
|
176
176
|
[[package]]
|
|
177
177
|
name = "cc"
|
|
178
|
-
version = "1.2.
|
|
178
|
+
version = "1.2.53"
|
|
179
179
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
180
|
-
checksum = "
|
|
180
|
+
checksum = "755d2fce177175ffca841e9a06afdb2c4ab0f593d53b4dee48147dfaade85932"
|
|
181
181
|
dependencies = [
|
|
182
182
|
"find-msvc-tools",
|
|
183
183
|
"shlex",
|
|
@@ -231,7 +231,7 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
|
|
|
231
231
|
|
|
232
232
|
[[package]]
|
|
233
233
|
name = "cloudcheck"
|
|
234
|
-
version = "8.7.
|
|
234
|
+
version = "8.7.2"
|
|
235
235
|
dependencies = [
|
|
236
236
|
"axum",
|
|
237
237
|
"clap",
|
|
@@ -387,9 +387,9 @@ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
|
387
387
|
|
|
388
388
|
[[package]]
|
|
389
389
|
name = "find-msvc-tools"
|
|
390
|
-
version = "0.1.
|
|
390
|
+
version = "0.1.8"
|
|
391
391
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
392
|
-
checksum = "
|
|
392
|
+
checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db"
|
|
393
393
|
|
|
394
394
|
[[package]]
|
|
395
395
|
name = "flate2"
|
|
@@ -888,9 +888,9 @@ dependencies = [
|
|
|
888
888
|
|
|
889
889
|
[[package]]
|
|
890
890
|
name = "js-sys"
|
|
891
|
-
version = "0.3.
|
|
891
|
+
version = "0.3.85"
|
|
892
892
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
893
|
-
checksum = "
|
|
893
|
+
checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3"
|
|
894
894
|
dependencies = [
|
|
895
895
|
"once_cell",
|
|
896
896
|
"wasm-bindgen",
|
|
@@ -1404,18 +1404,18 @@ dependencies = [
|
|
|
1404
1404
|
|
|
1405
1405
|
[[package]]
|
|
1406
1406
|
name = "rustls-pki-types"
|
|
1407
|
-
version = "1.
|
|
1407
|
+
version = "1.14.0"
|
|
1408
1408
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1409
|
-
checksum = "
|
|
1409
|
+
checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
|
|
1410
1410
|
dependencies = [
|
|
1411
1411
|
"zeroize",
|
|
1412
1412
|
]
|
|
1413
1413
|
|
|
1414
1414
|
[[package]]
|
|
1415
1415
|
name = "rustls-webpki"
|
|
1416
|
-
version = "0.103.
|
|
1416
|
+
version = "0.103.9"
|
|
1417
1417
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1418
|
-
checksum = "
|
|
1418
|
+
checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53"
|
|
1419
1419
|
dependencies = [
|
|
1420
1420
|
"ring",
|
|
1421
1421
|
"rustls-pki-types",
|
|
@@ -1975,18 +1975,18 @@ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
|
1975
1975
|
|
|
1976
1976
|
[[package]]
|
|
1977
1977
|
name = "wasip2"
|
|
1978
|
-
version = "1.0.
|
|
1978
|
+
version = "1.0.2+wasi-0.2.9"
|
|
1979
1979
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1980
|
-
checksum = "
|
|
1980
|
+
checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
|
|
1981
1981
|
dependencies = [
|
|
1982
1982
|
"wit-bindgen",
|
|
1983
1983
|
]
|
|
1984
1984
|
|
|
1985
1985
|
[[package]]
|
|
1986
1986
|
name = "wasm-bindgen"
|
|
1987
|
-
version = "0.2.
|
|
1987
|
+
version = "0.2.108"
|
|
1988
1988
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1989
|
-
checksum = "
|
|
1989
|
+
checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566"
|
|
1990
1990
|
dependencies = [
|
|
1991
1991
|
"cfg-if",
|
|
1992
1992
|
"once_cell",
|
|
@@ -1997,11 +1997,12 @@ dependencies = [
|
|
|
1997
1997
|
|
|
1998
1998
|
[[package]]
|
|
1999
1999
|
name = "wasm-bindgen-futures"
|
|
2000
|
-
version = "0.4.
|
|
2000
|
+
version = "0.4.58"
|
|
2001
2001
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2002
|
-
checksum = "
|
|
2002
|
+
checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f"
|
|
2003
2003
|
dependencies = [
|
|
2004
2004
|
"cfg-if",
|
|
2005
|
+
"futures-util",
|
|
2005
2006
|
"js-sys",
|
|
2006
2007
|
"once_cell",
|
|
2007
2008
|
"wasm-bindgen",
|
|
@@ -2010,9 +2011,9 @@ dependencies = [
|
|
|
2010
2011
|
|
|
2011
2012
|
[[package]]
|
|
2012
2013
|
name = "wasm-bindgen-macro"
|
|
2013
|
-
version = "0.2.
|
|
2014
|
+
version = "0.2.108"
|
|
2014
2015
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2015
|
-
checksum = "
|
|
2016
|
+
checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608"
|
|
2016
2017
|
dependencies = [
|
|
2017
2018
|
"quote",
|
|
2018
2019
|
"wasm-bindgen-macro-support",
|
|
@@ -2020,9 +2021,9 @@ dependencies = [
|
|
|
2020
2021
|
|
|
2021
2022
|
[[package]]
|
|
2022
2023
|
name = "wasm-bindgen-macro-support"
|
|
2023
|
-
version = "0.2.
|
|
2024
|
+
version = "0.2.108"
|
|
2024
2025
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2025
|
-
checksum = "
|
|
2026
|
+
checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55"
|
|
2026
2027
|
dependencies = [
|
|
2027
2028
|
"bumpalo",
|
|
2028
2029
|
"proc-macro2",
|
|
@@ -2033,18 +2034,18 @@ dependencies = [
|
|
|
2033
2034
|
|
|
2034
2035
|
[[package]]
|
|
2035
2036
|
name = "wasm-bindgen-shared"
|
|
2036
|
-
version = "0.2.
|
|
2037
|
+
version = "0.2.108"
|
|
2037
2038
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2038
|
-
checksum = "
|
|
2039
|
+
checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12"
|
|
2039
2040
|
dependencies = [
|
|
2040
2041
|
"unicode-ident",
|
|
2041
2042
|
]
|
|
2042
2043
|
|
|
2043
2044
|
[[package]]
|
|
2044
2045
|
name = "web-sys"
|
|
2045
|
-
version = "0.3.
|
|
2046
|
+
version = "0.3.85"
|
|
2046
2047
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2047
|
-
checksum = "
|
|
2048
|
+
checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598"
|
|
2048
2049
|
dependencies = [
|
|
2049
2050
|
"js-sys",
|
|
2050
2051
|
"wasm-bindgen",
|
|
@@ -2252,9 +2253,9 @@ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
|
|
2252
2253
|
|
|
2253
2254
|
[[package]]
|
|
2254
2255
|
name = "wit-bindgen"
|
|
2255
|
-
version = "0.
|
|
2256
|
+
version = "0.51.0"
|
|
2256
2257
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2257
|
-
checksum = "
|
|
2258
|
+
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
|
2258
2259
|
|
|
2259
2260
|
[[package]]
|
|
2260
2261
|
name = "writeable"
|
|
@@ -2367,9 +2368,9 @@ checksum = "40990edd51aae2c2b6907af74ffb635029d5788228222c4bb811e9351c0caad3"
|
|
|
2367
2368
|
|
|
2368
2369
|
[[package]]
|
|
2369
2370
|
name = "zmij"
|
|
2370
|
-
version = "1.0.
|
|
2371
|
+
version = "1.0.15"
|
|
2371
2372
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2372
|
-
checksum = "
|
|
2373
|
+
checksum = "94f63c051f4fe3c1509da62131a678643c5b6fbdc9273b2b79d4378ebda003d2"
|
|
2373
2374
|
|
|
2374
2375
|
[[package]]
|
|
2375
2376
|
name = "zopfli"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cloudcheck
|
|
3
|
-
Version: 8.7.
|
|
3
|
+
Version: 8.7.2
|
|
4
4
|
Summary: Detailed database of cloud providers. Instantly look up a domain or IP address
|
|
5
5
|
Requires-Python: >=3.9
|
|
6
6
|
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
|
@@ -149,65 +149,66 @@ When adding a new cloud provider:
|
|
|
149
149
|
In addition to the above attributes, if you have a custom source of CIDRs or domains, you can override the `fetch_cidrs()` or `fetch_domains()` methods (which by default return an empty list) to go fetch your custom TXT/JSON file, etc.
|
|
150
150
|
|
|
151
151
|
<!--PROVIDERTABLE-->
|
|
152
|
-
## Cloud Providers (
|
|
152
|
+
## Cloud Providers (56)
|
|
153
153
|
|
|
154
154
|
| Name | Description | Tags | Domains | Subnets |
|
|
155
155
|
|------|-------------|------|---------|----------|
|
|
156
|
-
| Akamai | A content delivery network and cloud services provider that delivers web and internet security services. | cloud | 81 |
|
|
157
|
-
| Alibaba Cloud | A Chinese cloud computing company and subsidiary of Alibaba Group, providing cloud services and infrastructure. | cloud | 394 |
|
|
158
|
-
| Amazon Web Services | A comprehensive cloud computing platform provided by Amazon, offering infrastructure services, storage, and computing power. | cloud | 231 |
|
|
159
|
-
| Arvancloud | An Iranian cloud computing and content delivery network provider offering cloud infrastructure and CDN services. | cdn | 1 |
|
|
160
|
-
| Backblaze | A cloud storage and backup service provider offering data backup and cloud storage solutions. | cloud | 2 |
|
|
156
|
+
| Akamai | A content delivery network and cloud services provider that delivers web and internet security services. | cloud | 81 | 6375 |
|
|
157
|
+
| Alibaba Cloud | A Chinese cloud computing company and subsidiary of Alibaba Group, providing cloud services and infrastructure. | cloud | 394 | 89 |
|
|
158
|
+
| Amazon Web Services | A comprehensive cloud computing platform provided by Amazon, offering infrastructure services, storage, and computing power. | cloud | 231 | 14201 |
|
|
159
|
+
| Arvancloud | An Iranian cloud computing and content delivery network provider offering cloud infrastructure and CDN services. | cdn | 1 | 9 |
|
|
160
|
+
| Backblaze | A cloud storage and backup service provider offering data backup and cloud storage solutions. | cloud | 2 | 27 |
|
|
161
161
|
| Baidu Cloud Acceleration (百度云加速) | A Chinese content delivery network and cloud acceleration service provided by Baidu. | cdn | 134 | 0 |
|
|
162
|
-
| CacheFly | A content delivery network provider offering global CDN services. | cdn | 0 |
|
|
162
|
+
| CacheFly | A content delivery network provider offering global CDN services. | cdn | 0 | 93 |
|
|
163
163
|
| CDNetworks (씨디네트웍스) | A Korean content delivery network provider offering CDN and cloud services. | cdn | 0 | 3 |
|
|
164
|
-
| Cisco | A multinational technology corporation that designs, manufactures, and sells networking hardware, software, and telecommunications equipment. | cloud | 121 |
|
|
165
|
-
| Cloudflare | A web infrastructure and security company providing content delivery network services, DDoS mitigation, and web security solutions. | cdn |
|
|
166
|
-
| Amazon CloudFront | A content delivery network service provided by Amazon Web Services that delivers data, videos, applications, and APIs to customers globally. | cdn | 0 |
|
|
164
|
+
| Cisco | A multinational technology corporation that designs, manufactures, and sells networking hardware, software, and telecommunications equipment. | cloud | 121 | 647 |
|
|
165
|
+
| Cloudflare | A web infrastructure and security company providing content delivery network services, DDoS mitigation, and web security solutions. | cdn | 71 | 2790 |
|
|
166
|
+
| 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 |
|
|
167
167
|
| DDoS Guard | A DDoS protection and content delivery network service provider. | cdn | 0 | 19 |
|
|
168
|
-
| Dell | A multinational technology company that develops, sells, repairs, and supports computers and related products and services. | cloud | 236 |
|
|
169
|
-
| DigitalOcean | A cloud infrastructure provider offering virtual private servers, managed databases, and other cloud services for developers and businesses. | cloud | 4 |
|
|
170
|
-
| 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 |
|
|
168
|
+
| Dell | A multinational technology company that develops, sells, repairs, and supports computers and related products and services. | cloud | 236 | 101 |
|
|
169
|
+
| DigitalOcean | A cloud infrastructure provider offering virtual private servers, managed databases, and other cloud services for developers and businesses. | cloud | 4 | 271 |
|
|
170
|
+
| 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 | 9143 |
|
|
171
171
|
| 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 |
|
|
172
|
-
| Fastly | A content delivery network and edge cloud platform that provides edge computing, security, and performance services. | cdn | 8 |
|
|
172
|
+
| Fastly | A content delivery network and edge cloud platform that provides edge computing, security, and performance services. | cdn | 8 | 1056 |
|
|
173
173
|
| Gabia (가비아) | A Korean cloud hosting and infrastructure provider. | cloud | 0 | 48 |
|
|
174
|
-
| G-Core Labs | A content delivery network and cloud infrastructure provider offering CDN, cloud computing, and edge services. | cdn | 0 |
|
|
175
|
-
| GitHub | A web-based platform for version control and collaboration using Git, providing hosting for software development and code repositories. | cdn | 33 |
|
|
176
|
-
| GoCache | A Brazilian content delivery network provider offering CDN services. | cdn | 0 |
|
|
177
|
-
| Google Cloud | A suite of cloud computing services provided by Google, including infrastructure, platform, and software services for businesses and developers. | cloud |
|
|
174
|
+
| G-Core Labs | A content delivery network and cloud infrastructure provider offering CDN, cloud computing, and edge services. | cdn | 0 | 1412 |
|
|
175
|
+
| GitHub | A web-based platform for version control and collaboration using Git, providing hosting for software development and code repositories. | cdn | 33 | 4299 |
|
|
176
|
+
| GoCache | A Brazilian content delivery network provider offering CDN services. | cdn | 0 | 25 |
|
|
177
|
+
| Google Cloud | A suite of cloud computing services provided by Google, including infrastructure, platform, and software services for businesses and developers. | cloud | 1109 | 1871 |
|
|
178
178
|
| Hewlett Packard Enterprise | A multinational enterprise information technology company that provides servers, storage, networking, and cloud services. | cloud | 16 | 38 |
|
|
179
179
|
| Heroku | A cloud platform as a service that enables developers to build, run, and operate applications entirely in the cloud. | cloud | 12 | 0 |
|
|
180
|
-
| Hetzner | A German cloud hosting provider offering dedicated servers, cloud instances, and storage solutions. | cloud |
|
|
180
|
+
| Hetzner | A German cloud hosting provider offering dedicated servers, cloud instances, and storage solutions. | cloud | 15 | 119 |
|
|
181
181
|
| Hostway (호스트웨이) | A Korean cloud hosting and infrastructure provider. | cloud | 0 | 59 |
|
|
182
|
-
| Huawei | A Chinese multinational technology corporation that designs, develops, and sells telecommunications equipment, consumer electronics, and cloud services. | cloud | 338 |
|
|
183
|
-
| IBM | A multinational technology corporation that provides hardware, software, cloud computing, and consulting services. | cloud | 20 |
|
|
184
|
-
| Imperva | A cybersecurity company that provides web application firewall, DDoS protection, and data security solutions. | waf | 1 |
|
|
185
|
-
| Kamatera | A cloud infrastructure provider offering virtual private servers, cloud servers, and managed cloud services. | cloud | 1 |
|
|
186
|
-
| KINX (한국인터넷인프라) | A Korean content delivery network and cloud infrastructure provider. | cdn | 0 |
|
|
187
|
-
| KT Cloud (KT클라우드) | A Korean cloud computing service provided by KT Corporation. | cloud | 0 |
|
|
188
|
-
| Leaseweb | A global hosting and cloud infrastructure provider offering dedicated servers, cloud hosting, and CDN services. | cloud | 0 |
|
|
182
|
+
| Huawei | A Chinese multinational technology corporation that designs, develops, and sells telecommunications equipment, consumer electronics, and cloud services. | cloud | 338 | 264 |
|
|
183
|
+
| IBM | A multinational technology corporation that provides hardware, software, cloud computing, and consulting services. | cloud | 20 | 393 |
|
|
184
|
+
| Imperva | A cybersecurity company that provides web application firewall, DDoS protection, and data security solutions. | waf | 1 | 383 |
|
|
185
|
+
| Kamatera | A cloud infrastructure provider offering virtual private servers, cloud servers, and managed cloud services. | cloud | 1 | 158 |
|
|
186
|
+
| KINX (한국인터넷인프라) | A Korean content delivery network and cloud infrastructure provider. | cdn | 0 | 137 |
|
|
187
|
+
| KT Cloud (KT클라우드) | A Korean cloud computing service provided by KT Corporation. | cloud | 0 | 18 |
|
|
188
|
+
| Leaseweb | A global hosting and cloud infrastructure provider offering dedicated servers, cloud hosting, and CDN services. | cloud | 0 | 1493 |
|
|
189
189
|
| LG U+ (LG유플러스) | A Korean telecommunications company offering CDN services. | cdn | 0 | 168 |
|
|
190
|
-
| 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 |
|
|
191
|
-
| Microsoft 365 | A cloud-based productivity suite provided by Microsoft, including Office applications and cloud services. | cloud |
|
|
190
|
+
| 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 | 1174 |
|
|
191
|
+
| Microsoft 365 | A cloud-based productivity suite provided by Microsoft, including Office applications and cloud services. | cloud | 189 | 82 |
|
|
192
192
|
| Naver Cloud Platform (네이버 클라우드 플랫폼) | A Korean cloud computing platform provided by Naver Corporation. | cloud | 0 | 73 |
|
|
193
193
|
| NHN Cloud (NHN클라우드) | A Korean cloud computing platform provided by NHN Corporation. | cloud | 0 | 122 |
|
|
194
|
-
| OVHcloud | A French cloud computing company that provides web hosting, dedicated servers, and cloud infrastructure services. | cloud | 3 |
|
|
195
|
-
| Oracle | A multinational technology corporation that provides database software, cloud engineering systems, and enterprise software products. | cloud | 18 |
|
|
194
|
+
| OVHcloud | A French cloud computing company that provides web hosting, dedicated servers, and cloud infrastructure services. | cloud | 3 | 509 |
|
|
195
|
+
| Oracle | A multinational technology corporation that provides database software, cloud engineering systems, and enterprise software products. | cloud | 18 | 2385 |
|
|
196
196
|
| Qrator | A DDoS protection and content delivery network service provider. | cdn | 0 | 19 |
|
|
197
|
-
| Quic.cloud | A content delivery network and edge computing platform providing CDN services. | cdn | 0 |
|
|
197
|
+
| Quic.cloud | A content delivery network and edge computing platform providing CDN services. | cdn | 0 | 155 |
|
|
198
198
|
| Russian Federal Security Service | A Russian federal executive body responsible for counterintelligence, internal and border security, counterterrorism, and surveillance. | gov | 0 | 17 |
|
|
199
199
|
| Rackspace | A managed cloud computing company that provides hosting, cloud services, and managed infrastructure solutions. | cloud | 1 | 199 |
|
|
200
|
-
| Salesforce | A cloud-based software company that provides customer relationship management services and enterprise cloud computing solutions. | cloud | 39 |
|
|
201
|
-
| Scaleway | A French cloud computing company that provides virtual private servers, bare metal servers, and cloud infrastructure services. | cloud | 1 |
|
|
200
|
+
| Salesforce | A cloud-based software company that provides customer relationship management services and enterprise cloud computing solutions. | cloud | 39 | 49 |
|
|
201
|
+
| Scaleway | A French cloud computing company that provides virtual private servers, bare metal servers, and cloud infrastructure services. | cloud | 1 | 42 |
|
|
202
202
|
| SK Broadband (SK브로드밴드) | A Korean telecommunications company offering CDN services. | cdn | 0 | 22 |
|
|
203
|
-
| StormWall | A DDoS protection and web application firewall service provider. | cdn | 0 |
|
|
203
|
+
| StormWall | A DDoS protection and web application firewall service provider. | cdn | 0 | 18 |
|
|
204
204
|
| Sucuri | A website security and web application firewall service provider. | waf | 0 | 16 |
|
|
205
|
-
| Tencent Cloud | A Chinese cloud computing service provider and subsidiary of Tencent, offering cloud infrastructure and platform services. | cloud |
|
|
205
|
+
| Tencent Cloud (腾讯云) | A Chinese cloud computing service provider and subsidiary of Tencent, offering cloud infrastructure and platform services. | cloud | 597 | 371 |
|
|
206
206
|
| 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 |
|
|
207
207
|
| Wasabi | A cloud storage provider offering hot cloud storage services with high performance and low cost. | cloud | 1 | 20 |
|
|
208
|
-
| X4B | A DDoS protection and content delivery network service provider. | cdn | 0 |
|
|
209
|
-
|
|
|
210
|
-
|
|
|
208
|
+
| X4B | A DDoS protection and content delivery network service provider. | cdn | 0 | 2 |
|
|
209
|
+
| Yandex Cloud | Russian cloud computing and internet services provider, offering infrastructure, storage, and various digital services. | cloud | 56 | 79 |
|
|
210
|
+
| Zoho | An Indian software company that provides cloud-based business software and productivity tools including CRM, email, and office suites. | cloud | 13 | 82 |
|
|
211
|
+
| Zscaler | A cloud security company providing secure internet access, cloud security, and zero trust network access services. | cloud | 0 | 251 |
|
|
211
212
|
<!--ENDPROVIDERTABLE-->
|
|
212
213
|
|
|
213
214
|
## Development
|
|
@@ -142,65 +142,66 @@ When adding a new cloud provider:
|
|
|
142
142
|
In addition to the above attributes, if you have a custom source of CIDRs or domains, you can override the `fetch_cidrs()` or `fetch_domains()` methods (which by default return an empty list) to go fetch your custom TXT/JSON file, etc.
|
|
143
143
|
|
|
144
144
|
<!--PROVIDERTABLE-->
|
|
145
|
-
## Cloud Providers (
|
|
145
|
+
## Cloud Providers (56)
|
|
146
146
|
|
|
147
147
|
| Name | Description | Tags | Domains | Subnets |
|
|
148
148
|
|------|-------------|------|---------|----------|
|
|
149
|
-
| Akamai | A content delivery network and cloud services provider that delivers web and internet security services. | cloud | 81 |
|
|
150
|
-
| Alibaba Cloud | A Chinese cloud computing company and subsidiary of Alibaba Group, providing cloud services and infrastructure. | cloud | 394 |
|
|
151
|
-
| Amazon Web Services | A comprehensive cloud computing platform provided by Amazon, offering infrastructure services, storage, and computing power. | cloud | 231 |
|
|
152
|
-
| Arvancloud | An Iranian cloud computing and content delivery network provider offering cloud infrastructure and CDN services. | cdn | 1 |
|
|
153
|
-
| Backblaze | A cloud storage and backup service provider offering data backup and cloud storage solutions. | cloud | 2 |
|
|
149
|
+
| Akamai | A content delivery network and cloud services provider that delivers web and internet security services. | cloud | 81 | 6375 |
|
|
150
|
+
| Alibaba Cloud | A Chinese cloud computing company and subsidiary of Alibaba Group, providing cloud services and infrastructure. | cloud | 394 | 89 |
|
|
151
|
+
| Amazon Web Services | A comprehensive cloud computing platform provided by Amazon, offering infrastructure services, storage, and computing power. | cloud | 231 | 14201 |
|
|
152
|
+
| Arvancloud | An Iranian cloud computing and content delivery network provider offering cloud infrastructure and CDN services. | cdn | 1 | 9 |
|
|
153
|
+
| Backblaze | A cloud storage and backup service provider offering data backup and cloud storage solutions. | cloud | 2 | 27 |
|
|
154
154
|
| Baidu Cloud Acceleration (百度云加速) | A Chinese content delivery network and cloud acceleration service provided by Baidu. | cdn | 134 | 0 |
|
|
155
|
-
| CacheFly | A content delivery network provider offering global CDN services. | cdn | 0 |
|
|
155
|
+
| CacheFly | A content delivery network provider offering global CDN services. | cdn | 0 | 93 |
|
|
156
156
|
| CDNetworks (씨디네트웍스) | A Korean content delivery network provider offering CDN and cloud services. | cdn | 0 | 3 |
|
|
157
|
-
| Cisco | A multinational technology corporation that designs, manufactures, and sells networking hardware, software, and telecommunications equipment. | cloud | 121 |
|
|
158
|
-
| Cloudflare | A web infrastructure and security company providing content delivery network services, DDoS mitigation, and web security solutions. | cdn |
|
|
159
|
-
| Amazon CloudFront | A content delivery network service provided by Amazon Web Services that delivers data, videos, applications, and APIs to customers globally. | cdn | 0 |
|
|
157
|
+
| Cisco | A multinational technology corporation that designs, manufactures, and sells networking hardware, software, and telecommunications equipment. | cloud | 121 | 647 |
|
|
158
|
+
| Cloudflare | A web infrastructure and security company providing content delivery network services, DDoS mitigation, and web security solutions. | cdn | 71 | 2790 |
|
|
159
|
+
| 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 |
|
|
160
160
|
| DDoS Guard | A DDoS protection and content delivery network service provider. | cdn | 0 | 19 |
|
|
161
|
-
| Dell | A multinational technology company that develops, sells, repairs, and supports computers and related products and services. | cloud | 236 |
|
|
162
|
-
| DigitalOcean | A cloud infrastructure provider offering virtual private servers, managed databases, and other cloud services for developers and businesses. | cloud | 4 |
|
|
163
|
-
| 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 |
|
|
161
|
+
| Dell | A multinational technology company that develops, sells, repairs, and supports computers and related products and services. | cloud | 236 | 101 |
|
|
162
|
+
| DigitalOcean | A cloud infrastructure provider offering virtual private servers, managed databases, and other cloud services for developers and businesses. | cloud | 4 | 271 |
|
|
163
|
+
| 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 | 9143 |
|
|
164
164
|
| 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 |
|
|
165
|
-
| Fastly | A content delivery network and edge cloud platform that provides edge computing, security, and performance services. | cdn | 8 |
|
|
165
|
+
| Fastly | A content delivery network and edge cloud platform that provides edge computing, security, and performance services. | cdn | 8 | 1056 |
|
|
166
166
|
| Gabia (가비아) | A Korean cloud hosting and infrastructure provider. | cloud | 0 | 48 |
|
|
167
|
-
| G-Core Labs | A content delivery network and cloud infrastructure provider offering CDN, cloud computing, and edge services. | cdn | 0 |
|
|
168
|
-
| GitHub | A web-based platform for version control and collaboration using Git, providing hosting for software development and code repositories. | cdn | 33 |
|
|
169
|
-
| GoCache | A Brazilian content delivery network provider offering CDN services. | cdn | 0 |
|
|
170
|
-
| Google Cloud | A suite of cloud computing services provided by Google, including infrastructure, platform, and software services for businesses and developers. | cloud |
|
|
167
|
+
| G-Core Labs | A content delivery network and cloud infrastructure provider offering CDN, cloud computing, and edge services. | cdn | 0 | 1412 |
|
|
168
|
+
| GitHub | A web-based platform for version control and collaboration using Git, providing hosting for software development and code repositories. | cdn | 33 | 4299 |
|
|
169
|
+
| GoCache | A Brazilian content delivery network provider offering CDN services. | cdn | 0 | 25 |
|
|
170
|
+
| Google Cloud | A suite of cloud computing services provided by Google, including infrastructure, platform, and software services for businesses and developers. | cloud | 1109 | 1871 |
|
|
171
171
|
| Hewlett Packard Enterprise | A multinational enterprise information technology company that provides servers, storage, networking, and cloud services. | cloud | 16 | 38 |
|
|
172
172
|
| Heroku | A cloud platform as a service that enables developers to build, run, and operate applications entirely in the cloud. | cloud | 12 | 0 |
|
|
173
|
-
| Hetzner | A German cloud hosting provider offering dedicated servers, cloud instances, and storage solutions. | cloud |
|
|
173
|
+
| Hetzner | A German cloud hosting provider offering dedicated servers, cloud instances, and storage solutions. | cloud | 15 | 119 |
|
|
174
174
|
| Hostway (호스트웨이) | A Korean cloud hosting and infrastructure provider. | cloud | 0 | 59 |
|
|
175
|
-
| Huawei | A Chinese multinational technology corporation that designs, develops, and sells telecommunications equipment, consumer electronics, and cloud services. | cloud | 338 |
|
|
176
|
-
| IBM | A multinational technology corporation that provides hardware, software, cloud computing, and consulting services. | cloud | 20 |
|
|
177
|
-
| Imperva | A cybersecurity company that provides web application firewall, DDoS protection, and data security solutions. | waf | 1 |
|
|
178
|
-
| Kamatera | A cloud infrastructure provider offering virtual private servers, cloud servers, and managed cloud services. | cloud | 1 |
|
|
179
|
-
| KINX (한국인터넷인프라) | A Korean content delivery network and cloud infrastructure provider. | cdn | 0 |
|
|
180
|
-
| KT Cloud (KT클라우드) | A Korean cloud computing service provided by KT Corporation. | cloud | 0 |
|
|
181
|
-
| Leaseweb | A global hosting and cloud infrastructure provider offering dedicated servers, cloud hosting, and CDN services. | cloud | 0 |
|
|
175
|
+
| Huawei | A Chinese multinational technology corporation that designs, develops, and sells telecommunications equipment, consumer electronics, and cloud services. | cloud | 338 | 264 |
|
|
176
|
+
| IBM | A multinational technology corporation that provides hardware, software, cloud computing, and consulting services. | cloud | 20 | 393 |
|
|
177
|
+
| Imperva | A cybersecurity company that provides web application firewall, DDoS protection, and data security solutions. | waf | 1 | 383 |
|
|
178
|
+
| Kamatera | A cloud infrastructure provider offering virtual private servers, cloud servers, and managed cloud services. | cloud | 1 | 158 |
|
|
179
|
+
| KINX (한국인터넷인프라) | A Korean content delivery network and cloud infrastructure provider. | cdn | 0 | 137 |
|
|
180
|
+
| KT Cloud (KT클라우드) | A Korean cloud computing service provided by KT Corporation. | cloud | 0 | 18 |
|
|
181
|
+
| Leaseweb | A global hosting and cloud infrastructure provider offering dedicated servers, cloud hosting, and CDN services. | cloud | 0 | 1493 |
|
|
182
182
|
| LG U+ (LG유플러스) | A Korean telecommunications company offering CDN services. | cdn | 0 | 168 |
|
|
183
|
-
| 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 |
|
|
184
|
-
| Microsoft 365 | A cloud-based productivity suite provided by Microsoft, including Office applications and cloud services. | cloud |
|
|
183
|
+
| 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 | 1174 |
|
|
184
|
+
| Microsoft 365 | A cloud-based productivity suite provided by Microsoft, including Office applications and cloud services. | cloud | 189 | 82 |
|
|
185
185
|
| Naver Cloud Platform (네이버 클라우드 플랫폼) | A Korean cloud computing platform provided by Naver Corporation. | cloud | 0 | 73 |
|
|
186
186
|
| NHN Cloud (NHN클라우드) | A Korean cloud computing platform provided by NHN Corporation. | cloud | 0 | 122 |
|
|
187
|
-
| OVHcloud | A French cloud computing company that provides web hosting, dedicated servers, and cloud infrastructure services. | cloud | 3 |
|
|
188
|
-
| Oracle | A multinational technology corporation that provides database software, cloud engineering systems, and enterprise software products. | cloud | 18 |
|
|
187
|
+
| OVHcloud | A French cloud computing company that provides web hosting, dedicated servers, and cloud infrastructure services. | cloud | 3 | 509 |
|
|
188
|
+
| Oracle | A multinational technology corporation that provides database software, cloud engineering systems, and enterprise software products. | cloud | 18 | 2385 |
|
|
189
189
|
| Qrator | A DDoS protection and content delivery network service provider. | cdn | 0 | 19 |
|
|
190
|
-
| Quic.cloud | A content delivery network and edge computing platform providing CDN services. | cdn | 0 |
|
|
190
|
+
| Quic.cloud | A content delivery network and edge computing platform providing CDN services. | cdn | 0 | 155 |
|
|
191
191
|
| Russian Federal Security Service | A Russian federal executive body responsible for counterintelligence, internal and border security, counterterrorism, and surveillance. | gov | 0 | 17 |
|
|
192
192
|
| Rackspace | A managed cloud computing company that provides hosting, cloud services, and managed infrastructure solutions. | cloud | 1 | 199 |
|
|
193
|
-
| Salesforce | A cloud-based software company that provides customer relationship management services and enterprise cloud computing solutions. | cloud | 39 |
|
|
194
|
-
| Scaleway | A French cloud computing company that provides virtual private servers, bare metal servers, and cloud infrastructure services. | cloud | 1 |
|
|
193
|
+
| Salesforce | A cloud-based software company that provides customer relationship management services and enterprise cloud computing solutions. | cloud | 39 | 49 |
|
|
194
|
+
| Scaleway | A French cloud computing company that provides virtual private servers, bare metal servers, and cloud infrastructure services. | cloud | 1 | 42 |
|
|
195
195
|
| SK Broadband (SK브로드밴드) | A Korean telecommunications company offering CDN services. | cdn | 0 | 22 |
|
|
196
|
-
| StormWall | A DDoS protection and web application firewall service provider. | cdn | 0 |
|
|
196
|
+
| StormWall | A DDoS protection and web application firewall service provider. | cdn | 0 | 18 |
|
|
197
197
|
| Sucuri | A website security and web application firewall service provider. | waf | 0 | 16 |
|
|
198
|
-
| Tencent Cloud | A Chinese cloud computing service provider and subsidiary of Tencent, offering cloud infrastructure and platform services. | cloud |
|
|
198
|
+
| Tencent Cloud (腾讯云) | A Chinese cloud computing service provider and subsidiary of Tencent, offering cloud infrastructure and platform services. | cloud | 597 | 371 |
|
|
199
199
|
| 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 |
|
|
200
200
|
| Wasabi | A cloud storage provider offering hot cloud storage services with high performance and low cost. | cloud | 1 | 20 |
|
|
201
|
-
| X4B | A DDoS protection and content delivery network service provider. | cdn | 0 |
|
|
202
|
-
|
|
|
203
|
-
|
|
|
201
|
+
| X4B | A DDoS protection and content delivery network service provider. | cdn | 0 | 2 |
|
|
202
|
+
| Yandex Cloud | Russian cloud computing and internet services provider, offering infrastructure, storage, and various digital services. | cloud | 56 | 79 |
|
|
203
|
+
| Zoho | An Indian software company that provides cloud-based business software and productivity tools including CRM, email, and office suites. | cloud | 13 | 82 |
|
|
204
|
+
| Zscaler | A cloud security company providing secure internet access, cloud security, and zero trust network access services. | cloud | 0 | 251 |
|
|
204
205
|
<!--ENDPROVIDERTABLE-->
|
|
205
206
|
|
|
206
207
|
## Development
|