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:

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

    vx-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.

    vx-hostname (config) # write memory
  4. Verify the setting for how often the Intelligent Virtual Execution - Server appliance queries the AV-Suite server for previous retroactive verdicts.

    vx-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
        .....