Bro Module - disable some policies and enable JA3

This commit is contained in:
Mike Reeves
2018-09-20 13:53:24 -04:00
parent c9b7786baf
commit b1535ce9f5

View File

@@ -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 ##
#############################