Skip to content

Commit

Permalink
threshold: fixed example rules to match description
Browse files Browse the repository at this point in the history
  • Loading branch information
kjakan authored and victorjulien committed May 10, 2023
1 parent fa3f16e commit 5cfbdca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions threshold.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
# https://suricata.readthedocs.io/en/latest/configuration/global-thresholds.html#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
#threshold gen_id 0, sig_id 0, type limit, 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
# Limit to 1 alert every 10 seconds for signature with sid 2404000 per destination host
#threshold gen_id 1, sig_id 2404000, type limit, track by_dst, count 1, seconds 10

# Avoid to alert on f-secure update
# Example taken from https://blog.inliniac.net/2012/03/07/f-secure-av-updates-and-suricata-ips/
Expand Down

0 comments on commit 5cfbdca

Please sign in to comment.