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:
Go to CLI configuration mode.
hostname > enable hostname # configure terminal
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>
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 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 ...