Skip to main content
Nur
Staff
Staff
March 23, 2025

Technical Tip: How to ensure that FortiClient receives a Signature from FortiManager when FortiManager acts as a Local FDS

  • March 23, 2025
  • 0 replies
  • 484 views
Description This article describes how FortiClient successfully receives a Signature from FortiManager.
Scope FortiClient v7.2.4, FortiManager v7.4.6.
Solution

When FortiManager acts as local FDS, the FortiClient needs to request the Signature from FortiManager and FortiManager will push the Signature. This article uses the Vulnerability Signature as an example.

 

FortiClient Signature ID on FortiManager:

 

FVDB00000 --- AntiVirus Signatures

FVDB01300 --- AntiVirus Extended

FVDB01900 --- AntiVirus Pallas

FVDB01600 --- Vulnerability

FVDB01500 --- IRDB Signature

FCIC00101 --- ICDB Signature

 

To confirm the FortiClient request signature, run the following debug commands from CMD (inside the FortiClient Folder).

 

update_task -s fd_01
update_task -d fd_01

 

Screenshot 2025-03-22 122730.png

 

Run a live debug to check the FortiClient request and response to the Signature:

 

FMG # diagnose debug app fdssvrd 255 
FMG # diagnose debug enable

 Screenshot 2025-03-22 124125.png

 

Based on the behavior shown, it is possible to confirm that the FortiClient sent the request, that the FortiManager received the request, and that the FortiManager pushed the Signature.

 

If FortiClient does not request any Signature, the debug will show that no Vulnerability Signature has been requested from FortiClient.

 

  • FortiClient not sending FVDB01600 request:

 

Screenshot 2025-03-22 123821.png

 

  • FortiManager pushes the Signature that has been requested from FortiClient, except FVDB01600:

 

Screenshot 2025-03-22 124009.png

 

Related article:

Technical Tip: How to configure FortiManager as FortiGuard server for FortiClient and EMS