A security analyst is investigating an authentication and privileges alert in a hybrid enterprise environment. The log audit reveals that a non-interactive service account (`svc_vaultsync`) authenticated via LDAPS from a workstation IP address and successfully retrieved domain administrative credentials from a Privileged Access Management (PAM) vault outside scheduled maintenance hours. Which of the following operational controls or administrative practices should the security team implement to mitigate this incident and harden IAM operations against future abuse? (Select TWO.)
- Configure service accounts to use Group Managed Service Accounts (gMSAs) with auto-rotating passwords and disable interactive shell login capabilities.Answer
- BTrust all internal network traffic originating from authorized workstation subnet IP addresses without performing continuous access evaluation.
- Enforce Just-In-Time (JIT) access workflows requiring approval before PAM vault administrative credentials can be checked out.Answer
- DAutomatically grant administrative authorization permissions whenever LDAP authentication succeeds without verifying role-based access limits.
Answer
The correct operational measures are configuring Group Managed Service Accounts (gMSAs) with disabled interactive logins, and enforcing Just-In-Time (JIT) PAM checkout approval workflows.
Configuring Group Managed Service Accounts (gMSAs) with automatic password management and non-interactive privileges prevents manual checkout or misuse of service account credentials. Enforcing Just-In-Time (JIT) access requiring explicit approvals ensures privileged credentials cannot be retrieved from a PAM vault without prior authorization.
Step-by-Step Solution
Key Concept
Privileged Account Lifecycle and Just-In-Time Access Management
Estimated Time:1m 30s