cloudcheck 9.3.0__tar.gz → 10.0.0__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-10.0.0/.github/workflows/cla.yml +97 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/.github/workflows/daily-update.yml +3 -12
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/.github/workflows/python-tests.yml +1 -2
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/.github/workflows/rust-tests.yml +7 -1
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/Cargo.lock +1 -1
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/Cargo.toml +1 -1
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/PKG-INFO +45 -44
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/README.md +44 -43
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloud_providers_v2.json +7044 -4201
- cloudcheck-10.0.0/cloud_providers_v3.json +61361 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/helpers.py +15 -2
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/amazon.py +13 -2
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/base.py +2 -1
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/cloudflare.py +3 -3
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/digitalocean.py +7 -2
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/gocache.py +3 -1
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/google.py +6 -3
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/hetzner.py +7 -2
- cloudcheck-10.0.0/cloudcheck/providers/iboss.py +13 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/microsoft.py +2 -2
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck_update/__init__.py +1 -1
- cloudcheck-10.0.0/cloudcheck_update/cli.py +21 -0
- cloudcheck-10.0.0/dist/cloudcheck-10.0.0-cp314-cp314-manylinux_2_38_x86_64.whl +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/pyproject.toml +1 -1
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/scripts/update_readme_table.py +3 -3
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/src/lib.rs +2 -2
- cloudcheck-10.0.0/test_cloudcheck.py +110 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/uv.lock +1 -1
- cloudcheck-9.3.0/cloudcheck_update/cli.py +0 -13
- cloudcheck-9.3.0/dist/cloudcheck-9.3.0-cp314-cp314-manylinux_2_38_x86_64.whl +0 -0
- cloudcheck-9.3.0/test_cloudcheck.py +0 -38
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/.github/dependabot.yml +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/.github/workflows/docker-tests.yml +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/.github/workflows/pipeline-tests.yml +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/.gitignore +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/Dockerfile +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloud_providers.json +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/__init__.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/__init__.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/akamai.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/alibaba.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/arvancloud.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/backblaze.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/baidu.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/cachefly.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/cdnetworks.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/cisco.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/cloudfront.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/ddosguard.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/dell.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/dod.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/fastly.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/fbi.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/gabia.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/gcore.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/github.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/heroku.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/hostway.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/hpe.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/huawei.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/ibm.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/imperva.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/kamatera.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/kinx.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/ktcloud.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/leaseweb.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/lgtelecom.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/microsoft365.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/navercloud.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/nhncloud.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/oracle.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/ovh.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/qrator.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/quiccloud.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/rackspace.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/ru_fso.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/salesforce.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/scaleway.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/skbroadband.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/stormwall.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/sucuri.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/tencent.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/uk_mod.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/wasabi.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/x4b.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/yandex.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/zoho.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck/providers/zscaler.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/cloudcheck_update/test_cloudcheck_update.py +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/helm/Chart.yaml +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/helm/cloudcheck/values.yaml +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/helm/templates/cloudcheck.yaml +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/helm/values.yaml +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/pytest.ini +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/src/api.rs +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/src/main.rs +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/src/python.rs +0 -0
- {cloudcheck-9.3.0 → cloudcheck-10.0.0}/test_docker.py +0 -0
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
name: "CLA Assistant"
|
|
2
|
+
on:
|
|
3
|
+
issue_comment:
|
|
4
|
+
types: [created]
|
|
5
|
+
pull_request_target:
|
|
6
|
+
types: [opened, closed, synchronize]
|
|
7
|
+
|
|
8
|
+
permissions:
|
|
9
|
+
pull-requests: write
|
|
10
|
+
statuses: write
|
|
11
|
+
|
|
12
|
+
jobs:
|
|
13
|
+
CLAAssistant:
|
|
14
|
+
runs-on: ubuntu-latest
|
|
15
|
+
steps:
|
|
16
|
+
- name: Generate token from GitHub App
|
|
17
|
+
id: app-token
|
|
18
|
+
uses: actions/create-github-app-token@v1
|
|
19
|
+
with:
|
|
20
|
+
app-id: ${{ secrets.APP_ID }}
|
|
21
|
+
private-key: ${{ secrets.APP_PRIVATE_KEY }}
|
|
22
|
+
owner: blacklanternsecurity
|
|
23
|
+
|
|
24
|
+
- name: Check all committers against org and allowlist
|
|
25
|
+
id: cla-check
|
|
26
|
+
env:
|
|
27
|
+
GH_TOKEN: ${{ steps.app-token.outputs.token }}
|
|
28
|
+
run: |
|
|
29
|
+
if [ "${{ github.event_name }}" = "pull_request_target" ]; then
|
|
30
|
+
PR_NUM="${{ github.event.pull_request.number }}"
|
|
31
|
+
else
|
|
32
|
+
PR_NUM="${{ github.event.issue.number }}"
|
|
33
|
+
fi
|
|
34
|
+
|
|
35
|
+
COMMITTERS=$(gh api "repos/${{ github.repository }}/pulls/$PR_NUM/commits" --paginate --jq '.[].author.login' | sort -u)
|
|
36
|
+
ALL_EXEMPT=true
|
|
37
|
+
|
|
38
|
+
for LOGIN in $COMMITTERS; do
|
|
39
|
+
# treat commits with no associated GitHub login as non-exempt
|
|
40
|
+
if [ -z "$LOGIN" ] || [ "$LOGIN" = "null" ]; then
|
|
41
|
+
echo "Unknown committer (no GitHub login) — not exempt"
|
|
42
|
+
ALL_EXEMPT=false
|
|
43
|
+
break
|
|
44
|
+
fi
|
|
45
|
+
|
|
46
|
+
EXEMPT=false
|
|
47
|
+
|
|
48
|
+
# check if account type is Bot (GitHub App accounts)
|
|
49
|
+
AUTHOR_TYPE=$(gh api "users/${LOGIN}" --jq '.type' 2>/dev/null || echo "Unknown")
|
|
50
|
+
if [ "$AUTHOR_TYPE" = "Bot" ]; then
|
|
51
|
+
echo "$LOGIN is a Bot account — exempt"
|
|
52
|
+
EXEMPT=true
|
|
53
|
+
fi
|
|
54
|
+
|
|
55
|
+
# check org membership
|
|
56
|
+
if [ "$EXEMPT" = "false" ]; then
|
|
57
|
+
if gh api "orgs/blacklanternsecurity/members/$LOGIN" > /dev/null 2>&1; then
|
|
58
|
+
echo "$LOGIN is an org member — exempt"
|
|
59
|
+
EXEMPT=true
|
|
60
|
+
fi
|
|
61
|
+
fi
|
|
62
|
+
|
|
63
|
+
if [ "$EXEMPT" = "false" ]; then
|
|
64
|
+
echo "$LOGIN is not exempt — CLA required"
|
|
65
|
+
ALL_EXEMPT=false
|
|
66
|
+
break
|
|
67
|
+
fi
|
|
68
|
+
done
|
|
69
|
+
|
|
70
|
+
echo "all_exempt=$ALL_EXEMPT" >> "$GITHUB_OUTPUT"
|
|
71
|
+
|
|
72
|
+
- name: Skip CLA when all committers are exempt
|
|
73
|
+
if: steps.cla-check.outputs.all_exempt == 'true' && github.event_name == 'pull_request_target'
|
|
74
|
+
env:
|
|
75
|
+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
76
|
+
run: |
|
|
77
|
+
gh api --method POST "repos/${{ github.repository }}/statuses/${{ github.event.pull_request.head.sha }}" \
|
|
78
|
+
-f state=success \
|
|
79
|
+
-f context="CLAAssistant" \
|
|
80
|
+
-f description="CLA check skipped — all committers are org members or bots"
|
|
81
|
+
|
|
82
|
+
- name: "CLA Assistant"
|
|
83
|
+
if: |
|
|
84
|
+
(steps.cla-check.outputs.all_exempt != 'true') &&
|
|
85
|
+
((github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target')
|
|
86
|
+
uses: contributor-assistant/github-action@v2.6.1
|
|
87
|
+
env:
|
|
88
|
+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
89
|
+
PERSONAL_ACCESS_TOKEN: ${{ steps.app-token.outputs.token }}
|
|
90
|
+
with:
|
|
91
|
+
path-to-signatures: "signatures/version1/cla.json"
|
|
92
|
+
path-to-document: "https://github.com/blacklanternsecurity/CLA/blob/main/ICLA.md"
|
|
93
|
+
branch: "main"
|
|
94
|
+
allowlist: "dependabot[bot],github-actions[bot],renovate[bot]"
|
|
95
|
+
remote-organization-name: "blacklanternsecurity"
|
|
96
|
+
remote-repository-name: "CLA"
|
|
97
|
+
lock-pullrequest-aftermerge: "false"
|
|
@@ -24,10 +24,6 @@ jobs:
|
|
|
24
24
|
with:
|
|
25
25
|
ref: stable
|
|
26
26
|
|
|
27
|
-
- name: Create temporary update branch
|
|
28
|
-
run: |
|
|
29
|
-
git checkout -b update/daily-$(date -u +%Y-%m-%d)
|
|
30
|
-
|
|
31
27
|
- name: Set up Python
|
|
32
28
|
uses: actions/setup-python@v6
|
|
33
29
|
with:
|
|
@@ -56,16 +52,11 @@ jobs:
|
|
|
56
52
|
echo "has_changes=true" >> $GITHUB_OUTPUT
|
|
57
53
|
fi
|
|
58
54
|
|
|
59
|
-
- name: Commit and
|
|
55
|
+
- name: Commit and push to stable
|
|
60
56
|
if: steps.changes.outputs.has_changes == 'true'
|
|
61
57
|
run: |
|
|
62
|
-
BRANCH="update/daily-$(date -u +%Y-%m-%d)"
|
|
63
58
|
git config user.name "github-actions[bot]"
|
|
64
59
|
git config user.email "github-actions[bot]@users.noreply.github.com"
|
|
65
|
-
git add
|
|
60
|
+
git add cloud_providers_v3.json README.md
|
|
66
61
|
git commit -m "chore: daily signature update $(date -u +%Y-%m-%d)"
|
|
67
|
-
git push origin
|
|
68
|
-
git checkout stable
|
|
69
|
-
git merge "$BRANCH" --no-edit -m "chore: merge daily signature update"
|
|
70
|
-
git push origin stable
|
|
71
|
-
git push origin --delete "$BRANCH"
|
|
62
|
+
git push origin HEAD:stable
|
|
@@ -60,8 +60,7 @@ jobs:
|
|
|
60
60
|
- name: Build PyPi package
|
|
61
61
|
run: uv run maturin build --release --out dist
|
|
62
62
|
- name: Publish PyPi package
|
|
63
|
-
|
|
64
|
-
run: uv run maturin publish --username __token__ --password ${{ secrets.PYPI_TOKEN }} || true
|
|
63
|
+
run: uv run maturin publish --skip-existing --username __token__ --password ${{ secrets.PYPI_TOKEN }}
|
|
65
64
|
linux:
|
|
66
65
|
runs-on: ${{ matrix.platform.runner }}
|
|
67
66
|
needs: publish
|
|
@@ -51,4 +51,10 @@ jobs:
|
|
|
51
51
|
uses: actions-rust-lang/setup-rust-toolchain@v1
|
|
52
52
|
|
|
53
53
|
- name: Publish to crates.io
|
|
54
|
-
run:
|
|
54
|
+
run: |
|
|
55
|
+
VERSION=$(cargo metadata --format-version 1 --no-deps | jq -r '.packages[0].version')
|
|
56
|
+
if cargo search cloudcheck --limit 1 | head -1 | grep -q "$VERSION"; then
|
|
57
|
+
echo "Version $VERSION already exists on crates.io, skipping publish"
|
|
58
|
+
else
|
|
59
|
+
cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
|
60
|
+
fi
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cloudcheck
|
|
3
|
-
Version:
|
|
3
|
+
Version: 10.0.0
|
|
4
4
|
Summary: Detailed database of cloud providers. Instantly look up a domain or IP address
|
|
5
5
|
Home-Page: https://github.com/blacklanternsecurity/cloudcheck
|
|
6
6
|
Requires-Python: >=3.9
|
|
@@ -37,7 +37,7 @@ CloudCheck is a simple Rust tool to check whether an IP address or hostname belo
|
|
|
37
37
|
|
|
38
38
|
## Cloud Provider Signatures
|
|
39
39
|
|
|
40
|
-
The latest cloud provider signatures are available in [`
|
|
40
|
+
The latest cloud provider signatures are available in [`cloud_providers_v3.json`](https://github.com/blacklanternsecurity/cloudcheck/blob/master/cloud_providers_v3.json), which is updated daily via [CI/CD](.github/workflows/daily-update.yml). Domains associated with each cloud provider are fetched dynamically from the [v2fly community repository](https://github.com/v2fly/domain-list-community), and CIDRs are fetched from [ASNDB](https://asndb.api.bbot.io/).
|
|
41
41
|
|
|
42
42
|
Used by [BBOT](https://github.com/blacklanternsecurity/bbot) and [BBOT Server](https://github.com/blacklanternsecurity/bbot-server).
|
|
43
43
|
|
|
@@ -228,66 +228,67 @@ When adding a new cloud provider:
|
|
|
228
228
|
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.
|
|
229
229
|
|
|
230
230
|
<!--PROVIDERTABLE-->
|
|
231
|
-
## Cloud Providers (
|
|
231
|
+
## Cloud Providers (57)
|
|
232
232
|
|
|
233
233
|
| Name | Description | Tags | Domains | Subnets |
|
|
234
234
|
|------|-------------|------|---------|----------|
|
|
235
|
-
| Akamai | A content delivery network and cloud services provider that delivers web and internet security services. | cloud | 81 |
|
|
236
|
-
| Alibaba Cloud | A Chinese cloud computing company and subsidiary of Alibaba Group, providing cloud services and infrastructure. | cloud |
|
|
237
|
-
| Amazon Web Services | A comprehensive cloud computing platform provided by Amazon, offering infrastructure services, storage, and computing power. | cloud |
|
|
238
|
-
| Arvancloud | An Iranian cloud computing and content delivery network provider offering cloud infrastructure and CDN services. | cdn | 1 |
|
|
239
|
-
| Backblaze | A cloud storage and backup service provider offering data backup and cloud storage solutions. | cloud | 2 |
|
|
240
|
-
| Baidu Cloud Acceleration (百度云加速) | A Chinese content delivery network and cloud acceleration service provided by Baidu. | cdn |
|
|
241
|
-
| CacheFly | A content delivery network provider offering global CDN services. | cdn | 0 |
|
|
235
|
+
| Akamai | A content delivery network and cloud services provider that delivers web and internet security services. | cloud | 81 | 6366 |
|
|
236
|
+
| Alibaba Cloud | A Chinese cloud computing company and subsidiary of Alibaba Group, providing cloud services and infrastructure. | cloud | 397 | 95 |
|
|
237
|
+
| Amazon Web Services | A comprehensive cloud computing platform provided by Amazon, offering infrastructure services, storage, and computing power. | cloud | 245 | 14813 |
|
|
238
|
+
| Arvancloud | An Iranian cloud computing and content delivery network provider offering cloud infrastructure and CDN services. | cdn | 1 | 20 |
|
|
239
|
+
| Backblaze | A cloud storage and backup service provider offering data backup and cloud storage solutions. | cloud | 2 | 26 |
|
|
240
|
+
| Baidu Cloud Acceleration (百度云加速) | A Chinese content delivery network and cloud acceleration service provided by Baidu. | cdn | 135 | 0 |
|
|
241
|
+
| CacheFly | A content delivery network provider offering global CDN services. | cdn | 0 | 81 |
|
|
242
242
|
| CDNetworks (씨디네트웍스) | A Korean content delivery network provider offering CDN and cloud services. | cdn | 0 | 3 |
|
|
243
|
-
| Cisco | A multinational technology corporation that designs, manufactures, and sells networking hardware, software, and telecommunications equipment. | cloud | 121 |
|
|
244
|
-
| Cloudflare | A web infrastructure and security company providing content delivery network services, DDoS mitigation, and web security solutions. | waf |
|
|
245
|
-
| Amazon CloudFront | A content delivery network service provided by Amazon Web Services that delivers data, videos, applications, and APIs to customers globally. | cdn | 0 |
|
|
246
|
-
| DDoS Guard | A DDoS protection and content delivery network service provider. | cdn | 0 |
|
|
247
|
-
| Dell | A multinational technology company that develops, sells, repairs, and supports computers and related products and services. | cloud | 236 |
|
|
248
|
-
| DigitalOcean | A cloud infrastructure provider offering virtual private servers, managed databases, and other cloud services for developers and businesses. | cloud |
|
|
249
|
-
| 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 |
|
|
243
|
+
| Cisco | A multinational technology corporation that designs, manufactures, and sells networking hardware, software, and telecommunications equipment. | cloud | 121 | 657 |
|
|
244
|
+
| Cloudflare | A web infrastructure and security company providing content delivery network services, DDoS mitigation, and web security solutions. | waf | 74 | 2851 |
|
|
245
|
+
| Amazon CloudFront | A content delivery network service provided by Amazon Web Services that delivers data, videos, applications, and APIs to customers globally. | cdn | 0 | 176 |
|
|
246
|
+
| DDoS Guard | A DDoS protection and content delivery network service provider. | cdn | 0 | 16 |
|
|
247
|
+
| Dell | A multinational technology company that develops, sells, repairs, and supports computers and related products and services. | cloud | 236 | 98 |
|
|
248
|
+
| DigitalOcean | A cloud infrastructure provider offering virtual private servers, managed databases, and other cloud services for developers and businesses. | cloud | 5 | 289 |
|
|
249
|
+
| 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 | 9101 |
|
|
250
250
|
| 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 |
|
|
251
|
-
| Fastly | A content delivery network and edge cloud platform that provides edge computing, security, and performance services. | cdn | 8 |
|
|
251
|
+
| Fastly | A content delivery network and edge cloud platform that provides edge computing, security, and performance services. | cdn | 8 | 1107 |
|
|
252
252
|
| Gabia (가비아) | A Korean cloud hosting and infrastructure provider. | cloud | 0 | 48 |
|
|
253
|
-
| G-Core Labs | A content delivery network and cloud infrastructure provider offering CDN, cloud computing, and edge services. | cdn | 0 |
|
|
254
|
-
| GitHub | A web-based platform for version control and collaboration using Git, providing hosting for software development and code repositories. | cdn | 33 |
|
|
253
|
+
| G-Core Labs | A content delivery network and cloud infrastructure provider offering CDN, cloud computing, and edge services. | cdn | 0 | 1395 |
|
|
254
|
+
| GitHub | A web-based platform for version control and collaboration using Git, providing hosting for software development and code repositories. | cdn | 33 | 4657 |
|
|
255
255
|
| GoCache | A Brazilian content delivery network provider offering CDN services. | cdn | 0 | 25 |
|
|
256
|
-
| Google Cloud | A suite of cloud computing services provided by Google, including infrastructure, platform, and software services for businesses and developers. | cloud |
|
|
257
|
-
| Hewlett Packard Enterprise | A multinational enterprise information technology company that provides servers, storage, networking, and cloud services. | cloud | 16 |
|
|
256
|
+
| Google Cloud | A suite of cloud computing services provided by Google, including infrastructure, platform, and software services for businesses and developers. | cloud | 1111 | 1924 |
|
|
257
|
+
| Hewlett Packard Enterprise | A multinational enterprise information technology company that provides servers, storage, networking, and cloud services. | cloud | 16 | 41 |
|
|
258
258
|
| Heroku | A cloud platform as a service that enables developers to build, run, and operate applications entirely in the cloud. | cloud | 12 | 0 |
|
|
259
259
|
| Hetzner | A German cloud hosting provider offering dedicated servers, cloud instances, and storage solutions. | cloud | 15 | 120 |
|
|
260
260
|
| Hostway (호스트웨이) | A Korean cloud hosting and infrastructure provider. | cloud | 0 | 59 |
|
|
261
|
-
| Huawei | A Chinese multinational technology corporation that designs, develops, and sells telecommunications equipment, consumer electronics, and cloud services. | cloud |
|
|
262
|
-
| IBM | A multinational technology corporation that provides hardware, software, cloud computing, and consulting services. | cloud | 20 |
|
|
263
|
-
|
|
|
264
|
-
|
|
|
265
|
-
|
|
|
261
|
+
| Huawei | A Chinese multinational technology corporation that designs, develops, and sells telecommunications equipment, consumer electronics, and cloud services. | cloud | 340 | 265 |
|
|
262
|
+
| IBM | A multinational technology corporation that provides hardware, software, cloud computing, and consulting services. | cloud | 20 | 364 |
|
|
263
|
+
| iboss | A cloud security company providing secure web gateway, CASB, and zero trust network access services. | security | 0 | 65 |
|
|
264
|
+
| Imperva | A cybersecurity company that provides web application firewall, DDoS protection, and data security solutions. | waf | 1 | 352 |
|
|
265
|
+
| Kamatera | A cloud infrastructure provider offering virtual private servers, cloud servers, and managed cloud services. | cloud | 1 | 165 |
|
|
266
|
+
| KINX (한국인터넷인프라) | A Korean content delivery network and cloud infrastructure provider. | cdn | 0 | 147 |
|
|
266
267
|
| KT Cloud (KT클라우드) | A Korean cloud computing service provided by KT Corporation. | cloud | 0 | 18 |
|
|
267
|
-
| Leaseweb | A global hosting and cloud infrastructure provider offering dedicated servers, cloud hosting, and CDN services. | cloud | 0 |
|
|
268
|
-
| LG U+ (LG유플러스) | A Korean telecommunications company offering CDN services. | cdn | 0 |
|
|
269
|
-
| 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 |
|
|
270
|
-
| Microsoft 365 | A cloud-based productivity suite provided by Microsoft, including Office applications and cloud services. | cloud |
|
|
268
|
+
| Leaseweb | A global hosting and cloud infrastructure provider offering dedicated servers, cloud hosting, and CDN services. | cloud | 0 | 1467 |
|
|
269
|
+
| LG U+ (LG유플러스) | A Korean telecommunications company offering CDN services. | cdn | 0 | 173 |
|
|
270
|
+
| 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 | 690 | 2538 |
|
|
271
|
+
| Microsoft 365 | A cloud-based productivity suite provided by Microsoft, including Office applications and cloud services. | cloud | 186 | 82 |
|
|
271
272
|
| Naver Cloud Platform (네이버 클라우드 플랫폼) | A Korean cloud computing platform provided by Naver Corporation. | cloud | 0 | 73 |
|
|
272
273
|
| NHN Cloud (NHN클라우드) | A Korean cloud computing platform provided by NHN Corporation. | cloud | 0 | 122 |
|
|
273
|
-
| OVHcloud | A French cloud computing company that provides web hosting, dedicated servers, and cloud infrastructure services. | cloud | 3 |
|
|
274
|
-
| Oracle | A multinational technology corporation that provides database software, cloud engineering systems, and enterprise software products. | cloud |
|
|
275
|
-
| Qrator | A DDoS protection and content delivery network service provider. | cdn | 0 |
|
|
276
|
-
| Quic.cloud | A content delivery network and edge computing platform providing CDN services. | cdn | 0 |
|
|
274
|
+
| OVHcloud | A French cloud computing company that provides web hosting, dedicated servers, and cloud infrastructure services. | cloud | 3 | 570 |
|
|
275
|
+
| Oracle | A multinational technology corporation that provides database software, cloud engineering systems, and enterprise software products. | cloud | 19 | 2604 |
|
|
276
|
+
| Qrator | A DDoS protection and content delivery network service provider. | cdn | 0 | 23 |
|
|
277
|
+
| Quic.cloud | A content delivery network and edge computing platform providing CDN services. | cdn | 0 | 153 |
|
|
277
278
|
| Russian Federal Security Service | A Russian federal executive body responsible for counterintelligence, internal and border security, counterterrorism, and surveillance. | gov | 0 | 17 |
|
|
278
|
-
| Rackspace | A managed cloud computing company that provides hosting, cloud services, and managed infrastructure solutions. | cloud | 1 |
|
|
279
|
-
| Salesforce | A cloud-based software company that provides customer relationship management services and enterprise cloud computing solutions. | cloud |
|
|
280
|
-
| Scaleway | A French cloud computing company that provides virtual private servers, bare metal servers, and cloud infrastructure services. | cloud | 1 |
|
|
279
|
+
| Rackspace | A managed cloud computing company that provides hosting, cloud services, and managed infrastructure solutions. | cloud | 1 | 213 |
|
|
280
|
+
| Salesforce | A cloud-based software company that provides customer relationship management services and enterprise cloud computing solutions. | cloud | 41 | 47 |
|
|
281
|
+
| Scaleway | A French cloud computing company that provides virtual private servers, bare metal servers, and cloud infrastructure services. | cloud | 1 | 44 |
|
|
281
282
|
| SK Broadband (SK브로드밴드) | A Korean telecommunications company offering CDN services. | cdn | 0 | 22 |
|
|
282
283
|
| StormWall | A DDoS protection and web application firewall service provider. | cdn | 0 | 18 |
|
|
283
|
-
| Sucuri | A website security and web application firewall service provider. | waf | 0 |
|
|
284
|
-
| Tencent Cloud (腾讯云) | A Chinese cloud computing service provider and subsidiary of Tencent, offering cloud infrastructure and platform services. | cloud |
|
|
284
|
+
| Sucuri | A website security and web application firewall service provider. | waf | 0 | 20 |
|
|
285
|
+
| Tencent Cloud (腾讯云) | A Chinese cloud computing service provider and subsidiary of Tencent, offering cloud infrastructure and platform services. | cloud | 599 | 356 |
|
|
285
286
|
| 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 |
|
|
286
|
-
| Wasabi | A cloud storage provider offering hot cloud storage services with high performance and low cost. | cloud | 1 |
|
|
287
|
+
| Wasabi | A cloud storage provider offering hot cloud storage services with high performance and low cost. | cloud | 1 | 19 |
|
|
287
288
|
| X4B | A DDoS protection and content delivery network service provider. | cdn | 0 | 2 |
|
|
288
|
-
| Yandex Cloud | Russian cloud computing and internet services provider, offering infrastructure, storage, and various digital services. | cloud |
|
|
289
|
-
| Zoho | An Indian software company that provides cloud-based business software and productivity tools including CRM, email, and office suites. | cloud | 13 |
|
|
290
|
-
| Zscaler | A cloud security company providing secure internet access, cloud security, and zero trust network access services. | cloud | 0 |
|
|
289
|
+
| Yandex Cloud | Russian cloud computing and internet services provider, offering infrastructure, storage, and various digital services. | cloud | 129 | 79 |
|
|
290
|
+
| Zoho | An Indian software company that provides cloud-based business software and productivity tools including CRM, email, and office suites. | cloud | 13 | 92 |
|
|
291
|
+
| Zscaler | A cloud security company providing secure internet access, cloud security, and zero trust network access services. | cloud | 0 | 277 |
|
|
291
292
|
<!--ENDPROVIDERTABLE-->
|
|
292
293
|
|
|
293
294
|
## Development
|
|
@@ -29,7 +29,7 @@ CloudCheck is a simple Rust tool to check whether an IP address or hostname belo
|
|
|
29
29
|
|
|
30
30
|
## Cloud Provider Signatures
|
|
31
31
|
|
|
32
|
-
The latest cloud provider signatures are available in [`
|
|
32
|
+
The latest cloud provider signatures are available in [`cloud_providers_v3.json`](https://github.com/blacklanternsecurity/cloudcheck/blob/master/cloud_providers_v3.json), which is updated daily via [CI/CD](.github/workflows/daily-update.yml). Domains associated with each cloud provider are fetched dynamically from the [v2fly community repository](https://github.com/v2fly/domain-list-community), and CIDRs are fetched from [ASNDB](https://asndb.api.bbot.io/).
|
|
33
33
|
|
|
34
34
|
Used by [BBOT](https://github.com/blacklanternsecurity/bbot) and [BBOT Server](https://github.com/blacklanternsecurity/bbot-server).
|
|
35
35
|
|
|
@@ -220,66 +220,67 @@ When adding a new cloud provider:
|
|
|
220
220
|
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.
|
|
221
221
|
|
|
222
222
|
<!--PROVIDERTABLE-->
|
|
223
|
-
## Cloud Providers (
|
|
223
|
+
## Cloud Providers (57)
|
|
224
224
|
|
|
225
225
|
| Name | Description | Tags | Domains | Subnets |
|
|
226
226
|
|------|-------------|------|---------|----------|
|
|
227
|
-
| Akamai | A content delivery network and cloud services provider that delivers web and internet security services. | cloud | 81 |
|
|
228
|
-
| Alibaba Cloud | A Chinese cloud computing company and subsidiary of Alibaba Group, providing cloud services and infrastructure. | cloud |
|
|
229
|
-
| Amazon Web Services | A comprehensive cloud computing platform provided by Amazon, offering infrastructure services, storage, and computing power. | cloud |
|
|
230
|
-
| Arvancloud | An Iranian cloud computing and content delivery network provider offering cloud infrastructure and CDN services. | cdn | 1 |
|
|
231
|
-
| Backblaze | A cloud storage and backup service provider offering data backup and cloud storage solutions. | cloud | 2 |
|
|
232
|
-
| Baidu Cloud Acceleration (百度云加速) | A Chinese content delivery network and cloud acceleration service provided by Baidu. | cdn |
|
|
233
|
-
| CacheFly | A content delivery network provider offering global CDN services. | cdn | 0 |
|
|
227
|
+
| Akamai | A content delivery network and cloud services provider that delivers web and internet security services. | cloud | 81 | 6366 |
|
|
228
|
+
| Alibaba Cloud | A Chinese cloud computing company and subsidiary of Alibaba Group, providing cloud services and infrastructure. | cloud | 397 | 95 |
|
|
229
|
+
| Amazon Web Services | A comprehensive cloud computing platform provided by Amazon, offering infrastructure services, storage, and computing power. | cloud | 245 | 14813 |
|
|
230
|
+
| Arvancloud | An Iranian cloud computing and content delivery network provider offering cloud infrastructure and CDN services. | cdn | 1 | 20 |
|
|
231
|
+
| Backblaze | A cloud storage and backup service provider offering data backup and cloud storage solutions. | cloud | 2 | 26 |
|
|
232
|
+
| Baidu Cloud Acceleration (百度云加速) | A Chinese content delivery network and cloud acceleration service provided by Baidu. | cdn | 135 | 0 |
|
|
233
|
+
| CacheFly | A content delivery network provider offering global CDN services. | cdn | 0 | 81 |
|
|
234
234
|
| CDNetworks (씨디네트웍스) | A Korean content delivery network provider offering CDN and cloud services. | cdn | 0 | 3 |
|
|
235
|
-
| Cisco | A multinational technology corporation that designs, manufactures, and sells networking hardware, software, and telecommunications equipment. | cloud | 121 |
|
|
236
|
-
| Cloudflare | A web infrastructure and security company providing content delivery network services, DDoS mitigation, and web security solutions. | waf |
|
|
237
|
-
| Amazon CloudFront | A content delivery network service provided by Amazon Web Services that delivers data, videos, applications, and APIs to customers globally. | cdn | 0 |
|
|
238
|
-
| DDoS Guard | A DDoS protection and content delivery network service provider. | cdn | 0 |
|
|
239
|
-
| Dell | A multinational technology company that develops, sells, repairs, and supports computers and related products and services. | cloud | 236 |
|
|
240
|
-
| DigitalOcean | A cloud infrastructure provider offering virtual private servers, managed databases, and other cloud services for developers and businesses. | cloud |
|
|
241
|
-
| 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 |
|
|
235
|
+
| Cisco | A multinational technology corporation that designs, manufactures, and sells networking hardware, software, and telecommunications equipment. | cloud | 121 | 657 |
|
|
236
|
+
| Cloudflare | A web infrastructure and security company providing content delivery network services, DDoS mitigation, and web security solutions. | waf | 74 | 2851 |
|
|
237
|
+
| Amazon CloudFront | A content delivery network service provided by Amazon Web Services that delivers data, videos, applications, and APIs to customers globally. | cdn | 0 | 176 |
|
|
238
|
+
| DDoS Guard | A DDoS protection and content delivery network service provider. | cdn | 0 | 16 |
|
|
239
|
+
| Dell | A multinational technology company that develops, sells, repairs, and supports computers and related products and services. | cloud | 236 | 98 |
|
|
240
|
+
| DigitalOcean | A cloud infrastructure provider offering virtual private servers, managed databases, and other cloud services for developers and businesses. | cloud | 5 | 289 |
|
|
241
|
+
| 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 | 9101 |
|
|
242
242
|
| 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 |
|
|
243
|
-
| Fastly | A content delivery network and edge cloud platform that provides edge computing, security, and performance services. | cdn | 8 |
|
|
243
|
+
| Fastly | A content delivery network and edge cloud platform that provides edge computing, security, and performance services. | cdn | 8 | 1107 |
|
|
244
244
|
| Gabia (가비아) | A Korean cloud hosting and infrastructure provider. | cloud | 0 | 48 |
|
|
245
|
-
| G-Core Labs | A content delivery network and cloud infrastructure provider offering CDN, cloud computing, and edge services. | cdn | 0 |
|
|
246
|
-
| GitHub | A web-based platform for version control and collaboration using Git, providing hosting for software development and code repositories. | cdn | 33 |
|
|
245
|
+
| G-Core Labs | A content delivery network and cloud infrastructure provider offering CDN, cloud computing, and edge services. | cdn | 0 | 1395 |
|
|
246
|
+
| GitHub | A web-based platform for version control and collaboration using Git, providing hosting for software development and code repositories. | cdn | 33 | 4657 |
|
|
247
247
|
| GoCache | A Brazilian content delivery network provider offering CDN services. | cdn | 0 | 25 |
|
|
248
|
-
| Google Cloud | A suite of cloud computing services provided by Google, including infrastructure, platform, and software services for businesses and developers. | cloud |
|
|
249
|
-
| Hewlett Packard Enterprise | A multinational enterprise information technology company that provides servers, storage, networking, and cloud services. | cloud | 16 |
|
|
248
|
+
| Google Cloud | A suite of cloud computing services provided by Google, including infrastructure, platform, and software services for businesses and developers. | cloud | 1111 | 1924 |
|
|
249
|
+
| Hewlett Packard Enterprise | A multinational enterprise information technology company that provides servers, storage, networking, and cloud services. | cloud | 16 | 41 |
|
|
250
250
|
| Heroku | A cloud platform as a service that enables developers to build, run, and operate applications entirely in the cloud. | cloud | 12 | 0 |
|
|
251
251
|
| Hetzner | A German cloud hosting provider offering dedicated servers, cloud instances, and storage solutions. | cloud | 15 | 120 |
|
|
252
252
|
| Hostway (호스트웨이) | A Korean cloud hosting and infrastructure provider. | cloud | 0 | 59 |
|
|
253
|
-
| Huawei | A Chinese multinational technology corporation that designs, develops, and sells telecommunications equipment, consumer electronics, and cloud services. | cloud |
|
|
254
|
-
| IBM | A multinational technology corporation that provides hardware, software, cloud computing, and consulting services. | cloud | 20 |
|
|
255
|
-
|
|
|
256
|
-
|
|
|
257
|
-
|
|
|
253
|
+
| Huawei | A Chinese multinational technology corporation that designs, develops, and sells telecommunications equipment, consumer electronics, and cloud services. | cloud | 340 | 265 |
|
|
254
|
+
| IBM | A multinational technology corporation that provides hardware, software, cloud computing, and consulting services. | cloud | 20 | 364 |
|
|
255
|
+
| iboss | A cloud security company providing secure web gateway, CASB, and zero trust network access services. | security | 0 | 65 |
|
|
256
|
+
| Imperva | A cybersecurity company that provides web application firewall, DDoS protection, and data security solutions. | waf | 1 | 352 |
|
|
257
|
+
| Kamatera | A cloud infrastructure provider offering virtual private servers, cloud servers, and managed cloud services. | cloud | 1 | 165 |
|
|
258
|
+
| KINX (한국인터넷인프라) | A Korean content delivery network and cloud infrastructure provider. | cdn | 0 | 147 |
|
|
258
259
|
| KT Cloud (KT클라우드) | A Korean cloud computing service provided by KT Corporation. | cloud | 0 | 18 |
|
|
259
|
-
| Leaseweb | A global hosting and cloud infrastructure provider offering dedicated servers, cloud hosting, and CDN services. | cloud | 0 |
|
|
260
|
-
| LG U+ (LG유플러스) | A Korean telecommunications company offering CDN services. | cdn | 0 |
|
|
261
|
-
| 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 |
|
|
262
|
-
| Microsoft 365 | A cloud-based productivity suite provided by Microsoft, including Office applications and cloud services. | cloud |
|
|
260
|
+
| Leaseweb | A global hosting and cloud infrastructure provider offering dedicated servers, cloud hosting, and CDN services. | cloud | 0 | 1467 |
|
|
261
|
+
| LG U+ (LG유플러스) | A Korean telecommunications company offering CDN services. | cdn | 0 | 173 |
|
|
262
|
+
| 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 | 690 | 2538 |
|
|
263
|
+
| Microsoft 365 | A cloud-based productivity suite provided by Microsoft, including Office applications and cloud services. | cloud | 186 | 82 |
|
|
263
264
|
| Naver Cloud Platform (네이버 클라우드 플랫폼) | A Korean cloud computing platform provided by Naver Corporation. | cloud | 0 | 73 |
|
|
264
265
|
| NHN Cloud (NHN클라우드) | A Korean cloud computing platform provided by NHN Corporation. | cloud | 0 | 122 |
|
|
265
|
-
| OVHcloud | A French cloud computing company that provides web hosting, dedicated servers, and cloud infrastructure services. | cloud | 3 |
|
|
266
|
-
| Oracle | A multinational technology corporation that provides database software, cloud engineering systems, and enterprise software products. | cloud |
|
|
267
|
-
| Qrator | A DDoS protection and content delivery network service provider. | cdn | 0 |
|
|
268
|
-
| Quic.cloud | A content delivery network and edge computing platform providing CDN services. | cdn | 0 |
|
|
266
|
+
| OVHcloud | A French cloud computing company that provides web hosting, dedicated servers, and cloud infrastructure services. | cloud | 3 | 570 |
|
|
267
|
+
| Oracle | A multinational technology corporation that provides database software, cloud engineering systems, and enterprise software products. | cloud | 19 | 2604 |
|
|
268
|
+
| Qrator | A DDoS protection and content delivery network service provider. | cdn | 0 | 23 |
|
|
269
|
+
| Quic.cloud | A content delivery network and edge computing platform providing CDN services. | cdn | 0 | 153 |
|
|
269
270
|
| Russian Federal Security Service | A Russian federal executive body responsible for counterintelligence, internal and border security, counterterrorism, and surveillance. | gov | 0 | 17 |
|
|
270
|
-
| Rackspace | A managed cloud computing company that provides hosting, cloud services, and managed infrastructure solutions. | cloud | 1 |
|
|
271
|
-
| Salesforce | A cloud-based software company that provides customer relationship management services and enterprise cloud computing solutions. | cloud |
|
|
272
|
-
| Scaleway | A French cloud computing company that provides virtual private servers, bare metal servers, and cloud infrastructure services. | cloud | 1 |
|
|
271
|
+
| Rackspace | A managed cloud computing company that provides hosting, cloud services, and managed infrastructure solutions. | cloud | 1 | 213 |
|
|
272
|
+
| Salesforce | A cloud-based software company that provides customer relationship management services and enterprise cloud computing solutions. | cloud | 41 | 47 |
|
|
273
|
+
| Scaleway | A French cloud computing company that provides virtual private servers, bare metal servers, and cloud infrastructure services. | cloud | 1 | 44 |
|
|
273
274
|
| SK Broadband (SK브로드밴드) | A Korean telecommunications company offering CDN services. | cdn | 0 | 22 |
|
|
274
275
|
| StormWall | A DDoS protection and web application firewall service provider. | cdn | 0 | 18 |
|
|
275
|
-
| Sucuri | A website security and web application firewall service provider. | waf | 0 |
|
|
276
|
-
| Tencent Cloud (腾讯云) | A Chinese cloud computing service provider and subsidiary of Tencent, offering cloud infrastructure and platform services. | cloud |
|
|
276
|
+
| Sucuri | A website security and web application firewall service provider. | waf | 0 | 20 |
|
|
277
|
+
| Tencent Cloud (腾讯云) | A Chinese cloud computing service provider and subsidiary of Tencent, offering cloud infrastructure and platform services. | cloud | 599 | 356 |
|
|
277
278
|
| 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 |
|
|
278
|
-
| Wasabi | A cloud storage provider offering hot cloud storage services with high performance and low cost. | cloud | 1 |
|
|
279
|
+
| Wasabi | A cloud storage provider offering hot cloud storage services with high performance and low cost. | cloud | 1 | 19 |
|
|
279
280
|
| X4B | A DDoS protection and content delivery network service provider. | cdn | 0 | 2 |
|
|
280
|
-
| Yandex Cloud | Russian cloud computing and internet services provider, offering infrastructure, storage, and various digital services. | cloud |
|
|
281
|
-
| Zoho | An Indian software company that provides cloud-based business software and productivity tools including CRM, email, and office suites. | cloud | 13 |
|
|
282
|
-
| Zscaler | A cloud security company providing secure internet access, cloud security, and zero trust network access services. | cloud | 0 |
|
|
281
|
+
| Yandex Cloud | Russian cloud computing and internet services provider, offering infrastructure, storage, and various digital services. | cloud | 129 | 79 |
|
|
282
|
+
| Zoho | An Indian software company that provides cloud-based business software and productivity tools including CRM, email, and office suites. | cloud | 13 | 92 |
|
|
283
|
+
| Zscaler | A cloud security company providing secure internet access, cloud security, and zero trust network access services. | cloud | 0 | 277 |
|
|
283
284
|
<!--ENDPROVIDERTABLE-->
|
|
284
285
|
|
|
285
286
|
## Development
|