mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 09:42:46 +01:00
Add Strelka YARA function
This commit is contained in:
@@ -1622,3 +1622,7 @@ es_heapsize() {
|
|||||||
export NODE_ES_HEAP_SIZE
|
export NODE_ES_HEAP_SIZE
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
strelka_yara_update() {
|
||||||
|
so-yara-update
|
||||||
|
}
|
||||||
|
|||||||
@@ -257,6 +257,9 @@ if [[ $is_master ]]; then
|
|||||||
whiptail_enable_components
|
whiptail_enable_components
|
||||||
if [[ $STRELKA == 1 ]]; then
|
if [[ $STRELKA == 1 ]]; then
|
||||||
whiptail_strelka_rules
|
whiptail_strelka_rules
|
||||||
|
if [[ $STRELKARULES == 1 ]]; then
|
||||||
|
strelka_yara_update
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
collect_webuser_inputs
|
collect_webuser_inputs
|
||||||
get_redirect
|
get_redirect
|
||||||
|
|||||||
Reference in New Issue
Block a user