committing changes in /etc made by "-bash"
Package changes:
This commit is contained in:
10
crowdsec/hub/scenarios/crowdsecurity/http-open-proxy.yaml
Normal file
10
crowdsec/hub/scenarios/crowdsecurity/http-open-proxy.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
type: trigger
|
||||
name: crowdsecurity/http-open-proxy
|
||||
description: "Detect scan for open proxy"
|
||||
#apache returns 405, nginx 400
|
||||
filter: "evt.Meta.log_type == 'http_access-log' && evt.Meta.http_status in ['400','405'] && (evt.Parsed.verb == 'CONNECT' || evt.Parsed.request matches '^http[s]?://')"
|
||||
blackhole: 2m
|
||||
labels:
|
||||
service: http
|
||||
type: scan
|
||||
remediation: true
|
||||
Reference in New Issue
Block a user