Enabling or disabling retroactive detection from AV-Suite using the CLI

Prev Next

Follow these steps to enable or disable retroactive detection from AV-Suite using the CLI.

To enable retroactive detection from AV-Suite:
  1. Go to CLI configuration mode:

    vx-hostname > enable
    vx-hostname # configure terminal
  2. Enable retroactive detection.

    vx-hostname (config) analysis retro-hunt enable
  3. Save your changes.

    vx-hostname (config) # write memory
  4. Verify the status for retroactive detection.

    vx-hostname (config) show analysis config ..... Retroactive hunting : Enabled .....

    The "Retroactive hunting" line displays "Enabled" to indicate that the Intelligent Virtual Execution - Server appliance can access the previous results of the analysis that were stored in AV-Suite.

To disable retroactive detection from AV-Suite:
  1. Go to CLI configuration mode:

    vx-hostname > enable
    vx-hostname # configure terminal
  2. Disable retroactive detection.

    vx-hostname (config) # no analysis retro-hunt enable
  3. Save your changes.

    vx-hostname (config) # write memory
  4. Verify the status for retroactive detection.

    vx-hostname (config) show analysis config ...... Retroactive hunting : Disabled .....

    The "Retroactive hunting" line displays "Disabled" to indicate that the Intelligent Virtual Execution - Server appliance cannot access the previous results of the analysis that were stored in AV-Suite.