mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Bro Salt Module - fix SO script paths in local.bro
This commit is contained in:
@@ -113,13 +113,13 @@
|
|||||||
@load securityonion/conn-add-sensorname.bro
|
@load securityonion/conn-add-sensorname.bro
|
||||||
|
|
||||||
# File Extraction
|
# File Extraction
|
||||||
@load file-extraction
|
@load securityonion/file-extraction
|
||||||
|
|
||||||
# Intel from Mandiant APT1 Report
|
# Intel from Mandiant APT1 Report
|
||||||
#@load apt1
|
#@load securityonion/apt1
|
||||||
|
|
||||||
# ShellShock - detects successful exploitation of Bash vulnerability CVE-2014-6271
|
# ShellShock - detects successful exploitation of Bash vulnerability CVE-2014-6271
|
||||||
@load shellshock
|
@load securityonion/shellshock
|
||||||
|
|
||||||
#############################
|
#############################
|
||||||
## End SO Scrips Section ##
|
## End SO Scrips Section ##
|
||||||
|
|||||||
Reference in New Issue
Block a user