UCF STIG Viewer Logo

Auditing must be implemented.


Overview

Finding ID Version Rule ID IA Controls Severity
V-226589 GEN002660 SV-226589r603265_rule Medium
Description
Without auditing, individual system accesses cannot be tracked and malicious activity cannot be detected and traced back to an individual account.
STIG Date
Solaris 10 SPARC Security Technical Implementation Guide 2022-09-07

Details

Check Text ( C-36395r602788_chk )
Determine the type of zone that you are currently securing.

# zonename

If the output of "zonename" is "global", then auditing must be enabled.

Determine if auditing is enabled.

# ps -ef |grep auditd

If the auditd process is not found, this is a finding.
If the output of "zonename" is not "global", then the "perzone" policy must be determined.

# auditconfig --getpolicy
audit policies = cnt,perzone

If "perzone" is not listed then this requirement is not applicable. If "perzone" is listed then determine if auditing is enabled.

# ps -ef |grep auditd

If the auditd process is not found, this is a finding.
Fix Text (F-36359r602789_fix)
Use /etc/security/bsmconv to enable auditing on the system.