No project description provided
Project description
cloudcheck
cloudcheck is a CLI utility to check if IP addresses in a file are associated with a cloud or CDN network.
Installation
cloudcheck supports all major operating systems and can be installed from PyPi using the following command:
pipx install cloudcheck
Getting Started
The utility supports the following cloud and CDN providers:
- Akamai
- AWS Cloudfront
- Azure FrontDoor
- Cloudflare
- Fastly
- Succuri
- Incapsula
On run, the tool first requests IP ranges from API endpoints hosted by each provider. These ranges are then stored in a dictionary for processing. With this, the ranges are then searched to determine if the input IP addresses are contained within the stored CIDRs.
Usage
To use cloudcheck, execute a command similar to what is shown below:
cloudcheck cdn all /tmp/targets.txt /tmp/output.json
The tool will request IP ranges from from the supported providers and then search for your target IPs in the requested IP ranges.
Coming Soon
Some planned features coming in the next release:
- Support checking all cloud IP ranges
- Support checking only CDN IP ranges (Done)
- Support searching specific providers only
- JSON output support (Done)
- DNS support
- Caching for ranges (Done)
- Support silent mode (Done)
Thanks
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
Built Distribution
File details
Details for the file cloudcheckr-0.1.0.tar.gz
.
File metadata
- Download URL: cloudcheckr-0.1.0.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.10.9 Darwin/22.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e4800da2ac3dd85350d09f88ff2095416fe9f1e89cd9d18c2b2bbd2eeff63f4 |
|
MD5 | 91e18ab8841da062efa424cdce913389 |
|
BLAKE2b-256 | 2a13a70de13e97db8514c3844290401969d2316d29957f8e8a484a6ce0f3b7c8 |
File details
Details for the file cloudcheckr-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: cloudcheckr-0.1.0-py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.10.9 Darwin/22.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27dd230b5f3bdaaf1e2d4422f69cc933cbcecb6ca227bc34fab7d8478c2a9e8c |
|
MD5 | 91cb4e7f8e59e5afd20baa69c8946313 |
|
BLAKE2b-256 | 6be35e1a9426bbdfe6ed6f81f942e1892b2aa507aa034024d71f239d7ec269b4 |