SV-213986r617437_rule
V-213986
SRG-APP-000374-DB-000322
SQL6-D0-011200
CAT II
10
Where possible, configure the operating system to automatic synchronize with an official time server, using NTP.
Where there is reason not to implement automatic synchronization with an official time server, using NTP, document the reason, and the procedure for maintaining the correct time, and obtain AO approval. Enforce the procedure.
SQL Server audits store the timestamp in UTC time.
Determine if the computer is joined to a domain.
SELECT DEFAULT_DOMAIN()[DomainName]
If this is not NULL, this is not a finding.
If the computer is not joined to a domain, determine what the time source is. (Run the following command in an elevated PowerShell session.)
w32tm /query /source
If the results of the command return "Local CMOS Clock" and is not documented with justification and AO authorization, this is a finding.
If the OS does not synchronize with a time server, review the procedure for maintaining accurate time on the system.
If such a procedure does not exist, this is a finding.
If the procedure exists, review evidence that the correct time is actually maintained.
If the evidence indicates otherwise, this is a finding.
V-213986
False
SQL6-D0-011200
SQL Server audits store the timestamp in UTC time.
Determine if the computer is joined to a domain.
SELECT DEFAULT_DOMAIN()[DomainName]
If this is not NULL, this is not a finding.
If the computer is not joined to a domain, determine what the time source is. (Run the following command in an elevated PowerShell session.)
w32tm /query /source
If the results of the command return "Local CMOS Clock" and is not documented with justification and AO authorization, this is a finding.
If the OS does not synchronize with a time server, review the procedure for maintaining accurate time on the system.
If such a procedure does not exist, this is a finding.
If the procedure exists, review evidence that the correct time is actually maintained.
If the evidence indicates otherwise, this is a finding.
M
3993