Enabling or Disabling Riskware Detection Using the CLI
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.
-
Verify the status of riskware detection.
hostname (config) # show analysis config
.
.
.
Riskware detection : Enabled
hostname (config) # write memory
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.
-
Verify the status of riskware detection.
hostname (config) # write memory
hostname (config) # show analysis config
.
.
.
Riskware detection : Disabled