Check: FreeBSD-10-002140
FreeBSD 10:
FreeBSD-10-002140
(in version v1 r1)
Title
The operating system must generate audit records when successful/unsuccessful logon attempts occur. (Cat II impact)
Discussion
Without generating audit records that are specific to the security and mission needs of the organization, it would be difficult to establish, correlate, and investigate the events relating to an incident or identify those responsible for one. Audit records can be generated from various components within the information system (e.g., module or policy filter). Satisfies: SRG-OS-000470-GPOS-00214, SRG-OS-000472-GPOS-00217, SRG-OS-000473-GPOS-00218, SRG-OS-000475-GPOS-00220
Check Content
Verify the operating system generates audit records when successful/unsuccessful logon attempts occur. If it does not, this is a finding. To check if auditing is in place: $ grep auditd /etc/rc.conf A line indicating auditing is enabled should be returned. Check that user audits occur: $ cat /etc/security/audit_class This file provides a description of the various audit event short names (i.e., "lo" is "login_logout" by default). $ cat /etc/security/audit_control Ensure "flags" and "naflags" both contain "lo". $ cat /etc/security/audit_user Ensure loging/logout is not overriden for certain users.
Fix Text
Configure the operating system to generate audit records when successful/unsuccessful logon attempts occur.
Additional Identifiers
Rule ID:
Vulnerability ID: V-2140
Group Title:
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000172 |
The information system generates audit records for the events defined in AU-2 d. with the content defined in AU-3. |
Controls
Number | Title |
---|---|
AU-12 |
Audit Generation |