Skip to main content

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

Project description

cdncheck-python

This is a Python wrapper around ProjectDiscovery's cdncheck. Given an IP address it will identify which cloud provider, if any, it belongs to.

Installation

$ 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
>>> cdncheck.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.4.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

cdncheck-1.0.0.4-cp310-cp310-manylinux_2_36_x86_64.whl (4.1 MB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.36+ x86-64

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