Configuring retroactive detection updates from AV-Suite using the CLI

Prev Next

Follow these steps to configure retroactive detection updates from AV-Suite using the CLI.

To configure the retroactive detection updates from AV-Suite:
  1. Go to CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  2. Specify the update time interval.

    hostname (config) # analysis retro-hunt update interval <seconds>

    The range is from 10 to 86400 seconds. The default value is 300 seconds.

  3. Save your changes.

    hostname (config) # write memory
  4. Verify the setting for how often the File Protect appliance queries the AV-Suite server for previous retroactive verdicts.

    hostname (config) # show analysis config
      .....
    
        Analysis reset duplicate since           : 2018/04/19 10:41:23
    
        Retroactive hunting                      : Enabled
        Retroactive hunting time                 : 0 hours
        Retroactive update interval             : 300 seconds
    
        VM throttling                            : AUTO
    
        Riskware detection                       : Disabled
        Block Riskware                           : No
        .....