Skip to content

The Cisco router must be configured to authenticate Network Time Protocol (NTP) sources using authentication that is cryptographically based.

An XCCDF Rule

Description

If Network Time Protocol is not authenticated, an attacker can introduce a rogue NTP server. This rogue server can then be used to send incorrect time information to network devices, which will make log timestamps inaccurate and affect scheduled actions. NTP authentication is used to prevent this tampering by authenticating the time source.

ID
SV-215843r1050862_rule
Version
CISC-ND-001150
Severity
Medium
References
Updated

Remediation Templates

A Manual Procedure

Configure the Cisco router to authenticate NTP sources using authentication that is cryptographically based as shown in the example below.

R2(config)#ntp authenticate
R2(config)#ntp authentication-key 1 hmac-sha2-256 xxxxxxx
R2(config)#ntp trusted-key 1
R2(config)#ntp server x.x.x.x key 1
R2(config)#ntp server y.y.y.y key 1