Check whether an IP address belongs to a cloud provider
Project description
CloudCheck
A simple Python utility to check whether an IP address or hostname belongs to a cloud provider.
cloud_providers.json
contains lists of domains and up-to-date CIDRs for each cloud provider (updated daily via CI/CD).
Used by Bighuge BLS OSINT Tool (BBOT).
Installation
pip install cloudcheck
Usage - CLI
$ cloudcheck 168.62.20.37
168.62.20.37 belongs to Azure (cloud) (168.62.0.0/19)
$ cloudcheck test.evilcorp.azurewebsites.net
test.evilcorp.azurewebsites.net belongs to Azure (cloud) (azurewebsites.net)
Usage - Python
import cloudcheck
provider, provider_type, subnet = cloudcheck.check("168.62.20.37")
print(provider) # "Azure"
print(provider_type) # "cloud"
print(subnet) # IPv4Network('168.62.0.0/19')
Supported cloud providers
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cloudcheck-6.0.0.651.tar.gz
(107.2 kB
view details)
Built Distribution
File details
Details for the file cloudcheck-6.0.0.651.tar.gz
.
File metadata
- Download URL: cloudcheck-6.0.0.651.tar.gz
- Upload date:
- Size: 107.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 01b59b1503fcadd90cd661eed86c04e9c83de693669da459fb9279c6f6bdd745 |
|
MD5 | 06344f762bbceb990e4c3a54d5ed8668 |
|
BLAKE2b-256 | 8c7075174f9f2de37a5f031f1e212d073fb1a69ce4b7bca34fc01acd01e83256 |
File details
Details for the file cloudcheck-6.0.0.651-py3-none-any.whl
.
File metadata
- Download URL: cloudcheck-6.0.0.651-py3-none-any.whl
- Upload date:
- Size: 123.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a0a6559d2ef2d13bb430b3d764e9b9587b192b1d846210b99e20fac8c9a43fe |
|
MD5 | 071cde6d8717669adf343bdc6e3e58f9 |
|
BLAKE2b-256 | 48982cfe7e6ac779e4adda121eaabdf2175013c58c091b8826ee5d7c780eaa4c |