Recipes¶
Common recon patterns and how to run them.
Find the tenant ID¶
Look for tenant_id in the tenant.json output.
Check for ADFS exposure¶
Watch for:
- FED_ADFS_MEX_EXPOSED → MEX endpoint is public
- RP catalog leak → Relying Party list exposed
- ClaimsXray in production → debug RP registered
Enumerate users¶
Uses GetCredentialType, OneDrive timing, and Teams external search.
Find public Azure blobs¶
Deep blob enumeration runs automatically. Check azure_resources.csv.
Check MFA gaps¶
Looks for: - Legacy auth banners (SMTP/IMAP/POP3) - EWS basic auth surface - ROPC enabled - ADFS WS-Trust endpoints
Run authenticated Graph pass¶
Pulls /me, org info, Conditional Access policies, MFA report, directory roles.
Full internal + external¶
Runs all 52 phases including internal-mode probes.