From 6ed82d7b293f74f16041a73c63afceedcf1b2701 Mon Sep 17 00:00:00 2001 From: Wes Date: Thu, 9 May 2024 17:27:46 +0000 Subject: [PATCH] Remove YARA download in setup --- setup/so-setup | 6 ------ 1 file changed, 6 deletions(-) diff --git a/setup/so-setup b/setup/so-setup index b76f9bb98..1b91318b4 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -761,16 +761,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"