Enabling or disabling static analysis using the CLI

Prev Next

Follow these steps to enable or disable static analysis on the File Protect appliance.

To enable static analysis:
  1. Enter the CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  2. Enable static analysis on the appliance.

    hostname (config) # static-analysis enable
  3. Verify the status that static analysis is enabled on the appliance.

    hostname (config) # show static-analysis config
    Static Analysis enabled                  : yes
      AV-suite enabled                        : yes
      SA on AV-suite whitelist enabled        : no
      AV-check enabled                        : yes
      Dropper enabled                         : yes
      YARA enabled                            : yes
      .....
To disable static analysis:
  1. Enter the CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  2. Disable static analysis on the appliance.

    hostname (config) # no static-analysis enable
  3. Verify the status that static analysis is disabled on the appliance.

    hostname (config) # show static-analysis config
    Static Analysis enabled                  : no
      AV-suite enabled                        : yes
      SA on AV-suite whitelist enabled        : no
      AV-check enabled                        : yes
      Dropper enabled                         : yes
      YARA enabled                            : yes
      .....