cscli scenarios install openappsec/openappsec-schema-validation
1type: trigger2#debug: true3name: openappsec/openappsec-schema-validation4description: "Detect openappsec 'prevent' securityActions on 'Schema Validation' 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 'schema validation'6groupby: evt.Meta.source_ip7blackhole: 5m8labels:9 service: http10 classification:11 - attack.T119012 spoofable: 013 confidence: 114 behavior: "http:exploit"15 label: "Openappsec 'schema validations' detection"16 remediation: true17