zeek/aux/broctl/policy/cluster.scan.bro
Robin Sommer 2b6ad76bd5 Creating a branch release/1.5 with the current 1.5.3 release code.
This is so that people working from the current stable version can
still start using git.
2011-03-09 15:26:01 -08:00

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;