mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
update scripts loaded by default in local.bro.
We now load stats and capture-loss by default. Traceroute is disabled by default because it can cause a lot of message load.
This commit is contained in:
parent
cdb27a953d
commit
ba825e8910
1 changed files with 10 additions and 2 deletions
|
@ -8,11 +8,19 @@
|
||||||
# Apply the default tuning scripts for common tuning settings.
|
# Apply the default tuning scripts for common tuning settings.
|
||||||
@load tuning/defaults
|
@load tuning/defaults
|
||||||
|
|
||||||
|
# Estimate and log capture loss.
|
||||||
|
@load misc/capture-loss
|
||||||
|
|
||||||
|
# Enable logging of memory, packet and lag statistics.
|
||||||
|
@load misc/stats
|
||||||
|
|
||||||
# Load the scan detection script.
|
# Load the scan detection script.
|
||||||
@load misc/scan
|
@load misc/scan
|
||||||
|
|
||||||
# Detect traceroute being run on the network.
|
# Detect traceroute being run on the network. This could possibly cause
|
||||||
@load misc/detect-traceroute
|
# performance trouble when there are a lot of traceroutes on your network.
|
||||||
|
# Enable cautiously.
|
||||||
|
#@load misc/detect-traceroute
|
||||||
|
|
||||||
# Generate notices when vulnerable versions of software are discovered.
|
# Generate notices when vulnerable versions of software are discovered.
|
||||||
# The default is to only monitor software found in the address space defined
|
# The default is to only monitor software found in the address space defined
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue