Configuring the Number of Embedded URLs to Extract from Files Using the CLI

Follow these steps to configure the maximum number of embedded URLs to be extracted from PDF and Microsoft Office files.

To configure the number of embedded URLs to extract:

  1. Go to CLI configuration mode.

    hostname > enable
    hostname # configure terminal
  2. Configure the number of embedded URLs to be found in files and submitted for analysis.

    hostname (config) # static-analysis embedded-urls limit <number_of_URLs>
  3. Verify the configuration of embedded URLs to be found in files for analysis.

    hostname (config) # show static-analysis config
    
    Static 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     : yes
    Embedded URL extraction enabled        : yes
    Max URLs From Files To Be Analyzed    : 20
    ...