Map a domain to its tenant id/name and discover related domains in the same tenant.
Look up by domain
curl -s "https://azmap.dev/api/tenant?domain=microsoft.com" | jq
Look up by tenant ID
curl -s "https://azmap.dev/api/tenant?tenant_id=72f988bf-86f1-41af-91ab-2d7cd011db47" | jq
Background
- Part 1: Tenant Enumeration is Back
- Part 2: Tenant Enumeration is Dead