From 19d701ddf07d855128ded0cf2b573ce468e3bdd6 Mon Sep 17 00:00:00 2001 From: Ashlee Young Date: Wed, 20 Jan 2016 01:10:01 +0000 Subject: Removing Suricata and Audit from source repo, and updated build.sh to avoid building suricata. Will re-address this in C release via tar balls. Change-Id: I3710076f8b7f3313cb3cb5260c4eb0a6834d4f6e Signed-off-by: Ashlee Young --- framework/src/suricata/threshold.config | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 framework/src/suricata/threshold.config (limited to 'framework/src/suricata/threshold.config') diff --git a/framework/src/suricata/threshold.config b/framework/src/suricata/threshold.config deleted file mode 100644 index 4f0ac7cd..00000000 --- a/framework/src/suricata/threshold.config +++ /dev/null @@ -1,32 +0,0 @@ -# Thresholding: -# -# This feature is used to reduce the number of logged alerts for noisy rules. -# Thresholding commands limit the number of times a particular event is logged -# during a specified time interval. -# -# The syntax is the following: -# -# threshold gen_id , sig_id , type , track , count , seconds -# -# event_filter gen_id , sig_id , type , track , count , seconds -# -# suppress gen_id , sig_id -# suppress gen_id , sig_id , track , ip -# -# The options are documented at https://redmine.openinfosecfoundation.org/projects/suricata/wiki/Global-Thresholds -# -# Please note that thresholding can also be set inside a signature. The interaction between rule based thresholds -# and global thresholds is documented here: -# https://redmine.openinfosecfoundation.org/projects/suricata/wiki/Global-Thresholds#Global-thresholds-vs-rule-thresholds - -# Limit to 10 alerts every 10 seconds for each source host -#threshold gen_id 0, sig_id 0, type threshold, track by_src, count 10, seconds 10 - -# Limit to 1 alert every 10 seconds for signature with sid 2404000 -#threshold gen_id 1, sig_id 2404000, type threshold, track by_dst, count 1, seconds 10 - -# Avoid to alert on f-secure update -# Example taken from http://blog.inliniac.net/2012/03/07/f-secure-av-updates-and-suricata-ips/ -#suppress gen_id 1, sig_id 2009557, track by_src, ip 217.110.97.128/25 -#suppress gen_id 1, sig_id 2012086, track by_src, ip 217.110.97.128/25 -#suppress gen_id 1, sig_id 2003614, track by_src, ip 217.110.97.128/25 -- cgit 1.2.3-korg