UCF STIG Viewer Logo

The SLES for vRealize must synchronize internal information system clocks to the authoritative time source when the time difference is greater than one second.


Overview

Finding ID Version Rule ID IA Controls Severity
V-240510 VRAU-SL-001130 SV-240510r671271_rule Medium
Description
Inaccurate time stamps make it more difficult to correlate events and can lead to an inaccurate analysis. Determining the correct time a particular event occurred on a system is critical when conducting forensic analysis and investigating system events. Synchronizing internal information system clocks provides uniformity of time stamps for information systems with multiple system clocks and systems connected over a network. Organizations should consider setting time periods for different types of systems (e.g., financial, legal, or mission-critical systems). Organizations should also consider endpoints that may not have regular access to the authoritative time server (e.g., mobile, teleworking, and tactical endpoints). This requirement is related to the comparison done every 24 hours in SRG-OS-000355 because a comparison must be done in order to determine the time difference.
STIG Date
VMware vRealize Automation 7.x SLES Security Technical Implementation Guide 2021-06-24

Details

Check Text ( C-43743r671269_chk )
Run the following command to determine the current status of the "ntpd" service:

# service ntp status

If the service is configured, the command should show a list of the ntp servers and the status of the synchronization.

If it does not, this is a finding.
Fix Text (F-43702r671270_fix)
The "ntp" service can be enabled with the following command:

# chkconfig ntp on
# service ntp start

Configure the time server for the authoritative time source with the following steps:

1. Edit /etc/ntp.conf and locate the "server" entry.
2. Replace the address with the address of the authoritative time source.
3. Save the /etc/ntp.conf file.
4. Restart the ntp daemon with /etc/init.d/ntp start.