UCF STIG Viewer Logo

AIX must record time stamps for audit records that can be mapped to Coordinated Universal Time (UTC) or Greenwich Mean Time (GMT).


Overview

Finding ID Version Rule ID IA Controls Severity
V-215255 AIX7-00-002038 SV-215255r755151_rule Medium
Description
If time stamps are not consistently applied and there is no common time reference, it is difficult to perform forensic analysis. Time stamps generated by AIX include date and time. Time is commonly expressed in Coordinated Universal Time (UTC), a modern continuation of Greenwich Mean Time (GMT), or local time with an offset from UTC.
STIG Date
IBM AIX 7.x Security Technical Implementation Guide 2022-06-06

Details

Check Text ( C-16453r755149_chk )
Check the time zone setting by the following command:
# echo $TZ
UTC

If the result is not UTC or GMT, this is a finding.
Fix Text (F-16451r755150_fix)
Change time zone setting to either UTC or GMT, then reboot the system for the setting to take effect.

# chtz UTC
Or change time zone to GMT
# chtz GMT

The system must be rebooted for the change to take affect:
# reboot