Configuring the maximum file size for analysis using the CLI

Prev Next

Use the CLI commands in this topic to configure the maximum size of the file to be analyzed on the Intelligent Virtual Execution - Server appliance.

To configure the maximum size of the file for analysis:
  1. Go to CLI configuration mode.

    vx-hostname > enable
    vx-hostname # configure terminal
  2. Specify the maximum size of the file.

    vx-hostname (config) # analysis file max-size <MB>

    where <MB> is the maximum size of the file to be analyzed. The maximum size of the file can range from 1 MB to 1024 MB (1 GB). By default, the maximum size of the file is 100 MB.

  3. Verify the configuration of the maximum size of the file.

    vx-hostname (config) # show analysis config
    .....
    
    Retroactive hunting                      : Enabled
    Retroactive hunting time                 : 0 hours
    Retroactive update interval              : 300 seconds
     
    VM throttling                            : AUTO
    
    Max overall file size                   : 100
    Max DA file size                         : 32

    The "Max overall file size:" line displays the maximum size of the file for analysis.

To configure the maximum size of the file for dynamic analysis:
  1. Go to CLI configuration mode.

    vx-hostname > enable
    vx-hostname # configure terminal
  2. Specify the maximum size of the file for dynamic analysis.

    vx-hostname (config) # analysis file max-size da <MB>

    where <MB> is the maximum size of the file to be analyzed for dynamic analysis. The maximum size of the file for dynamic analysis can range from 1 MB to 100 MB. By default, the maximum size of the file for dynamic analysis is 32 MB.

  3. Verify the configuration of the maximum size of the file for dynamic analysis.

    vx-hostname (config) # show analysis config
    .....
    
    Retroactive hunting                      : Enabled
    Retroactive hunting time                 : 0 hours
    Retroactive update interval              : 300 seconds
     
    VM throttling                            : AUTO
    
    Max overall file size                   : 100
    Max DA file size                         : 32

    The "Max DA file size:" line displays the maximum size of the file for dynamic analysis.