From b22a3a6534a8fcc3477237df02924b486acd8bac Mon Sep 17 00:00:00 2001 From: Wes Lambert Date: Fri, 3 Apr 2020 01:36:00 +0000 Subject: [PATCH] install Strelka for sensor --- setup/so-setup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/so-setup b/setup/so-setup index 5a386793b..e2e1a9b92 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -506,6 +506,8 @@ if (whiptail_you_sure) ; then salt-call state.apply pcap >> $SETUPLOG 2>&1 echo -e "XXX\n60\nInstalling IDS components... \nXXX" salt-call state.apply suricata >> $SETUPLOG 2>&1 + echo -e "XXX\n70\nInstalling Strelka... \nXXX" + salt-call state.apply strelka >> $SETUPLOG 2>&1 checkin_at_boot >> $SETUPLOG 2>&1 echo -e "XX\n97\nFinishing touches... \nXXX" filter_unused_nics >> $SETUPLOG 2>&1