This commit is contained in:
DefensiveDepth
2024-04-16 12:22:53 -04:00
parent f5e42e73af
commit dbfb178556
2 changed files with 7 additions and 0 deletions

View File

@@ -1310,6 +1310,8 @@ soc:
- rbac/users_roles - rbac/users_roles
strelkaengine: strelkaengine:
allowRegex: '' allowRegex: ''
autoEnabledYaraRules:
- securityonion-yara
autoUpdateEnabled: true autoUpdateEnabled: true
communityRulesImportFrequencySeconds: 28800 communityRulesImportFrequencySeconds: 28800
compileYaraPythonScriptPath: /opt/so/conf/strelka/compile_yara.py compileYaraPythonScriptPath: /opt/so/conf/strelka/compile_yara.py

View File

@@ -186,6 +186,11 @@ soc:
global: True global: True
advanced: True advanced: True
helpLink: yara.html helpLink: yara.html
autoEnabledYaraRules:
description: 'Yara rules to automatically enable on initial import. Format is $Ruleset - for example, for the default shipped ruleset: securityonion-yara'
global: True
advanced: True
helpLink: sigma.html
autoUpdateEnabled: autoUpdateEnabled:
description: 'Set to true to enable automatic Internet-connected updates of the Yara rulesets. If this is an Airgap system, this setting will be overridden and set to false.' description: 'Set to true to enable automatic Internet-connected updates of the Yara rulesets. If this is an Airgap system, this setting will be overridden and set to false.'
global: True global: True