Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-215255 | AIX7-00-002038 | SV-215255r877383_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 | 2023-02-13 |
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 |