Disabling the static analysis feature using the CLI

Prev Next

This procedure describes how to use CLI commands to disable static analysis. The feature is enabled by default. You can disable and re-enable static analysis by using CLI commands only.

When static analysis is disabled, the Intelligent Virtual Execution - Server appliance does not use any of the static analysis components listed in Static analysis feature

Prerequisites

  • Operator or Admin access.

  • Static analysis is enabled on the compute node. Check the "Static Analysis enabled" field in the output of the show static-analysis config command.

To disable static analysis:

  1. Go to CLI configuration mode.

    vx-hostname > enable vx-hostname # configure terminal

  2. Disable static analysis on the Intelligent Virtual Execution - Server appliance.

    vx-hostname (config) # no static-analysis enable

  3. Verify the status that static analysis is not enabled on the appliance.

    vx-hostname (config) # show static-analysis configStatic Analysis enabled               : no
      AV-suite enabled                     : yes
      AV-suite version                     : 6
      SA on AV-suite whitelist enabled     : no
      AV-check enabled                     : yes
      Dropper enabled                      : yes
      YARA enabled                         : yes
      
    Embedded object extraction enabled     : no
    Embedded URL extraction enabled        : yes
    Max URLs from files to be analyzed     : 5
    Static info policy                     : Disable
    Yara Configuration
      Yara policy                          : both
      Yara customer match limit            : 5
    ........
  4. Save your changes.

    vx-hostname (config) # write memory