mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

This is so that people working from the current stable version can still start using git.
13 lines
423 B
Text
13 lines
423 B
Text
# $Id: cluster.scan.bro 6860 2009-08-14 19:01:47Z robin $
|
|
|
|
redef addr_scan_trigger = 3;
|
|
redef ignore_scanners_threshold = 500;
|
|
|
|
redef pre_distinct_peers &read_expire = 12hrs;
|
|
|
|
redef distinct_backscatter_peers &create_expire = 5hrs;
|
|
redef distinct_peers &create_expire = 5hrs;
|
|
redef distinct_ports &create_expire = 5hrs;
|
|
redef distinct_low_ports &create_expire = 5hrs;
|
|
redef possible_scan_sources &create_expire = 5hrs;
|
|
|