A security operations engineer is responding to an incident where an attacker maintained access to enterprise cloud resources after an employee reported a compromised password. The security analyst immediately performed a password reset, but log reviews show the attacker continued performing administrative actions using an active Single Sign-On (SSO) session and active refresh tokens for several hours afterward. Which of the following operations should the security team perform to remediate this vulnerability and ensure immediate containment during credential resets?
- Enforce automated active session revocation and token invalidation workflows upon password resets.Cevap
- BReconfigure Role-Based Access Control (RBAC) definitions to remove administrative privileges from the affected user account.
- CRestrict authentication requests exclusively to corporate perimeter IP ranges using network firewalls.
- DReclassify identity audit logging controls from detective controls to preventive controls within the security framework.
Cevap
Enforcing automated active session revocation and token invalidation workflows upon password resets.
When a password reset occurs, modern SSO identity providers must explicitly revoke issued session tokens and refresh tokens (such as OAuth tokens or SAML session keys). Without explicit token revocation, active sessions remain valid until their scheduled time-to-live (TTL) expires, allowing unauthorized access to persist.
Adım Adım Çözüm
Anahtar Kavram
Identity and Access Management Operations - Session Lifecycle and Token Revocation