A security engineer at an e-commerce organization is investigating an alert indicating anomalous privileged activity on a production database cluster. The authentication and operational log snippet shows:
| Parameter | Log Entry Details |
|---|---|
| Timestamp | 2026-07-27T14:22:10Z |
| Account | admin_jsmith |
| Source IP | 198.51.100.45 (External WAN) |
| Authentication | RADIUS with MFA (Success) |
| Executed Action | GRANT ALL PRIVILEGES ON customer_db TO temp_user; |
| Matched Policy | Default_Admin_Role |
The organization's security policy mandates that all privileged administrative sessions on critical systems must be brokered exclusively through a Privileged Access Management (PAM) jump host with short-lived session checkout. Which of the following is the MOST effective operational control modification to prevent direct administrative command execution outside the PAM solution?
- Reconfigure network access control lists and authorization policies to restrict administrative session initiation strictly to designated PAM jump host IP addresses.Answer
- BImplement step-up multi-factor authentication to prompt the administrator for a secondary token prior to executing database privilege elevation statements.
- CRelocate the database cluster inside the internal corporate network perimeter and permit administrative commands originating from internal subnets.
- DConfigure the Security Information and Event Management (SIEM) system to generate high-priority incident tickets for external administrative logins.
Answer
Reconfigure network access control lists and authorization policies to restrict administrative session initiation strictly to designated PAM jump host IP addresses.
Enforcing network access control lists (ACLs) and restricting authorization rules so that administrative access is accepted only from designated PAM jump host IP addresses provides a preventive control. This ensures all privileged sessions are brokered, recorded, and managed according to enterprise IAM operational policy.
Step-by-Step Solution
Key Concept
Privileged Access Management (PAM) Session Brokering & Enforcement