STIGhubSTIGhub
STIGsSearchCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 3 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Fortinet FortiGate Firewall NDM Security Technical Implementation Guide

V-234202

CAT II (Medium)

The FortiGate device must authenticate Network Time Protocol (NTP) sources using authentication that is cryptographically based.

Rule ID

SV-234202r961506_rule

STIG

Fortinet FortiGate Firewall NDM Security Technical Implementation Guide

Version

V1R5

CCIs

CCI-001967

Discussion

If NTP 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.

Check Content

Log in to the FortiGate GUI with Super-Admin privilege.

1. Open a CLI console, via SSH or available from the GUI.
2. Run the following command: 
     # diagnose sys ntp status

The output should be similar to:
          ipv4 server(URL of NTP server) 123.123.123.123 -- reachable(0xbf) S:1 T:242 selected
          server-version=4, stratum=2
          reference time is e213a5fb.2250b45e -- UTC Wed Mar 11 18:01:31 2020
          clock offset is 0.000801 sec, root delay is 0.000381 sec
          root dispersion is 0.053268 sec, peer dispersion is 287 msec

If the output does not return server-version is equal to 4, this is a finding.

Fix Text

Log in to the FortiGate GUI with Super-Admin privilege.

1. Open a CLI console, via SSH or available from the GUI.
2. Run the following command: 

     # config system ntp
     #    set ntpsync enable
     #    set type custom
     #    set syncinterval {INTEGER}
     # config ntpserver
     #    edit {ID}
     #    set server {IP ADDRESS}
     #    set authentication enable
     #    set key {PASSWORD}
     #    set key-id {INTEGER}
     #    next
     # end