Use the commands in this procedure to enable or disable Trellix and custom YARA rules on your File Protect appliance. You cannot use the Web UI to configure YARA rules.
Prerequisites
An established connection between the File Protect appliance and the Internet.
Administrator or Operator access to the File Protect appliance.
To enable Trellix and custom YARA rules:
Go to CLI configuration mode.
hostname > enable hostname # configure terminal
Enable Trellix and custom YARA rules.
hostname (config) # yara policy bothVerify your configuration.
hostname (config) # show static-analysis config ..... Yara Configuration Yara policy : both .....
Save your changes.
hostname (config) # write memory
To disable Trellix and custom YARA rules:
Go to CLI configuration mode.
hostname > enable hostname # configure terminal
Disable Trellix and custom YARA rules.
hostname (config) # yara policy disableVerify your configuration.
hostname (config) # show static-analysis config ..... Yara Configuration Yara policy : disable
Save your changes.
hostname (config) # write memory