Skip to main content

A Python wrapper for ProjectDiscovery's cdncheck (https://github.com/projectdiscovery/cdncheck)

Project description

cdncheck-python

Tests

This is a Python wrapper around ProjectDiscovery's cdncheck. It is useful for checking whether a given IP address belongs to a cloud provider, e.g. Google, Azure, etc.

Tests are run on a weekly schedule.

Installation

If you run into problems with installation, please make sure golang is installed on your system.

$ pip install cdncheck

Usage (CLI)

$ cdncheck 1.2.3.4
1.2.3.4 does not belong to a CDN

$ cdncheck 168.62.20.37
168.62.20.37 belongs to CDN "azure"

Usage (Python)

>>> from cdncheck import cdncheck
# empty string == not belonging to a CDN
>>> cdncheck('1.2.3.4')
''
>>> cdncheck('168.62.20.37')
'azure'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cdncheck-1.0.0.34.tar.gz (3.0 kB view details)

Uploaded Source

Built Distributions

cdncheck-1.0.0.34-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

cdncheck-1.0.0.34-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

cdncheck-1.0.0.34-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

cdncheck-1.0.0.34-cp311-cp311-musllinux_1_1_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

cdncheck-1.0.0.34-cp311-cp311-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

cdncheck-1.0.0.34-cp310-cp310-musllinux_1_1_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

cdncheck-1.0.0.34-cp310-cp310-manylinux_2_35_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.35+ x86-64

cdncheck-1.0.0.34-cp310-cp310-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

cdncheck-1.0.0.34-cp39-cp39-musllinux_1_1_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

cdncheck-1.0.0.34-cp39-cp39-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

cdncheck-1.0.0.34-cp38-cp38-musllinux_1_1_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

cdncheck-1.0.0.34-cp38-cp38-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

cdncheck-1.0.0.34-cp37-cp37m-musllinux_1_1_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

cdncheck-1.0.0.34-cp37-cp37m-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

File details

Details for the file cdncheck-1.0.0.34.tar.gz.

File metadata

  • Download URL: cdncheck-1.0.0.34.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.16

File hashes

Hashes for cdncheck-1.0.0.34.tar.gz
Algorithm Hash digest
SHA256 5ee4b227e5c97903b50cebe10fabaeb1962fe81cdbde5e308a02e0c1791e2074
MD5 ae2d5455ae3000ff65ba80203aa41b85
BLAKE2b-256 68d0b01d5b682244ce51f458be6d1cc10a104fb84817d5878dacc32b237d9ee4

See more details on using hashes here.

File details

Details for the file cdncheck-1.0.0.34-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cdncheck-1.0.0.34-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 517dd0158ae5f0e64d8e6ce552d63a90fdf02974f30e5da8881e7715cd02678c
MD5 275b34b970621acc2c0e40c16121f2c4
BLAKE2b-256 74ca2266460a2a0d7ac4b63a19d09abd87e3be4b21abfc6c4d0e66d3b1e356fa

See more details on using hashes here.

File details

Details for the file cdncheck-1.0.0.34-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cdncheck-1.0.0.34-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 41633329f513373dbb1f74b4d2927711b87620c16b38754b045b97cea69b9bd7
MD5 fae2986eda816dc8602ceeb5b80016c3
BLAKE2b-256 a0aaff927d974718cd1a0058b717e5b00fff4c3575f0913a54ca002de1dd44a5

See more details on using hashes here.

File details

Details for the file cdncheck-1.0.0.34-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cdncheck-1.0.0.34-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e31b9f0492ff5284b66f5fa32215f53d4e5411b87641af838c1d696bdd2e48e2
MD5 41854b40e9f64ceb1b62f752dcd2974c
BLAKE2b-256 198cf763e0bc0f3d148242dbcdc0edb478de2fbb8869b20c2ccfcebe6abe32ec

See more details on using hashes here.

File details

Details for the file cdncheck-1.0.0.34-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for cdncheck-1.0.0.34-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c210c833f109212fbb60cba63fbb5ecad0de5343a802ef12fe20464ac00f16e8
MD5 b2f117e1542aef1f32682bc90264445c
BLAKE2b-256 8a9b799d444490a9ff16c605572918d8ce408a8edc15f4e88f15ffdf6b106455

See more details on using hashes here.

File details

Details for the file cdncheck-1.0.0.34-cp311-cp311-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cdncheck-1.0.0.34-cp311-cp311-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2ae8645c38bb9eee5ed97eb3d395fc2cd752b30a4aff9f44f815131534092252
MD5 fc42110345a9651459e15e28438eaabd
BLAKE2b-256 5d32085d7032450b1d20c219fbdea2f6400f4da02642857f2dcf8b479ee36aee

See more details on using hashes here.

File details

Details for the file cdncheck-1.0.0.34-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for cdncheck-1.0.0.34-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 aa93e6a14b97be0d0cc53c044076da18fb681d83c39bcc2344c69c995049cc19
MD5 8d7843dc7c2ac4264d04fd0c21ba9ccf
BLAKE2b-256 57dd686d12418c43a7ee3735133cc2b994b948ffd4090aa8e48297e671fac369

See more details on using hashes here.

File details

Details for the file cdncheck-1.0.0.34-cp310-cp310-manylinux_2_35_x86_64.whl.

File metadata

File hashes

Hashes for cdncheck-1.0.0.34-cp310-cp310-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 f28be46f7e17a4fce0731a8f2a3b560e221bfea81281550ef776dbb5bb3926af
MD5 044d11978283da81c93c04af13639f7c
BLAKE2b-256 de1ebcd7df0d7c3857c4efc5d26ff3005aebeb99490a7501819a3b61681c13fc

See more details on using hashes here.

File details

Details for the file cdncheck-1.0.0.34-cp310-cp310-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cdncheck-1.0.0.34-cp310-cp310-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ca2ed5c3855a352f76f3d6ae36df14f88c45b0562e912061eee209ae709c19fb
MD5 5ac652b51f9b8c3e9cea83bf22d1e177
BLAKE2b-256 706b028c7015b1bfe643e7e54c29024463039b8228ef99aac5f43ba9a3c8c0c3

See more details on using hashes here.

File details

Details for the file cdncheck-1.0.0.34-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for cdncheck-1.0.0.34-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 37d86287f9ca723939def7aa4ff76115b83af60f758a9383d68651bbdd960b93
MD5 b6a64a943624f5fcfddbaf7acef36dfb
BLAKE2b-256 700231a9a3fe3f2b6cd87ab1fcf7c59626b5521a3ef85adff1c501e5cfd650d8

See more details on using hashes here.

File details

Details for the file cdncheck-1.0.0.34-cp39-cp39-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cdncheck-1.0.0.34-cp39-cp39-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2345f540f2de43dd658ec4f290b8687739310178e8ca6766d6d213563699e1ff
MD5 f1893f50fcb5fbeebdb41d53b1b8dc02
BLAKE2b-256 8017ca1ff5a0dea4473b9daacd7c905c99b9df4c4b5826f9e13024213743bf33

See more details on using hashes here.

File details

Details for the file cdncheck-1.0.0.34-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for cdncheck-1.0.0.34-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fe23a9719c65376598f51013053ea72dc1ec0b217b1978aa751b124fb5725b3a
MD5 292ab2c6ff3b44f2482bbf12462d0896
BLAKE2b-256 40a29e526a2a2c44f36cd8adb0e1e051967043107376f86ccbad8a12cf68a838

See more details on using hashes here.

File details

Details for the file cdncheck-1.0.0.34-cp38-cp38-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cdncheck-1.0.0.34-cp38-cp38-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 568d62cba12d25f3e98648be0213f5b8b634dbb43fccf77c34d1ec0a8b94e556
MD5 759ebee6503dee89ace16243e9009db1
BLAKE2b-256 046e30ba3b37703f137543a740b5547357cebfb639226c6f78fb48b1c29b997f

See more details on using hashes here.

File details

Details for the file cdncheck-1.0.0.34-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for cdncheck-1.0.0.34-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 83726813193f1a8887c24fb8d5823da4cae5b03151878d01e76c9c09f5d8081e
MD5 c641257c6db0f0df5ed9fb3f6bc6bb32
BLAKE2b-256 962a15d1ef47b19d97785d7b7978b65a293e39df372568e4f8eede16a6bcd447

See more details on using hashes here.

File details

Details for the file cdncheck-1.0.0.34-cp37-cp37m-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cdncheck-1.0.0.34-cp37-cp37m-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b898e3bab6084a78a219a909f94107ad4f9c338c07ccf3af12363eef1dc78798
MD5 b26f57c9efbf42a395ad26f7f617c543
BLAKE2b-256 dc37aa9053dfb5a265ecb08502fce7ab9f9641c5281694a1b5f1853eaddebe52

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page