A financial institution upgraded its treasury management software to require biometric verification prior to executing wire transfers, while enforcing role-based policies that constrain transfer limits according to employee job titles. During a post-transaction audit, security analysts confirmed that user identities were successfully verified and authorization boundaries were strictly enforced, but noted that no timestamped system logs were generated to record the specific destination account numbers or transfer amounts modified during sessions. Which pillar of the AAA framework is incomplete in this system design?
- AccountingAnswer
- BAuthentication
- CAuthorization
- DPerimeter Trust
Answer
Accounting is the missing AAA pillar because the system fails to maintain timestamped audit logs of user actions and transaction details.
The correct answer is Accounting. The AAA framework consists of Authentication (verifying identity), Authorization (granting permissions), and Accounting (logging activity and auditing). In this scenario, identity verification and role-based privilege enforcement were performed, but recording transaction logs and specific data modifications was omitted, which directly falls under the Accounting pillar.
Step-by-Step Solution
Key Concept
Authentication, Authorization, and Accounting (AAA) Framework
Estimated Time:1m 15s