Follow these steps to enable or disable retroactive detection from AV-Suite using the CLI.
Go to CLI configuration mode:
vx-hostname > enable vx-hostname # configure terminal
Enable retroactive detection.
vx-hostname (config) analysis retro-hunt enable
Save your changes.
vx-hostname (config) # write memory
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.
Go to CLI configuration mode:
vx-hostname > enable vx-hostname # configure terminal
Disable retroactive detection.
vx-hostname (config) # no analysis retro-hunt enable
Save your changes.
vx-hostname (config) # write memory
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.