Azure enumeration

Enumerating Azure services

Common misconfigurations

Or, what Microsoft refers to as default.

Azure is by default open to every user in the organization. That means clients who for instance have Office 365 most likely haven't set up a conditional access policy to prevent users from logging in to portal.azure.comarrow-up-right and retrieving every user, role and group. Odds are that if they haven't done that, they don't monitor what the users do there to closely either. So why ask the on-premise domain controller and get detected if you can get what you need right from Azure? Procedures for doing the magic with Powershell below.

Procedures and tools

Useful articles

Tools

Procedures

A little code block with some common procedures for enumerating Azure AD.

Last updated