├── LICENSE ├── README.md ├── images ├── EntraFalcon_logo.png ├── azure_roles.png ├── caps.png ├── caps_details.png ├── entra_roles.png ├── enumeration_overview.png ├── pim_settings.png ├── sp_details.png ├── user.png └── user_details.png ├── modules ├── EntraTokenAid.psm1 ├── Send-GraphBatchRequest.psm1 ├── Send-GraphRequest.psm1 ├── check_AppRegistrations.psm1 ├── check_CAPs.psm1 ├── check_EnterpriseApps.psm1 ├── check_Groups.psm1 ├── check_ManagedIdentities.psm1 ├── check_PIM.psm1 ├── check_Roles.psm1 ├── check_Users.psm1 ├── export_Summary.psm1 └── shared_Functions.psm1 └── run_EntraFalcon.ps1 /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CompassSecurity/EntraFalcon/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CompassSecurity/EntraFalcon/HEAD/README.md -------------------------------------------------------------------------------- /images/EntraFalcon_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CompassSecurity/EntraFalcon/HEAD/images/EntraFalcon_logo.png -------------------------------------------------------------------------------- /images/azure_roles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CompassSecurity/EntraFalcon/HEAD/images/azure_roles.png -------------------------------------------------------------------------------- /images/caps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CompassSecurity/EntraFalcon/HEAD/images/caps.png -------------------------------------------------------------------------------- /images/caps_details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CompassSecurity/EntraFalcon/HEAD/images/caps_details.png -------------------------------------------------------------------------------- /images/entra_roles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CompassSecurity/EntraFalcon/HEAD/images/entra_roles.png -------------------------------------------------------------------------------- /images/enumeration_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CompassSecurity/EntraFalcon/HEAD/images/enumeration_overview.png -------------------------------------------------------------------------------- /images/pim_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CompassSecurity/EntraFalcon/HEAD/images/pim_settings.png -------------------------------------------------------------------------------- /images/sp_details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CompassSecurity/EntraFalcon/HEAD/images/sp_details.png -------------------------------------------------------------------------------- /images/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CompassSecurity/EntraFalcon/HEAD/images/user.png -------------------------------------------------------------------------------- /images/user_details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CompassSecurity/EntraFalcon/HEAD/images/user_details.png -------------------------------------------------------------------------------- /modules/EntraTokenAid.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CompassSecurity/EntraFalcon/HEAD/modules/EntraTokenAid.psm1 -------------------------------------------------------------------------------- /modules/Send-GraphBatchRequest.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CompassSecurity/EntraFalcon/HEAD/modules/Send-GraphBatchRequest.psm1 -------------------------------------------------------------------------------- /modules/Send-GraphRequest.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CompassSecurity/EntraFalcon/HEAD/modules/Send-GraphRequest.psm1 -------------------------------------------------------------------------------- /modules/check_AppRegistrations.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CompassSecurity/EntraFalcon/HEAD/modules/check_AppRegistrations.psm1 -------------------------------------------------------------------------------- /modules/check_CAPs.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CompassSecurity/EntraFalcon/HEAD/modules/check_CAPs.psm1 -------------------------------------------------------------------------------- /modules/check_EnterpriseApps.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CompassSecurity/EntraFalcon/HEAD/modules/check_EnterpriseApps.psm1 -------------------------------------------------------------------------------- /modules/check_Groups.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CompassSecurity/EntraFalcon/HEAD/modules/check_Groups.psm1 -------------------------------------------------------------------------------- /modules/check_ManagedIdentities.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CompassSecurity/EntraFalcon/HEAD/modules/check_ManagedIdentities.psm1 -------------------------------------------------------------------------------- /modules/check_PIM.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CompassSecurity/EntraFalcon/HEAD/modules/check_PIM.psm1 -------------------------------------------------------------------------------- /modules/check_Roles.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CompassSecurity/EntraFalcon/HEAD/modules/check_Roles.psm1 -------------------------------------------------------------------------------- /modules/check_Users.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CompassSecurity/EntraFalcon/HEAD/modules/check_Users.psm1 -------------------------------------------------------------------------------- /modules/export_Summary.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CompassSecurity/EntraFalcon/HEAD/modules/export_Summary.psm1 -------------------------------------------------------------------------------- /modules/shared_Functions.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CompassSecurity/EntraFalcon/HEAD/modules/shared_Functions.psm1 -------------------------------------------------------------------------------- /run_EntraFalcon.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CompassSecurity/EntraFalcon/HEAD/run_EntraFalcon.ps1 --------------------------------------------------------------------------------