azureipcheck
A Python Typer-based CLI tool to check IP addresses against Azure services. It also uses Rich for some dope console output. Additionally, it makes use of Clumper for parsing through the Azure Service Tag JSON files.
Installation
The recommended method of installation is with pipx.
pipx install azureipcheck
However, you can install the normal way from PyPi with python3 -m pip install azureipcheck.
Usage
You should first run azureipcheck update to download the latest Service Tag JSON files. After downloading the files locally, you can run azureipcheck check <ip>, where ip can be a single address or CIDR (i.e., 51.8.227.233 or 51.8.227.233/24).
Checking a CIDR does not check every IP in the network provided. It simply checks to see if the network is in a subnet of any of the Azure network ranges. Therefore 51.8.227.233/24 may return matches but 51.8.227.233/8 would not.
Built With
- Typer: https://github.com/tiangolo/typer
- Rich: https://github.com/willmcgugan/rich
- Clumper: https://github.com/koaning/clumper
- Gazpacho: https://github.com/maxhumber/gazpacho
- Cookiecutter-RichTyper: https://github.com/daddycocoaman/cookiecutter-richtyper
Inspired by https://github.com/deanobalino/azureip
Release files for azureipcheck 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| azureipcheck-1.0.1.tar.gz | 4.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| azureipcheck-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.1 kB
Release files / azureipcheck-1.0.1.tar.gz
| Download URL | azureipcheck-1.0.1.tar.gz |
|---|---|
| Size | 4.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
799c240b1ef095f54dd9873dde3b0da48c4ce6f5e888b1dcc8cb18ddb76de654
|
|
BLAKE2b-256 checksum How to use checksums |
27fe8306cfeeadcd15b194fdf08b365ca614828b0258c5c36688742a2fabf7f5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.4 CPython/3.8.6 Windows/10
|
Release files / azureipcheck-1.0.1-py3-none-any.whl
| Download URL | azureipcheck-1.0.1-py3-none-any.whl |
|---|---|
| Size | 5.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2ab9de1de182f5793117f6d708aae780da99ab06a7f56815637b3893763b5280
|
|
BLAKE2b-256 checksum How to use checksums |
97fc6f1662faa4821271aa59de913bf67226ab192d0a4bbdffbd9fbeaa1d8af4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.4 CPython/3.8.6 Windows/10
|