Configuring Retroactive Detection Updates From AV-Suite Using the CLI

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:
  2. hostname > enable
    hostname # configure terminal
  3. Specify the update time interval.
  4. hostname (config) # analysis retro-hunt update interval <seconds>

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

  5. Save your changes.
  6. hostname (config) # write memory
  7. Verify the setting for how often the Malware Analysis appliance queries the AV-Suite server for previous retroactive verdicts.
  8. 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
        .....