cscli scenarios install crowdsecurity/configserver-lfd-bf
Detects SSH bruteforce attempts blocked by Config Server (aka CSF).
Logs usually in the following file: /var/log/lfd.log
1type: trigger2name: crowdsecurity/configserver-lfd-bf3description: "Detects SSH bruteforce attempts blocked by ConfigServer."4filter: "evt.Parsed.program == 'lfd'"5groupby: evt.Meta.source_ip6blackhole: 5m7labels:8 service: ssh9 confidence: 310 spoofable: 011 classification:12 - attack.T111013 label: "SSH Bruteforce"14 behavior: "ssh:bruteforce"15 remediation: true1617