Add Strelka YARA function

This commit is contained in:
Wes Lambert
2020-06-25 15:46:37 +00:00
parent a45fbb6f5c
commit 6487fdf5e6
2 changed files with 7 additions and 0 deletions

View File

@@ -1622,3 +1622,7 @@ es_heapsize() {
export NODE_ES_HEAP_SIZE
fi
}
strelka_yara_update() {
so-yara-update
}

View File

@@ -257,6 +257,9 @@ if [[ $is_master ]]; then
whiptail_enable_components
if [[ $STRELKA == 1 ]]; then
whiptail_strelka_rules
if [[ $STRELKARULES == 1 ]]; then
strelka_yara_update
fi
fi
collect_webuser_inputs
get_redirect