From Canonical Ubuntu 16.04 LTS Security Technical Implementation Guide
Part of SRG-OS-000355-GPOS-00143
Associated with: CCI-001891
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. Sources outside the configured acceptable allowance (drift) may be inaccurate.
The system clock must be configured to compare the system clock at least every 24 hours to the authoritative time source. Note: If the system is not networked this item is Not Applicable. Check the value of "maxpoll" in the "/etc/ntp.conf" file with the following command: # sudo grep -i maxpoll /etc/ntp.conf maxpoll = 17 If "maxpoll" is not set to "17" or does not exist, this is a finding. Verify that the "ntp.conf" file is configured to an authoritative DoD time source by running the following command: # grep -i server /etc/ntp.conf server 0.us.pool.ntp.org iburst If the parameter "server" is not set, is not set to an authoritative DoD time source, or is commented out, this is a finding.
Note: If the system is not networked this item is Not Applicable. To configure the system clock to compare the system clock at least every 24 hours to the authoritative time source, edit the "/etc/ntp.conf" file. Add or correct the following lines, by replacing "[source]" in the following line with an authoritative DoD time source. maxpoll = 17 server [source] iburst If the "NTP" service was running and the value of "maxpoll" or "server" was updated then the service must be restarted using the following command: # sudo systemctl restart ntp.service If the "NTP" service was not running then it must be started.
Lavender hyperlinks in small type off to the right (of CSS
class id
, if you view the page source) point to
globally unique URIs for each document and item. Copy the
link location and paste anywhere you need to talk
unambiguously about these things.
You can obtain data about documents and items in other
formats. Simply provide an HTTP header Accept:
text/turtle
or
Accept: application/rdf+xml
.
Powered by sagemincer