> For the complete documentation index, see [llms.txt](https://cloud.mrw0l05zyn.cl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cloud.mrw0l05zyn.cl/microsoft-azure/enumeracion-no-autenticada.md).

# Enumeración no autenticada

## General

Obtener Tenant ID.

```shell
https://login.microsoftonline.com/<tenant-name>.onmicrosoft.com.onmicrosoft.com/.well-known/openid-configuration
```

## Azure services

### MicroBurst

```powershell
Invoke-EnumerateAzureSubDomains -Base "<base-name>" -Verbose
```

## Azure Blob Storage

### MicroBurst

```powershell
Invoke-EnumerateAzureBlobs -Base "<base-name>" -Verbose
```
