mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 10:12:53 +01:00
Merge pull request #12456 from Security-Onion-Solutions/feature/detections-airgap
Feature/detections airgap
This commit is contained in:
@@ -950,8 +950,10 @@ main() {
|
|||||||
preupgrade_changes
|
preupgrade_changes
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
echo "Updating Airgap Rule Files to the Latest."
|
if [[ $is_airgap -eq 0 ]]; then
|
||||||
update_airgap_rules
|
echo "Updating Rule Files to the Latest."
|
||||||
|
update_airgap_rules
|
||||||
|
fi
|
||||||
|
|
||||||
# since we don't run the backup.config_backup state on import we wont snapshot previous version states and pillars
|
# since we don't run the backup.config_backup state on import we wont snapshot previous version states and pillars
|
||||||
if [[ ! "$MINIONID" =~ "_import" ]]; then
|
if [[ ! "$MINIONID" =~ "_import" ]]; then
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ soc:
|
|||||||
global: True
|
global: True
|
||||||
advanced: False
|
advanced: False
|
||||||
autoUpdateEnabled:
|
autoUpdateEnabled:
|
||||||
description: 'Set to true to enable automatic updates of the Sigma Community Ruleset.'
|
description: 'Set to true to enable automatic Internet-connected updates of the Sigma Community Ruleset. If this is an Airgap system, this setting will be overridden and set to false.'
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: True
|
||||||
elastic:
|
elastic:
|
||||||
@@ -146,7 +146,7 @@ soc:
|
|||||||
advanced: True
|
advanced: True
|
||||||
strelkaengine:
|
strelkaengine:
|
||||||
autoUpdateEnabled:
|
autoUpdateEnabled:
|
||||||
description: 'Set to true to enable automatic updates of the Yara ruleset.'
|
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
|
||||||
advanced: True
|
advanced: True
|
||||||
client:
|
client:
|
||||||
|
|||||||
Reference in New Issue
Block a user