SV-256909r1015791_rule
V-256909
SRG-APP-000371-AS-000077
APAS-AT-000093
CAT II
10
As a system administrator, for each Automation Controller host, configure the NTP client to synchronize to an organizationally defined NTP server:
vi /etc/chrony.conf
Restart the Automation Controller host:
$ shutdown -r
As a system administrator for each Automation Controller host, ensure the NTP client is configured to synchronize to an organizationally defined NTP server:
chronyc sources
If the Automation Controller host is not configured to use an organizationally defined NTP server, this is a finding.
Ensure the NTP time synchronization is operational:
chronyc activity | head -n 1 | grep "200 OK" >/dev/null || echo "FAILED"
sudo systemctl is-active chrony > /dev/null|| echo "FAILED"
If "FAILED" is displayed, this is a finding.
V-256909
False
APAS-AT-000093
As a system administrator for each Automation Controller host, ensure the NTP client is configured to synchronize to an organizationally defined NTP server:
chronyc sources
If the Automation Controller host is not configured to use an organizationally defined NTP server, this is a finding.
Ensure the NTP time synchronization is operational:
chronyc activity | head -n 1 | grep "200 OK" >/dev/null || echo "FAILED"
sudo systemctl is-active chrony > /dev/null|| echo "FAILED"
If "FAILED" is displayed, this is a finding.
M
5534