mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-16 14:33:17 +02:00
12 lines
221 B
YAML
12 lines
221 B
YAML
# ssh bruteforce
|
|
type: leaky
|
|
debug: true
|
|
name: test/simple-leaky
|
|
description: "Simple leaky"
|
|
filter: "evt.Line.Labels.type =='testlog'"
|
|
leakspeed: "0.5s"
|
|
capacity: 2
|
|
groupby: evt.Meta.source_ip
|
|
labels:
|
|
type: overflow_1
|
|
|