SV-271105r1057958_rule
V-271105
SRG-APP-000570
DRAG-OT-002480
CAT II
10
Configure NTP Server.
Log in to the Dragos Platform CLI.
Execute the following command:
config ntp server add ["SERVER_NAME"]
Verify NTP Server.
Log in to the Dragos Platform CLI.
Execute the following command:
config show
If an NTP server is configured, the following will be in the output. If the following is not in the output, this is a finding. (Note: "servers" will be the configured server.)
"system": {
"ntp": {
"enabled": true,
"servers": [
"pool.ntp.org"
]
}
}
V-271105
False
DRAG-OT-002480
Verify NTP Server.
Log in to the Dragos Platform CLI.
Execute the following command:
config show
If an NTP server is configured, the following will be in the output. If the following is not in the output, this is a finding. (Note: "servers" will be the configured server.)
"system": {
"ntp": {
"enabled": true,
"servers": [
"pool.ntp.org"
]
}
}
M
5675