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:

  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.
  4. hostname (config) # write memory
  5. 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.
  4. hostname (config) # write memory
  5. Verify the status of riskware detection.

  6. hostname (config) # show analysis config

     .
      .
      .
      Riskware detection                                            : Disabled