AzureAD
This library is already deprecated, better try to use the Az
or Microsoft.Graph
Libraries.
Installation
You can drop the zip file or install it:
Connect to Azure
Enumeration Using AzureAD
Tenant and Session Details
Users, Groups and Roles
You can also change stuff:
Devices
- owners of the device are added to the local administrator’s group
- if we get access to that device, we might be able to extract a PRT
list administrative units
Applications and Service Principals
- you can login as an application
- this is nice because conditional access or MFA is not applied to applications
- we cannot see existing credentials, but we might add new credentials
- service principals are per tenant
- app registration only happens once (singleton in its home-tenant)
- in the home tenant, there is a relationship between enterprise app and app
- not cross-tenant