mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Add test
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user