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.
Files changed (93) hide show
  1. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/Cargo.lock +30 -29
  2. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/Cargo.toml +1 -1
  3. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/PKG-INFO +40 -39
  4. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/README.md +39 -38
  5. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloud_providers_v2.json +2303 -2647
  6. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/helpers.py +5 -3
  7. cloudcheck-8.7.2/cloudcheck/providers/yandex.py +107 -0
  8. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck_update/__init__.py +21 -3
  9. cloudcheck-8.7.2/dist/cloudcheck-8.7.2-cp314-cp314-manylinux_2_38_x86_64.whl +0 -0
  10. cloudcheck-8.7.2/helm/templates/cloudcheck.yaml +28 -0
  11. cloudcheck-8.7.2/helm/values.yaml +4 -0
  12. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/pyproject.toml +2 -2
  13. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/src/lib.rs +2 -2
  14. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/src/main.rs +2 -2
  15. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/uv.lock +54 -132
  16. cloudcheck-8.7.1/dist/cloudcheck-8.7.1-cp314-cp314-manylinux_2_38_x86_64.whl +0 -0
  17. cloudcheck-8.7.1/helm/cloudcheck/templates/deployment.yaml +0 -17
  18. cloudcheck-8.7.1/helm/cloudcheck/values.yaml +0 -1
  19. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/.github/dependabot.yml +0 -0
  20. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/.github/workflows/docker-tests.yml +0 -0
  21. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/.github/workflows/pipeline-tests.yml +0 -0
  22. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/.github/workflows/python-tests.yml +0 -0
  23. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/.github/workflows/rust-tests.yml +0 -0
  24. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/.gitignore +0 -0
  25. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/Dockerfile +0 -0
  26. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloud_providers.json +0 -0
  27. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/__init__.py +0 -0
  28. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/__init__.py +0 -0
  29. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/akamai.py +0 -0
  30. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/alibaba.py +0 -0
  31. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/amazon.py +0 -0
  32. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/arvancloud.py +0 -0
  33. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/backblaze.py +0 -0
  34. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/baidu.py +0 -0
  35. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/base.py +0 -0
  36. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/cachefly.py +0 -0
  37. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/cdnetworks.py +0 -0
  38. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/cisco.py +0 -0
  39. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/cloudflare.py +0 -0
  40. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/cloudfront.py +0 -0
  41. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/ddosguard.py +0 -0
  42. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/dell.py +0 -0
  43. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/digitalocean.py +0 -0
  44. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/dod.py +0 -0
  45. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/fastly.py +0 -0
  46. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/fbi.py +0 -0
  47. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/gabia.py +0 -0
  48. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/gcore.py +0 -0
  49. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/github.py +0 -0
  50. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/gocache.py +0 -0
  51. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/google.py +0 -0
  52. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/heroku.py +0 -0
  53. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/hetzner.py +0 -0
  54. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/hostway.py +0 -0
  55. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/hpe.py +0 -0
  56. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/huawei.py +0 -0
  57. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/ibm.py +0 -0
  58. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/imperva.py +0 -0
  59. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/kamatera.py +0 -0
  60. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/kinx.py +0 -0
  61. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/ktcloud.py +0 -0
  62. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/leaseweb.py +0 -0
  63. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/lgtelecom.py +0 -0
  64. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/microsoft.py +0 -0
  65. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/microsoft365.py +0 -0
  66. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/navercloud.py +0 -0
  67. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/nhncloud.py +0 -0
  68. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/oracle.py +0 -0
  69. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/ovh.py +0 -0
  70. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/qrator.py +0 -0
  71. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/quiccloud.py +0 -0
  72. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/rackspace.py +0 -0
  73. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/ru_fso.py +0 -0
  74. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/salesforce.py +0 -0
  75. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/scaleway.py +0 -0
  76. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/skbroadband.py +0 -0
  77. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/stormwall.py +0 -0
  78. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/sucuri.py +0 -0
  79. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/tencent.py +0 -0
  80. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/uk_mod.py +0 -0
  81. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/wasabi.py +0 -0
  82. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/x4b.py +0 -0
  83. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/zoho.py +0 -0
  84. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck/providers/zscaler.py +0 -0
  85. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck_update/cli.py +0 -0
  86. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/cloudcheck_update/test_cloudcheck_update.py +0 -0
  87. {cloudcheck-8.7.1/helm/cloudcheck → cloudcheck-8.7.2/helm}/Chart.yaml +0 -0
  88. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/pytest.ini +0 -0
  89. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/scripts/update_readme_table.py +0 -0
  90. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/src/api.rs +0 -0
  91. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/src/python.rs +0 -0
  92. {cloudcheck-8.7.1 → cloudcheck-8.7.2}/test_cloudcheck.py +0 -0
  93. {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.52"
178
+ version = "1.2.53"
179
179
  source = "registry+https://github.com/rust-lang/crates.io-index"
180
- checksum = "cd4932aefd12402b36c60956a4fe0035421f544799057659ff86f923657aada3"
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.1"
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.7"
390
+ version = "0.1.8"
391
391
  source = "registry+https://github.com/rust-lang/crates.io-index"
392
- checksum = "f449e6c6c08c865631d4890cfacf252b3d396c9bcc83adb6623cdb02a8336c41"
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.83"
891
+ version = "0.3.85"
892
892
  source = "registry+https://github.com/rust-lang/crates.io-index"
893
- checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
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.13.2"
1407
+ version = "1.14.0"
1408
1408
  source = "registry+https://github.com/rust-lang/crates.io-index"
1409
- checksum = "21e6f2ab2928ca4291b86736a8bd920a277a399bba1589409d72154ff87c1282"
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.8"
1416
+ version = "0.103.9"
1417
1417
  source = "registry+https://github.com/rust-lang/crates.io-index"
1418
- checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52"
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.1+wasi-0.2.4"
1978
+ version = "1.0.2+wasi-0.2.9"
1979
1979
  source = "registry+https://github.com/rust-lang/crates.io-index"
1980
- checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
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.106"
1987
+ version = "0.2.108"
1988
1988
  source = "registry+https://github.com/rust-lang/crates.io-index"
1989
- checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
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.56"
2000
+ version = "0.4.58"
2001
2001
  source = "registry+https://github.com/rust-lang/crates.io-index"
2002
- checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c"
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.106"
2014
+ version = "0.2.108"
2014
2015
  source = "registry+https://github.com/rust-lang/crates.io-index"
2015
- checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
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.106"
2024
+ version = "0.2.108"
2024
2025
  source = "registry+https://github.com/rust-lang/crates.io-index"
2025
- checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
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.106"
2037
+ version = "0.2.108"
2037
2038
  source = "registry+https://github.com/rust-lang/crates.io-index"
2038
- checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
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.83"
2046
+ version = "0.3.85"
2046
2047
  source = "registry+https://github.com/rust-lang/crates.io-index"
2047
- checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac"
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.46.0"
2256
+ version = "0.51.0"
2256
2257
  source = "registry+https://github.com/rust-lang/crates.io-index"
2257
- checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
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.14"
2371
+ version = "1.0.15"
2371
2372
  source = "registry+https://github.com/rust-lang/crates.io-index"
2372
- checksum = "bd8f3f50b848df28f887acb68e41201b5aea6bc8a8dacc00fb40635ff9a72fea"
2373
+ checksum = "94f63c051f4fe3c1509da62131a678643c5b6fbdc9273b2b79d4378ebda003d2"
2373
2374
 
2374
2375
  [[package]]
2375
2376
  name = "zopfli"
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "cloudcheck"
3
- version = "8.7.1"
3
+ version = "8.7.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"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cloudcheck
3
- Version: 8.7.1
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 (55)
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 | 6376 |
157
- | Alibaba Cloud | A Chinese cloud computing company and subsidiary of Alibaba Group, providing cloud services and infrastructure. | cloud | 394 | 81 |
158
- | Amazon Web Services | A comprehensive cloud computing platform provided by Amazon, offering infrastructure services, storage, and computing power. | cloud | 231 | 14090 |
159
- | Arvancloud | An Iranian cloud computing and content delivery network provider offering cloud infrastructure and CDN services. | cdn | 1 | 20 |
160
- | Backblaze | A cloud storage and backup service provider offering data backup and cloud storage solutions. | cloud | 2 | 26 |
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 | 23 |
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 | 629 |
165
- | Cloudflare | A web infrastructure and security company providing content delivery network services, DDoS mitigation, and web security solutions. | cdn | 60 | 2674 |
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 | 172 |
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 | 104 |
169
- | DigitalOcean | A cloud infrastructure provider offering virtual private servers, managed databases, and other cloud services for developers and businesses. | cloud | 4 | 265 |
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 | 9226 |
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 | 1026 |
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 | 1405 |
175
- | GitHub | A web-based platform for version control and collaboration using Git, providing hosting for software development and code repositories. | cdn | 33 | 4277 |
176
- | GoCache | A Brazilian content delivery network provider offering CDN services. | cdn | 0 | 28 |
177
- | Google Cloud | A suite of cloud computing services provided by Google, including infrastructure, platform, and software services for businesses and developers. | cloud | 1095 | 1863 |
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 | 14 | 126 |
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 | 270 |
183
- | IBM | A multinational technology corporation that provides hardware, software, cloud computing, and consulting services. | cloud | 20 | 394 |
184
- | Imperva | A cybersecurity company that provides web application firewall, DDoS protection, and data security solutions. | waf | 1 | 23 |
185
- | Kamatera | A cloud infrastructure provider offering virtual private servers, cloud servers, and managed cloud services. | cloud | 1 | 163 |
186
- | KINX (한국인터넷인프라) | A Korean content delivery network and cloud infrastructure provider. | cdn | 0 | 136 |
187
- | KT Cloud (KT클라우드) | A Korean cloud computing service provided by KT Corporation. | cloud | 0 | 8 |
188
- | Leaseweb | A global hosting and cloud infrastructure provider offering dedicated servers, cloud hosting, and CDN services. | cloud | 0 | 1487 |
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 | 2452 |
191
- | Microsoft 365 | A cloud-based productivity suite provided by Microsoft, including Office applications and cloud services. | cloud | 0 | 82 |
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 | 517 |
195
- | Oracle | A multinational technology corporation that provides database software, cloud engineering systems, and enterprise software products. | cloud | 18 | 2329 |
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 | 151 |
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 | 48 |
201
- | Scaleway | A French cloud computing company that provides virtual private servers, bare metal servers, and cloud infrastructure services. | cloud | 1 | 40 |
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 | 20 |
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 | 580 | 368 |
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 | 3 |
209
- | Zoho | An Indian software company that provides cloud-based business software and productivity tools including CRM, email, and office suites. | cloud | 13 | 91 |
210
- | Zscaler | A cloud security company providing secure internet access, cloud security, and zero trust network access services. | cloud | 0 | 247 |
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 (55)
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 | 6376 |
150
- | Alibaba Cloud | A Chinese cloud computing company and subsidiary of Alibaba Group, providing cloud services and infrastructure. | cloud | 394 | 81 |
151
- | Amazon Web Services | A comprehensive cloud computing platform provided by Amazon, offering infrastructure services, storage, and computing power. | cloud | 231 | 14090 |
152
- | Arvancloud | An Iranian cloud computing and content delivery network provider offering cloud infrastructure and CDN services. | cdn | 1 | 20 |
153
- | Backblaze | A cloud storage and backup service provider offering data backup and cloud storage solutions. | cloud | 2 | 26 |
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 | 23 |
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 | 629 |
158
- | Cloudflare | A web infrastructure and security company providing content delivery network services, DDoS mitigation, and web security solutions. | cdn | 60 | 2674 |
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 | 172 |
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 | 104 |
162
- | DigitalOcean | A cloud infrastructure provider offering virtual private servers, managed databases, and other cloud services for developers and businesses. | cloud | 4 | 265 |
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 | 9226 |
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 | 1026 |
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 | 1405 |
168
- | GitHub | A web-based platform for version control and collaboration using Git, providing hosting for software development and code repositories. | cdn | 33 | 4277 |
169
- | GoCache | A Brazilian content delivery network provider offering CDN services. | cdn | 0 | 28 |
170
- | Google Cloud | A suite of cloud computing services provided by Google, including infrastructure, platform, and software services for businesses and developers. | cloud | 1095 | 1863 |
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 | 14 | 126 |
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 | 270 |
176
- | IBM | A multinational technology corporation that provides hardware, software, cloud computing, and consulting services. | cloud | 20 | 394 |
177
- | Imperva | A cybersecurity company that provides web application firewall, DDoS protection, and data security solutions. | waf | 1 | 23 |
178
- | Kamatera | A cloud infrastructure provider offering virtual private servers, cloud servers, and managed cloud services. | cloud | 1 | 163 |
179
- | KINX (한국인터넷인프라) | A Korean content delivery network and cloud infrastructure provider. | cdn | 0 | 136 |
180
- | KT Cloud (KT클라우드) | A Korean cloud computing service provided by KT Corporation. | cloud | 0 | 8 |
181
- | Leaseweb | A global hosting and cloud infrastructure provider offering dedicated servers, cloud hosting, and CDN services. | cloud | 0 | 1487 |
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 | 2452 |
184
- | Microsoft 365 | A cloud-based productivity suite provided by Microsoft, including Office applications and cloud services. | cloud | 0 | 82 |
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 | 517 |
188
- | Oracle | A multinational technology corporation that provides database software, cloud engineering systems, and enterprise software products. | cloud | 18 | 2329 |
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 | 151 |
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 | 48 |
194
- | Scaleway | A French cloud computing company that provides virtual private servers, bare metal servers, and cloud infrastructure services. | cloud | 1 | 40 |
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 | 20 |
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 | 580 | 368 |
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 | 3 |
202
- | Zoho | An Indian software company that provides cloud-based business software and productivity tools including CRM, email, and office suites. | cloud | 13 | 91 |
203
- | Zscaler | A cloud security company providing secure internet access, cloud security, and zero trust network access services. | cloud | 0 | 247 |
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