diff --git a/salt/bro/files/local.bro b/salt/bro/files/local.bro index 08bcc2ef2..74404e704 100644 --- a/salt/bro/files/local.bro +++ b/salt/bro/files/local.bro @@ -107,13 +107,13 @@ ###################################### # Add the interface to the log event -@load securityonion/add-interface-to-logs.bro +#@load securityonion/add-interface-to-logs.bro # Add Sensor Name to the conn.log -@load securityonion/conn-add-sensorname.bro +#@load securityonion/conn-add-sensorname.bro # File Extraction -@load securityonion/file-extraction +#@load securityonion/file-extraction # Intel from Mandiant APT1 Report #@load securityonion/apt1 @@ -121,6 +121,9 @@ # ShellShock - detects successful exploitation of Bash vulnerability CVE-2014-6271 #@load securityonion/shellshock +# JA3 - SSL Detection Goodness +@load policy/ja3 + ############################# ## End SO Scripts Section ## #############################