Enabling or disabling riskware detection using the CLI

Prev Next

Use the CLI commands in this procedure to enable or disable riskware detection on the Malware Analysis appliance.

To enable riskware detection:
  1. Go to CLI configuration mode.

    hostname > enable
    hostname # configure terminal
  2. Enable riskware detection on the appliance.

    hostname (config) # analysis riskware enable
  3. Save your changes.

    hostname (config) # write memory
  4. Verify the status of riskware detection.

    hostname (config) # show analysis config
    . . . Riskware detection : Enabled 
To disable riskware detection:
  1. Go to CLI configuration mode.

    hostname > enable
    hostname # configure terminal
  2. Disable riskware detection on the appliance.

    hostname (config) # no analysis riskware enable
  3. Save your changes.

    hostname (config) # write memory
  4. Verify the status of riskware detection.

    hostname (config) # show analysis config
    . . . Riskware detection : Disabled