Use the commands in this procedure to enable or disable 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.
You are logged in to the CLI as an Admin or Operator access.
To enable or disable custom YARA rules:
Go to CLI configuration mode.
hostname > enable hostname # configure terminal
Enable or disable custom YARA rules.
To enable custom YARA rules:
hostname (config) # yara policy custTo disable custom YARA rules:
hostname (config) # yara policy disable
Verify your configuration.
hostname (config) # show static-analysis config ..... Yara Configuration Yara policy : cust .....
Save your changes.
hostname (config) # write memory Saving configuration file ... Done!