Merge pull request #10442 from Security-Onion-Solutions/airgaps

Rule Updates
This commit is contained in:
Jason Ertel
2023-05-26 20:32:39 -04:00
committed by GitHub

View File

@@ -647,9 +647,12 @@ if ! [[ -f $install_opt_file ]]; then
if [[ ! $is_airgap ]]; then
title "Downloading IDS Rules"
logCmd "so-rule-update"
title "Restarting Suricata to pick up the new rules"
logCmd "so-suricata-restart"
title "Downloading YARA rules"
logCmd "runuser -l socore 'so-yara-update'"
title "Restarting Strelka to use new rules"
logCmd "so-strelka-restart"
fi
title "Setting up Kibana Default Space"
logCmd "so-kibana-space-defaults"