Enabling the static analysis feature using the CLI

Prev Next

Static analysis is enabled by default on the Intelligent Virtual Execution - Server appliance. Static analysis uses all of the enabled static analysis components listed in Static Analysis .

Note

Static analysis is enabled by default. You can disable or re-enable it using the CLI only.

Prerequisites

  • Operator or Admin access

To enable static analysis:

  1. Go to CLI configuration mode.

    vx-hostname > enable vx-hostname # configure terminal

  2. Enable static analysis on the appliance.

    vx-hostname (config) # static-analysis enable

  3. Verify the status that static analysis is enabled on the compute node.

    vx-hostname (config) # show static-analysis configStatic Analysis enabled               : yes
      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