A security analyst is investigating an incident where an attacker compromised a low-privileged service account's API key. The API gateway successfully verified the key's digital signature and validated the identity of the service account. However, due to a missing role-mapping rule on the API gateway, the request was granted access to an internal database management endpoint intended exclusively for domain administrators. Additionally, because the gateway was configured to log only initial connection handshakes rather than detailed endpoint requests, security teams cannot determine which database commands were executed. Which of the following correctly identifies the AAA pillar that failed to restrict endpoint access, and the AAA pillar whose configuration deficiency prevents auditing the executed actions?
- Authorization failed to enforce role-based access restrictions, while Accounting failed to record endpoint transaction logs.Cevap
- BAuthentication failed to validate the identity of the calling service account, while Authorization failed to retain session activity records.
- CAuthentication failed due to improper credential signature checking, while Accounting failed to restrict execution permissions on the database.
- DAuthorization failed to verify the validity of the API key signature, while Control Classification failed to deploy inline preventive filtering.