Stop loading scan detection in local.zeek by default

This commit is contained in:
Jon Siwek 2019-09-16 10:50:47 -07:00
parent 6cedfe81bb
commit 9c8db5f6ca
5 changed files with 14 additions and 5 deletions

View file

@ -14,8 +14,9 @@
# Enable logging of memory, packet and lag statistics.
@load misc/stats
# Load the scan detection script.
@load misc/scan
# Load the scan detection script. It's disabled by default because
# it often causes performance issues.
#@load misc/scan
# Detect traceroute being run on the network. This could possibly cause
# performance trouble when there are a lot of traceroutes on your network.