Use the CLI commands in this procedure to enable or disable riskware detection on the Malware Analysis appliance.
To enable riskware detection:
Go to CLI configuration mode.
hostname > enable hostname # configure terminal
Enable riskware detection on the appliance.
hostname (config) # analysis riskware enable
Save your changes.
hostname (config) # write memory
Verify the status of riskware detection.
hostname (config) # show analysis config
. . . Riskware detection : Enabled
To disable riskware detection:
Go to CLI configuration mode.
hostname > enable hostname # configure terminal
Disable riskware detection on the appliance.
hostname (config) # no analysis riskware enable
Save your changes.
hostname (config) # write memory
Verify the status of riskware detection.
hostname (config) # show analysis config . . . Riskware detection : Disabled