Skip to content

Commit

Permalink
enhance: Update scenario to have 0 confidence as it more of a configu…
Browse files Browse the repository at this point in the history
…ration violation than anything we can add some weight to it
  • Loading branch information
LaurenceJJones committed Dec 18, 2024
1 parent 6461fad commit f55829a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scenarios/crowdsecurity/ssh-refused-conn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ description: "Detect sshd refused connections"
filter: "evt.Meta.log_type == 'ssh_refused_conn'"
groupby: evt.Meta.source_ip
blackhole: 1m
reprocess: true
reprocess: false
labels:
service: ssh
confidence: 3
confidence: 0
spoofable: 0
classification:
- attack.T1110
label: "SSH Bruteforce"
behavior: "ssh:bruteforce"
- attack.T1595
label: "SSH Refused Connection"
behavior: "generic:scan"
remediation: true

0 comments on commit f55829a

Please sign in to comment.