mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-17 23:03:56 +02:00
13 lines
248 B
YAML
13 lines
248 B
YAML
# ssh bruteforce
|
|
type: leaky
|
|
debug: true
|
|
name: test/simple-leaky
|
|
description: "Simple leaky"
|
|
filter: "evt.Line.Labels.type =='testlog'"
|
|
leakspeed: "10s"
|
|
capacity: 3
|
|
distinct: evt.Meta.uniq_key
|
|
groupby: evt.Meta.source_ip
|
|
labels:
|
|
type: overflow_1
|
|
|