CCCS-203B · Question #87
After identifying a risky Azure Service Principal using the CrowdStrike CIEM/Identity Analyzer, what is the most appropriate action to mitigate the risk?
The correct answer is D. Rotate the Service Principal's credentials and reduce its permissions to the minimum necessary. Option A: While managed identities are a secure alternative to Service Principals, this is not always feasible for existing workflows. It may require significant reconfiguration, making it a long- term consideration rather than an immediate action. Option B: Assigning…
Question
After identifying a risky Azure Service Principal using the CrowdStrike CIEM/Identity Analyzer, what is the most appropriate action to mitigate the risk?
Options
- AReplace the Service Principal with a managed identity to eliminate credential-related risks.
- BAssign the Service Principal an "Owner" role for temporary troubleshooting purposes.
- CImmediately delete the Service Principal and its associated secrets.
- DRotate the Service Principal's credentials and reduce its permissions to the minimum necessary.
How the community answered
(53 responses)- A8% (4)
- B13% (7)
- C4% (2)
- D75% (40)
Explanation
Option A: While managed identities are a secure alternative to Service Principals, this is not always feasible for existing workflows. It may require significant reconfiguration, making it a long- term consideration rather than an immediate action. Option B: Assigning high-level permissions like "Owner" unnecessarily increases risk. Troubleshooting should use roles with only the necessary permissions. Option C: Deleting the Service Principal without understanding its purpose could disrupt workflows or critical services. A more measured approach is necessary to assess and mitigate Option D: Rotating credentials ensures that any compromised secrets are invalidated, while reducing permissions to the minimum necessary aligns with the principle of least privilege. This approach mitigates risks without disrupting the Service Principal's intended functionality.
Topics
Community Discussion
No community discussion yet for this question.