Follow these steps to enable or disable AV-Check to perform static analysis on the Malware Analysis appliance.
To enable AV-Check:
Enable the CLI configuration mode.
hostname > enable hostname # configure terminal
Enable AV-Check to perform static analysis on the appliance.
hostname (config) # static-analysis av-check enable
Verify that AV-Check is enabled to perform static analysis on the appliance.
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 .....
To disable AV-Check:
Enable the CLI configuration mode.
hostname > enable hostname # configure terminal
Disable AV-Check.
hostname (config) # no static-analysis av-check enable
Verify that AV-Check is disabled.
hostname (config) # show static-analysis config
Static Analysis enabled : yes AV-suite enabled : yes SA on AV-suite whitelist enabled : no AV-check enabled : no Dropper enabled : yes YARA enabled : yes .....