Information
The audit system _MUST_ be configured to record all attempts to log in and out of the system (lo).
Frequently, an attacker that successfully gains access to a system has only gained access to an account with limited privileges, such as a guest account or a service account. The attacker must attempt to change to another user account with normal or elevated privileges in order to proceed. Auditing both successful and unsuccessful attempts to switch to another user account (by way of monitoring login and logout events) mitigates this risk.
The information system monitors login and logout events.
Solution
[source,bash]
----
/usr/bin/grep -qE "^flags.*[^-]lo" /etc/security/audit_control || /usr/bin/sed -i.bak '/^flags/ s/$/,lo/' /etc/security/audit_control; /usr/sbin/audit -s
----
Item Details
Category: ACCESS CONTROL, AUDIT AND ACCOUNTABILITY, MAINTENANCE
References: 800-53|AC-2(12), 800-53|AC-17(1), 800-53|AU-2, 800-53|AU-12, 800-53|AU-12c., 800-53|MA-4(1), CCE|CCE-85267-3, CCI|CCI-000067, CCI|CCI-000172, STIG-ID|APPL-11-001002
Control ID: d08aebd5908348daa299a705c3eb388aa51a49aa600177a73fa6d23c20d9be8e