This article describes how to resolve invalid entries seen in Threat Feeds on the FortiGate. The invalid entries are incorrectly formatted and do not exist on the original file.
FortiGate.
This issue is due to the Threat Feed being configured in different VDOMs while having duplicate UUIDs. This will cause issues writing to the file as multiple feeds could try to write to the same file at the same time, causing incorrect entries.
config system external-resource
edit "Malicious-IPs"
set uuid 262745ea-51ae-76rt-f67r-4ef3498eb96f <----- Same UUID configured in multiple VDOMs.
set type address
set resource "https://filestore.fortinet.com/fortiguard/dnr_lnr_ip.list"
set user-agent "curl/7.58.0"
set refresh-rate 15
next
To resolve this, the duplicate UUID will need to be removed. This can be done by either method below:
FortiGate# diagnose sys uuid generate
FortiGate# diagnose sys uuid allow-manual-set enable
FortiGate# config system external-resource
FortiGate(external-resource)# edit Malicious-IPs
FortiGate(Malicious-IPs)# set uuid xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx <----- UUID derived from Step 1.
diagnose test application forticron 8
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.