Follow these steps to enable or disable retroactive detection from AV-Suite using the CLI.
Go to CLI configuration mode:
hostname > enable hostname # configure terminal
Enable retroactive detection.
hostname (config) analysis retro-hunt enable
Save your changes.
hostname (config) # write memory
Verify the status for retroactive detection.
hostname (config) # show analysis config ..... Retroactive hunting : Enabled .....
The "Retroactive hunting" line displays "Enabled" to indicate that the Malware Analysis appliance can access the previous results of the analysis that were stored in AV-Suite.
Go to CLI configuration mode:
hostname > enable hostname # configure terminal
Disable retroactive detection.
hostname (config) # no analysis retro-hunt enable
Save your changes.
hostname (config) # write memory
Verify the status for retroactive detection.
hostname (config) show analysis config ...... Retroactive hunting : Disabled .....
The "Retroactive hunting" line displays "Disabled" to indicate that theMalware Analysis appliance cannot access the previous results of the analysis that were stored in AV-Suite.