/digaz

Look up region and other information for any Azure IP address

Primary LanguageGoGNU General Public License v3.0GPL-3.0

digaz GoDoc Go Report Card goreleaser

Look-up region and other information for any Azure-owned IP address:

$ digaz $(dig dev.azure.com +short)
changeNumber: 2 networkFeatures: ["API" "NSG" "UDR" "FW"] platform: "Azure" region: "" regionId: 0 systemService: "AzureFrontDoor"

An online version of this tool can be found at runson.cloud.

Installation

Homebrew

brew tap sampointer/digaz
brew install digaz

Packages

Debian and RPM packages can be found on the releases page.

Docker

git clone https://github.com/sampointer/digaz; cd digaz
docker build -t digaz .
docker run --rm -it digaz $(dig dev.azure.com +short)

Similar tools

Company Tool
AWS digaws
Azure digaz
Google digg