cloudcheck 9.2.0__tar.gz → 9.3.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-9.3.0/.github/workflows/daily-update.yml +71 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/Cargo.lock +35 -37
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/Cargo.toml +1 -1
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/PKG-INFO +9 -5
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/README.md +8 -4
- cloudcheck-9.3.0/dist/cloudcheck-9.3.0-cp314-cp314-manylinux_2_38_x86_64.whl +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/pyproject.toml +1 -1
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/uv.lock +1 -1
- cloudcheck-9.2.0/dist/cloudcheck-9.2.0-cp314-cp314-manylinux_2_38_x86_64.whl +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/.github/dependabot.yml +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/.github/workflows/docker-tests.yml +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/.github/workflows/pipeline-tests.yml +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/.github/workflows/python-tests.yml +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/.github/workflows/rust-tests.yml +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/.gitignore +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/Dockerfile +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloud_providers.json +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloud_providers_v2.json +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/__init__.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/helpers.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/__init__.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/akamai.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/alibaba.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/amazon.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/arvancloud.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/backblaze.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/baidu.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/base.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/cachefly.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/cdnetworks.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/cisco.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/cloudflare.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/cloudfront.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/ddosguard.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/dell.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/digitalocean.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/dod.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/fastly.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/fbi.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/gabia.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/gcore.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/github.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/gocache.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/google.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/heroku.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/hetzner.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/hostway.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/hpe.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/huawei.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/ibm.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/imperva.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/kamatera.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/kinx.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/ktcloud.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/leaseweb.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/lgtelecom.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/microsoft.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/microsoft365.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/navercloud.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/nhncloud.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/oracle.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/ovh.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/qrator.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/quiccloud.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/rackspace.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/ru_fso.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/salesforce.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/scaleway.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/skbroadband.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/stormwall.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/sucuri.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/tencent.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/uk_mod.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/wasabi.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/x4b.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/yandex.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/zoho.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/zscaler.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck_update/__init__.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck_update/cli.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck_update/test_cloudcheck_update.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/helm/Chart.yaml +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/helm/cloudcheck/values.yaml +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/helm/templates/cloudcheck.yaml +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/helm/values.yaml +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/pytest.ini +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/scripts/update_readme_table.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/src/api.rs +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/src/lib.rs +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/src/main.rs +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/src/python.rs +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/test_cloudcheck.py +0 -0
- {cloudcheck-9.2.0 → cloudcheck-9.3.0}/test_docker.py +0 -0
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
name: Daily Signature Update
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
schedule:
|
|
5
|
+
# Run daily at 6:00 UTC
|
|
6
|
+
- cron: '0 6 * * *'
|
|
7
|
+
workflow_dispatch: # Allow manual trigger
|
|
8
|
+
|
|
9
|
+
# Prevent concurrent runs from racing to commit/merge
|
|
10
|
+
# cancel-in-progress: false means new runs wait instead of canceling in-progress ones
|
|
11
|
+
concurrency:
|
|
12
|
+
group: daily-update
|
|
13
|
+
cancel-in-progress: false
|
|
14
|
+
|
|
15
|
+
jobs:
|
|
16
|
+
update:
|
|
17
|
+
runs-on: ubuntu-latest
|
|
18
|
+
permissions:
|
|
19
|
+
contents: write
|
|
20
|
+
|
|
21
|
+
steps:
|
|
22
|
+
- name: Checkout stable branch
|
|
23
|
+
uses: actions/checkout@v6
|
|
24
|
+
with:
|
|
25
|
+
ref: stable
|
|
26
|
+
|
|
27
|
+
- name: Create temporary update branch
|
|
28
|
+
run: |
|
|
29
|
+
git checkout -b update/daily-$(date -u +%Y-%m-%d)
|
|
30
|
+
|
|
31
|
+
- name: Set up Python
|
|
32
|
+
uses: actions/setup-python@v6
|
|
33
|
+
with:
|
|
34
|
+
python-version: "3.12"
|
|
35
|
+
|
|
36
|
+
- name: Set up uv
|
|
37
|
+
uses: astral-sh/setup-uv@v7
|
|
38
|
+
|
|
39
|
+
- name: Install dependencies
|
|
40
|
+
run: uv sync
|
|
41
|
+
|
|
42
|
+
- name: Update signatures
|
|
43
|
+
env:
|
|
44
|
+
BBOT_IO_API_KEY: ${{ secrets.BBOT_IO_API_KEY }}
|
|
45
|
+
run: uv run python -m cloudcheck_update.cli
|
|
46
|
+
|
|
47
|
+
- name: Update README table
|
|
48
|
+
run: uv run python scripts/update_readme_table.py
|
|
49
|
+
|
|
50
|
+
- name: Check for changes
|
|
51
|
+
id: changes
|
|
52
|
+
run: |
|
|
53
|
+
if git diff --quiet; then
|
|
54
|
+
echo "has_changes=false" >> $GITHUB_OUTPUT
|
|
55
|
+
else
|
|
56
|
+
echo "has_changes=true" >> $GITHUB_OUTPUT
|
|
57
|
+
fi
|
|
58
|
+
|
|
59
|
+
- name: Commit and merge changes
|
|
60
|
+
if: steps.changes.outputs.has_changes == 'true'
|
|
61
|
+
run: |
|
|
62
|
+
BRANCH="update/daily-$(date -u +%Y-%m-%d)"
|
|
63
|
+
git config user.name "github-actions[bot]"
|
|
64
|
+
git config user.email "github-actions[bot]@users.noreply.github.com"
|
|
65
|
+
git add cloud_providers_v2.json README.md
|
|
66
|
+
git commit -m "chore: daily signature update $(date -u +%Y-%m-%d)"
|
|
67
|
+
git push origin "$BRANCH"
|
|
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"
|
|
@@ -169,15 +169,15 @@ checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
|
|
|
169
169
|
|
|
170
170
|
[[package]]
|
|
171
171
|
name = "bytes"
|
|
172
|
-
version = "1.11.
|
|
172
|
+
version = "1.11.1"
|
|
173
173
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
174
|
-
checksum = "
|
|
174
|
+
checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
|
|
175
175
|
|
|
176
176
|
[[package]]
|
|
177
177
|
name = "cc"
|
|
178
|
-
version = "1.2.
|
|
178
|
+
version = "1.2.55"
|
|
179
179
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
180
|
-
checksum = "
|
|
180
|
+
checksum = "47b26a0954ae34af09b50f0de26458fa95369a0d478d8236d3f93082b219bd29"
|
|
181
181
|
dependencies = [
|
|
182
182
|
"find-msvc-tools",
|
|
183
183
|
"shlex",
|
|
@@ -191,9 +191,9 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
|
191
191
|
|
|
192
192
|
[[package]]
|
|
193
193
|
name = "clap"
|
|
194
|
-
version = "4.5.
|
|
194
|
+
version = "4.5.57"
|
|
195
195
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
196
|
-
checksum = "
|
|
196
|
+
checksum = "6899ea499e3fb9305a65d5ebf6e3d2248c5fab291f300ad0a704fbe142eae31a"
|
|
197
197
|
dependencies = [
|
|
198
198
|
"clap_builder",
|
|
199
199
|
"clap_derive",
|
|
@@ -201,9 +201,9 @@ dependencies = [
|
|
|
201
201
|
|
|
202
202
|
[[package]]
|
|
203
203
|
name = "clap_builder"
|
|
204
|
-
version = "4.5.
|
|
204
|
+
version = "4.5.57"
|
|
205
205
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
206
|
-
checksum = "
|
|
206
|
+
checksum = "7b12c8b680195a62a8364d16b8447b01b6c2c8f9aaf68bee653be34d4245e238"
|
|
207
207
|
dependencies = [
|
|
208
208
|
"anstream",
|
|
209
209
|
"anstyle",
|
|
@@ -213,9 +213,9 @@ dependencies = [
|
|
|
213
213
|
|
|
214
214
|
[[package]]
|
|
215
215
|
name = "clap_derive"
|
|
216
|
-
version = "4.5.
|
|
216
|
+
version = "4.5.55"
|
|
217
217
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
218
|
-
checksum = "
|
|
218
|
+
checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5"
|
|
219
219
|
dependencies = [
|
|
220
220
|
"heck",
|
|
221
221
|
"proc-macro2",
|
|
@@ -231,7 +231,7 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
|
|
|
231
231
|
|
|
232
232
|
[[package]]
|
|
233
233
|
name = "cloudcheck"
|
|
234
|
-
version = "9.
|
|
234
|
+
version = "9.3.0"
|
|
235
235
|
dependencies = [
|
|
236
236
|
"axum",
|
|
237
237
|
"clap",
|
|
@@ -378,17 +378,16 @@ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
|
378
378
|
|
|
379
379
|
[[package]]
|
|
380
380
|
name = "find-msvc-tools"
|
|
381
|
-
version = "0.1.
|
|
381
|
+
version = "0.1.9"
|
|
382
382
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
383
|
-
checksum = "
|
|
383
|
+
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
|
|
384
384
|
|
|
385
385
|
[[package]]
|
|
386
386
|
name = "flate2"
|
|
387
|
-
version = "1.1.
|
|
387
|
+
version = "1.1.9"
|
|
388
388
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
389
|
-
checksum = "
|
|
389
|
+
checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
|
|
390
390
|
dependencies = [
|
|
391
|
-
"crc32fast",
|
|
392
391
|
"miniz_oxide",
|
|
393
392
|
"zlib-rs",
|
|
394
393
|
]
|
|
@@ -678,14 +677,13 @@ dependencies = [
|
|
|
678
677
|
|
|
679
678
|
[[package]]
|
|
680
679
|
name = "hyper-util"
|
|
681
|
-
version = "0.1.
|
|
680
|
+
version = "0.1.20"
|
|
682
681
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
683
|
-
checksum = "
|
|
682
|
+
checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
|
|
684
683
|
dependencies = [
|
|
685
684
|
"base64",
|
|
686
685
|
"bytes",
|
|
687
686
|
"futures-channel",
|
|
688
|
-
"futures-core",
|
|
689
687
|
"futures-util",
|
|
690
688
|
"http",
|
|
691
689
|
"http-body",
|
|
@@ -1039,9 +1037,9 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
|
|
1039
1037
|
|
|
1040
1038
|
[[package]]
|
|
1041
1039
|
name = "openssl-src"
|
|
1042
|
-
version = "300.5.
|
|
1040
|
+
version = "300.5.5+3.5.5"
|
|
1043
1041
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1044
|
-
checksum = "
|
|
1042
|
+
checksum = "3f1787d533e03597a7934fd0a765f0d28e94ecc5fb7789f8053b1e699a56f709"
|
|
1045
1043
|
dependencies = [
|
|
1046
1044
|
"cc",
|
|
1047
1045
|
]
|
|
@@ -1108,15 +1106,15 @@ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
|
|
1108
1106
|
|
|
1109
1107
|
[[package]]
|
|
1110
1108
|
name = "portable-atomic"
|
|
1111
|
-
version = "1.13.
|
|
1109
|
+
version = "1.13.1"
|
|
1112
1110
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1113
|
-
checksum = "
|
|
1111
|
+
checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
|
|
1114
1112
|
|
|
1115
1113
|
[[package]]
|
|
1116
1114
|
name = "portable-atomic-util"
|
|
1117
|
-
version = "0.2.
|
|
1115
|
+
version = "0.2.5"
|
|
1118
1116
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1119
|
-
checksum = "
|
|
1117
|
+
checksum = "7a9db96d7fa8782dd8c15ce32ffe8680bbd1e978a43bf51a34d39483540495f5"
|
|
1120
1118
|
dependencies = [
|
|
1121
1119
|
"portable-atomic",
|
|
1122
1120
|
]
|
|
@@ -1250,9 +1248,9 @@ dependencies = [
|
|
|
1250
1248
|
|
|
1251
1249
|
[[package]]
|
|
1252
1250
|
name = "regex"
|
|
1253
|
-
version = "1.12.
|
|
1251
|
+
version = "1.12.3"
|
|
1254
1252
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1255
|
-
checksum = "
|
|
1253
|
+
checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
|
|
1256
1254
|
dependencies = [
|
|
1257
1255
|
"aho-corasick",
|
|
1258
1256
|
"memchr",
|
|
@@ -1262,9 +1260,9 @@ dependencies = [
|
|
|
1262
1260
|
|
|
1263
1261
|
[[package]]
|
|
1264
1262
|
name = "regex-automata"
|
|
1265
|
-
version = "0.4.
|
|
1263
|
+
version = "0.4.14"
|
|
1266
1264
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1267
|
-
checksum = "
|
|
1265
|
+
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
|
|
1268
1266
|
dependencies = [
|
|
1269
1267
|
"aho-corasick",
|
|
1270
1268
|
"memchr",
|
|
@@ -1273,9 +1271,9 @@ dependencies = [
|
|
|
1273
1271
|
|
|
1274
1272
|
[[package]]
|
|
1275
1273
|
name = "regex-syntax"
|
|
1276
|
-
version = "0.8.
|
|
1274
|
+
version = "0.8.9"
|
|
1277
1275
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1278
|
-
checksum = "
|
|
1276
|
+
checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c"
|
|
1279
1277
|
|
|
1280
1278
|
[[package]]
|
|
1281
1279
|
name = "reqwest"
|
|
@@ -1574,9 +1572,9 @@ checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
|
|
|
1574
1572
|
|
|
1575
1573
|
[[package]]
|
|
1576
1574
|
name = "slab"
|
|
1577
|
-
version = "0.4.
|
|
1575
|
+
version = "0.4.12"
|
|
1578
1576
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1579
|
-
checksum = "
|
|
1577
|
+
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
|
|
1580
1578
|
|
|
1581
1579
|
[[package]]
|
|
1582
1580
|
name = "smallvec"
|
|
@@ -2298,15 +2296,15 @@ dependencies = [
|
|
|
2298
2296
|
|
|
2299
2297
|
[[package]]
|
|
2300
2298
|
name = "zlib-rs"
|
|
2301
|
-
version = "0.
|
|
2299
|
+
version = "0.6.0"
|
|
2302
2300
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2303
|
-
checksum = "
|
|
2301
|
+
checksum = "a7948af682ccbc3342b6e9420e8c51c1fe5d7bf7756002b4a3c6cabfe96a7e3c"
|
|
2304
2302
|
|
|
2305
2303
|
[[package]]
|
|
2306
2304
|
name = "zmij"
|
|
2307
|
-
version = "1.0.
|
|
2305
|
+
version = "1.0.19"
|
|
2308
2306
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2309
|
-
checksum = "
|
|
2307
|
+
checksum = "3ff05f8caa9038894637571ae6b9e29466c1f4f829d26c9b28f869a29cbe3445"
|
|
2310
2308
|
|
|
2311
2309
|
[[package]]
|
|
2312
2310
|
name = "zopfli"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cloudcheck
|
|
3
|
-
Version: 9.
|
|
3
|
+
Version: 9.3.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
|
|
@@ -18,12 +18,16 @@ Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
|
|
18
18
|
[](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/python-tests.yml)
|
|
19
19
|
[](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/pipeline-tests.yml)
|
|
20
20
|
[](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/docker-tests.yml)
|
|
21
|
+
[](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/daily-update.yml)
|
|
21
22
|
|
|
22
|
-
|
|
23
|
+
> [!TIP]
|
|
24
|
+
> **UPDATE 01-2026:** Now supports REST API!
|
|
23
25
|
|
|
24
|
-
|
|
26
|
+
> [!NOTE]
|
|
27
|
+
> **UPDATE 12-2025:** Now supports government agencies (DoD, FBI, UK MoD, RU FSO)!
|
|
25
28
|
|
|
26
|
-
|
|
29
|
+
> [!IMPORTANT]
|
|
30
|
+
> **UPDATE 12-2025:** Now rewritten in Rust!
|
|
27
31
|
|
|
28
32
|
CloudCheck is a simple Rust tool to check whether an IP address or hostname belongs to a cloud provider. It includes:
|
|
29
33
|
|
|
@@ -33,7 +37,7 @@ CloudCheck is a simple Rust tool to check whether an IP address or hostname belo
|
|
|
33
37
|
|
|
34
38
|
## Cloud Provider Signatures
|
|
35
39
|
|
|
36
|
-
The latest cloud provider signatures are available in [`cloud_providers_v2.json`](https://github.com/blacklanternsecurity/cloudcheck/blob/master/cloud_providers_v2.json), which is updated daily via CI/CD. 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/).
|
|
40
|
+
The latest cloud provider signatures are available in [`cloud_providers_v2.json`](https://github.com/blacklanternsecurity/cloudcheck/blob/master/cloud_providers_v2.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/).
|
|
37
41
|
|
|
38
42
|
Used by [BBOT](https://github.com/blacklanternsecurity/bbot) and [BBOT Server](https://github.com/blacklanternsecurity/bbot-server).
|
|
39
43
|
|
|
@@ -10,12 +10,16 @@
|
|
|
10
10
|
[](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/python-tests.yml)
|
|
11
11
|
[](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/pipeline-tests.yml)
|
|
12
12
|
[](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/docker-tests.yml)
|
|
13
|
+
[](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/daily-update.yml)
|
|
13
14
|
|
|
14
|
-
|
|
15
|
+
> [!TIP]
|
|
16
|
+
> **UPDATE 01-2026:** Now supports REST API!
|
|
15
17
|
|
|
16
|
-
|
|
18
|
+
> [!NOTE]
|
|
19
|
+
> **UPDATE 12-2025:** Now supports government agencies (DoD, FBI, UK MoD, RU FSO)!
|
|
17
20
|
|
|
18
|
-
|
|
21
|
+
> [!IMPORTANT]
|
|
22
|
+
> **UPDATE 12-2025:** Now rewritten in Rust!
|
|
19
23
|
|
|
20
24
|
CloudCheck is a simple Rust tool to check whether an IP address or hostname belongs to a cloud provider. It includes:
|
|
21
25
|
|
|
@@ -25,7 +29,7 @@ CloudCheck is a simple Rust tool to check whether an IP address or hostname belo
|
|
|
25
29
|
|
|
26
30
|
## Cloud Provider Signatures
|
|
27
31
|
|
|
28
|
-
The latest cloud provider signatures are available in [`cloud_providers_v2.json`](https://github.com/blacklanternsecurity/cloudcheck/blob/master/cloud_providers_v2.json), which is updated daily via CI/CD. 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/).
|
|
32
|
+
The latest cloud provider signatures are available in [`cloud_providers_v2.json`](https://github.com/blacklanternsecurity/cloudcheck/blob/master/cloud_providers_v2.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/).
|
|
29
33
|
|
|
30
34
|
Used by [BBOT](https://github.com/blacklanternsecurity/bbot) and [BBOT Server](https://github.com/blacklanternsecurity/bbot-server).
|
|
31
35
|
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|