cscli scenarios install openappsec/openappsec-probing
1type: trigger2#debug: true3name: openappsec/openappsec-probing4description: "Detect openappsec 'prevent' securityActions on 'Vulnerability Scanning' 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 'vulnerability scanning'6groupby: evt.Meta.source_ip7blackhole: 5m8labels:9 service: http10 classification:11 - attack.T159512 - attack.T119013 spoofable: 014 confidence: 215 behavior: "http:scan"16 label: "Openappsec 'probing' detection"17 remediation: true18