# HG changeset patch # User Matti Hamalainen # Date 1252264042 -10800 # Node ID df68cf1eaf3936d8c485bd1f93beae35ad07c739 # Parent 8835840a51abda4631766b9166edcfd520b8e736# Parent 1cbefe9c26c18b08c0cbe39423435736dd17cefb Merged? diff -r 8835840a51ab -r df68cf1eaf39 example.conf --- a/example.conf Sun Sep 06 22:02:54 2009 +0300 +++ b/example.conf Sun Sep 06 22:07:22 2009 +0300 @@ -58,7 +58,7 @@ ## How many "hits" the IP needs until it is eligible to be filtered. ## (the "hits" can be from any check, e.g. sshd crack, httpd, etc.) -FILTER_THRESHOLD = 3 +FILTER_THRESHOLD = 5 ## Weeding threshold in hours. Entries older than this will be removed ## off from current netfilter settings. Also, entries older than this @@ -202,7 +202,7 @@ ## Number of hits required before host IP goes to submission queue. ## This setting is independent of the general THRESHOLD value and ## only affects DroneBL submissions. -DRONEBL_THRESHOLD = 5 +DRONEBL_THRESHOLD = 3 ## Maximum age of hits counted towards DroneBL submission threshold. ## NOTICE! Value this is in _minutes_! diff -r 8835840a51ab -r df68cf1eaf39 maltfilter --- a/maltfilter Sun Sep 06 22:02:54 2009 +0300 +++ b/maltfilter Sun Sep 06 22:07:22 2009 +0300 @@ -34,7 +34,7 @@ "SYSACCT_MAX_UID" => 999, "FILTER" => 0, - "FILTER_THRESHOLD" => 3, + "FILTER_THRESHOLD" => 5, "FILTER_MAX_AGE" => 168, # in hours "FILTER_TARGET" => "DROP", "FILTER_CHAIN" => "INPUT", @@ -59,7 +59,7 @@ "EVIDENCE_DIR" => "", "DRONEBL" => 0, - "DRONEBL_THRESHOLD" => 5, + "DRONEBL_THRESHOLD" => 3, "DRONEBL_MAX_AGE" => 30, # in minutes "DRONEBL_RPC_URI" => "http://dronebl.org/RPC2", "DRONEBL_RPC_KEY" => "",