UCF STIG Viewer Logo

The audit system must be configured to audit login, logout, and session initiation.


Overview

Finding ID Version Rule ID IA Controls Severity
V-818 GEN002800 SV-38482r1_rule ECAR-3 ECAR-2 ECAR-1 Medium
Description
If the system is not configured to audit certain activities and write them to an audit log, it is more difficult to detect and track system compromises and damages incurred during a system compromise.
STIG Date
HP-UX 11.23 Security Technical Implementation Guide 2015-12-02

Details

Check Text ( C-36429r1_chk )
Check the system's audit configuration.
# grep -i audevent_args1 /etc/rc.config.d/auditing | grep login

If no results are returned, this is a finding.

Fix Text (F-31768r1_fix)
Edit /etc/rc.config.d/auditing and add -e login to the end of the AUDEVENT_ARGS1 parameter.