You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**Csv**| Enables writing CSV report files in addition to TXT/HTML report files. |`false`|
185
+
|**ExportCapUncoveredUsers**| For each enabled Conditional Access policy with user targeting, exports a CSV listing users **not** covered by that policy. Files are written to a `ConditionalAccessPolicies_UncoveredUsers` subfolder in the output directory. |`false`|
182
186
183
187
184
188
## 📊 Some Example Reports
@@ -583,6 +587,29 @@ The following table roughly summarizes the checks performed, along with their im
583
587
|User|Inactive|No|No|
584
588
|User|Member / owner of groups|Yes|(Yes)|
585
589
|User|Synced from on-prem|Yes|No|
590
+
|AgentIdentity|Linked Agent Users|Yes|No|
591
+
|AgentIdentity|Foreign blueprint principal origin|Yes|Yes|
592
+
|AgentIdentity|Effective API Permission (Application)|Yes|Yes|
593
+
|AgentIdentity|Effective API Permission (Delegated)|Yes|Yes|
594
+
|AgentIdentity|Entra Role|Yes|Yes|
595
+
|AgentIdentity|Azure Role|Yes|Yes|
596
+
|AgentIdentity|Ownership over App Registrations|Yes|Yes|
597
+
|AgentIdentity|Ownership of other Service Principals|Yes|Yes|
598
+
|AgentIdentity|Member / owner of groups|Yes|(Yes)|
|CAP|No or misconfigured policy for legacy authentication|-|Yes|
587
614
|CAP|No or misconfigured policy for blocking device code flow|-|Yes|
588
615
|CAP|No or misconfigured policy for limiting the registrations of security information|-|Yes|
@@ -645,6 +672,7 @@ To detect usage of EntraFalcon, blue teams can monitor for the listed applicatio
645
672
-**M365 RBAC**: Not assessed
646
673
-**Defender for Endpoint RBAC**: Not assessed
647
674
-**Intune RBAC**: Not assessed
675
+
-**Conditional Access user coverage**: Effective user coverage and `-ExportCapUncoveredUsers` are best-effort calculations based on enumerated users, group members, role assignments, and resolvable external-user categories. External-user selectors are only resolved for tenant guest users matching `b2bCollaborationGuest`. Other external-user types or external users with specified external tenants can make coverage values approximate. Eligible PIM paths are reported as potential coverage and are not counted as currently covered. CSV export is limited to enabled policies and enabled users.
648
676
-**Cloud Environment**: Cloud platforms evolve rapidly. As a result, some assessments or detections may become outdated or inaccurate over time. Moreover, tenants are becoming increasingly complex, and specific configurations or combinations of settings may lead to inaccurate results. While we strive to keep EntraFalcon up to date, it is always recommended to validate findings independently and not rely solely on the tool for critical decisions.
649
677
-**HTML Reports**: The generated HTML reports do not implement protection mechanisms against cross-site scripting (XSS).
0 commit comments