Follow these steps to enable or disable static analysis on the File Protect appliance.
To enable static analysis:
Enter the CLI configuration mode:
hostname > enable hostname # configure terminal
Enable static analysis on the appliance.
hostname (config) # static-analysis enableVerify the status that static analysis is enabled on the appliance.
hostname (config) # show static-analysis configStatic Analysis enabled : yes AV-suite enabled : yes SA on AV-suite whitelist enabled : no AV-check enabled : yes Dropper enabled : yes YARA enabled : yes .....
To disable static analysis:
Enter the CLI configuration mode:
hostname > enable hostname # configure terminal
Disable static analysis on the appliance.
hostname (config) # no static-analysis enableVerify the status that static analysis is disabled on the appliance.
hostname (config) # show static-analysis configStatic Analysis enabled : no AV-suite enabled : yes SA on AV-suite whitelist enabled : no AV-check enabled : yes Dropper enabled : yes YARA enabled : yes .....