Skip to main content
HISEC
Visitor III
June 17, 2022
Question

FortiWeb av, web security service, ip reputation manual update cli

  • June 17, 2022
  • 1 reply
  • 1863 views

hi guys,
is there any one who know how to update FORTIWEB signature and antivirus databases manually using cli?
this is a common process in FORTIGAE devices. for example we can use following command to update av database in cli:
execute restore av tftp vsigupdate-OS7.0.0_85.00771.MMDB.pkg tftp-ip .
I need such a similiar command in FORTIWEB devices.
best regards.

1 reply

abelio
SuperUser
SuperUser
June 17, 2022

Hi hisec
you're talking about updating.

Try:
exec update  {av|base|fwdb|hcdb|irdb}

 av      update antivirus
 base    update contract, timezone and fds server list
 fwdb    update fortiweb signature(include geodb)
 hcdb    update credential stuffing defense
 irdb    update ip reputation
Forti_New
Visitor III
August 29, 2022

Hi abelio,

this command is for online update. I need a command to manually update fortiweb signatures via cli (imaging that you downloaded the update package signatures from Fortinet account).

Regards