Skip to content

Commit

Permalink
Merge pull request #12456 from Security-Onion-Solutions/feature/detec…
Browse files Browse the repository at this point in the history
…tions-airgap

Feature/detections airgap
  • Loading branch information
defensivedepth authored Feb 28, 2024
2 parents d1e55d5 + e2dd0f8 commit aa3b917
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions salt/manager/tools/sbin/soup
Original file line number Diff line number Diff line change
Expand Up @@ -950,8 +950,10 @@ main() {
preupgrade_changes
echo ""

echo "Updating Airgap Rule Files to the Latest."
update_airgap_rules
if [[ $is_airgap -eq 0 ]]; then
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
if [[ ! "$MINIONID" =~ "_import" ]]; then
Expand Down
4 changes: 2 additions & 2 deletions salt/soc/soc_soc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ soc:
global: True
advanced: False
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
advanced: True
elastic:
Expand Down Expand Up @@ -146,7 +146,7 @@ soc:
advanced: True
strelkaengine:
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
advanced: True
client:
Expand Down

0 comments on commit aa3b917

Please sign in to comment.