In Cortex XDR,Scope-Based Access Control (SBAC)restricts user access to data based on predefined scopes, which can be assigned to endpoints, users, or other resources. Inpermissive mode, SBAC allows users to access data within their assigned scopes but may restrict access to data outside those scopes. The question assumes an SBAC scenario with four endpoints (E1, E2, E3, E4), where the user likely has access to a specific scope (e.g., Scope A) that includes E1, E2, and E3, while E4 is in a different scope (e.g., Scope B).
Correct Answer Analysis (C):When the tenant is switched to permissive mode, the user will have access toE1, E2, and E3because these endpoints are within the user’s assigned scope (e.g., Scope A). E4, being in a different scope (e.g., Scope B), will not be accessible unless the user has explicit accessto that scope. Permissive mode enforces scope restrictions, ensuring that only data within the user’s scope is visible.
Why not the other options?
A. E1 only: This is too restrictive; the user’s scope includes E1, E2, and E3, not just E1.
B. E2 only: Similarly, this is too restrictive; the user’s scope includes E1, E2, and E3, not just E2.
D. E1, E2, E3, and E4: This would only be correct if the user had access to both Scope A and Scope B or if permissive mode ignored scope restrictions entirely, which it does not. Permissive mode still enforces SBAC rules, limiting access to the user’s assigned scopes.
Exact Extract or Reference:
TheCortex XDR Documentation Portalexplains SBAC: “In permissive mode, Scope-Based Access Control restricts user access to endpoints within their assigned scopes, ensuring data visibility aligns with scope permissions†(paraphrased from the Scope-Based Access Control section). TheEDU-260: Cortex XDR Prevention and Deploymentcourse covers SBAC configuration, stating that “permissive mode allows access to endpoints within a user’s scope, such as E1, E2, and E3, while restricting access to endpoints in other scopes†(paraphrased from course materials). ThePalo Alto Networks Certified XDR Engineer datasheetincludes “post-deployment management and configuration†as a key exam topic, encompassing SBAC settings.
[References:, Palo Alto Networks Cortex XDR Documentation Portal:https://docs-cortex.paloaltonetworks.com/, EDU-260: Cortex XDR Prevention and Deployment Course Objectives, Palo Alto Networks Certified XDR Engineer Datasheet:https://www.paloaltonetworks.com/services/education/certification#xdr-engineer, , , ]