Merge pull request #12986 from Security-Onion-Solutions/fix/old_strelka

Remove old Strelka configuration for YARA
This commit is contained in:
weslambert
2024-05-14 09:27:19 -04:00
committed by GitHub
7 changed files with 0 additions and 145 deletions

View File

@@ -764,16 +764,10 @@ if ! [[ -f $install_opt_file ]]; then
if [[ ! $is_airgap ]]; then
title "Downloading IDS Rules"
logCmd "so-rule-update"
title "Downloading YARA rules"
logCmd "su socore -c '/usr/sbin/so-yara-download'"
if [[ $monints || $is_import ]]; then
title "Restarting Suricata to pick up the new rules"
logCmd "so-suricata-restart"
fi
if [[ $monints ]]; then
title "Restarting Strelka to use new rules"
logCmd "so-strelka-restart"
fi
fi
title "Setting up Kibana Default Space"
logCmd "so-kibana-space-defaults"