cscli scenarios install openappsec/openappsec-request-rate-limit
1type: trigger2#debug: true3name: openappsec/openappsec-request-rate-limit4description: "Detect openappsec 'prevent' securityActions on 'Request Rate Limit' events (when waf blocks malicious request)"5filter: evt.Meta.log_type == 'openappsec_security_log' and Lower(evt.Meta.security_action) in ['prevent', 'detect'] and Lower(evt.Meta.incident_type) contains 'request rate limit'6groupby: evt.Meta.source_ip7blackhole: 5m8labels:9 service: http10 classification:11 - attack.T149812 spoofable: 013 confidence: 214 behavior: "http:bruteforce"15 label: "Openappsec 'request rate limit' detection"16 remediation: true17