Enabling or disabling AV-Check using the CLI

Prev Next

Follow these steps to enable or disable AV-Check to perform static analysis on the Email Security - Server appliance.

To enable AV-Check:
  1. Enable the CLI configuration mode.

    hostname > enable
    hostname # configure terminal
  2. Enable AV-Check to perform static analysis on the appliance.

    hostname (config) # static-analysis av-check enable
  3. Verify that AV-Check is enabled to perform static analysis 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 AV-Check:
  1. Enable the CLI configuration mode.

    hostname > enable
    hostname # configure terminal
  2. Disable AV-Check.

    hostname (config) # no static-analysis av-check enable
  3. Verify that AV-Check is disabled.

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