A system administrator configures a central Linux bastion host that allows external contractors to connect via SSH using public key cryptography. Access control policies successfully restrict contractors from accessing unapproved file directories or running root-level processes. However, during a post-incident review, security auditors discover that while login timestamps and initial connection attempts were recorded, there are no log records detailing the specific commands executed or configuration files modified by contractors during their active sessions. Which pillar of the AAA framework is deficient in this configuration?
- AAuthentication
- AccountingAnswer
- CAuthorization
- DPerimeter Trust Verification
Answer
Accounting is the deficient pillar because it handles tracking, auditing, and logging of actions performed by authenticated users during their session.
Accounting is the pillar of AAA that maintains detailed log trails of actions, command history, file access, and resource consumption during an authenticated user's session. Since the organization failed to record command execution and configuration changes made by contractors, the accounting mechanism is deficient.
Step-by-Step Solution
Key Concept
Authentication, Authorization, and Accounting (AAA) Framework
Estimated Time:1m 15s