committing changes in /etc made by "-bash"
Package changes:
This commit is contained in:
14
crowdsec/hub/scenarios/crowdsecurity/mysql-bf.yaml
Normal file
14
crowdsec/hub/scenarios/crowdsecurity/mysql-bf.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
# mysql bruteforce
|
||||
type: leaky
|
||||
#debug: true
|
||||
name: crowdsecurity/mysql-bf
|
||||
description: "Detect mysql bruteforce"
|
||||
filter: evt.Meta.log_type == 'mysql_failed_auth'
|
||||
leakspeed: "10s"
|
||||
capacity: 5
|
||||
groupby: evt.Meta.source_ip
|
||||
blackhole: 5m
|
||||
labels:
|
||||
service: mysql
|
||||
type: bruteforce
|
||||
remediation: true
|
||||
Reference in New Issue
Block a user