cscli scenarios install crowdsecurity/ssh-cve-2024-6387
Detect exploitation attempts of CVE-2024-6387
1# ssh bruteforce2type: leaky3name: crowdsecurity/ssh-cve-2024-63874description: "Detect exploitation attempt of CVE-2024-6387"5filter: "evt.Meta.log_type in ['ssh_auth_timeout', 'ssh_dispatch_fatal']"6leakspeed: "180s"7capacity: 38groupby: evt.Meta.source_ip9blackhole: 1m10reprocess: true11labels:12 service: ssh13 confidence: 314 spoofable: 015 classification:16 - attack.T119017 - cve.CVE-2024-638718 label: "SSH CVE-2024-6387"19 behavior: "ssh:exploit"20 remediation: true21