cscli appsec-rules install crowdsecurity/vpatch-symfony-profiler
1name: crowdsecurity/vpatch-symfony-profiler2description: "Detect abuse of symfony profiler"3rules:4 - zones:5 - URI6 transform:7 - lowercase8 match:9 type: contains10 value: /_profiler/phpinfo11 - zones:12 - URI13 transform:14 - lowercase15 match:16 type: contains17 value: /_profiler/open18labels:19 type: scan20 service: http21 confidence: 322 spoofable: 023 behavior: "http:scan"24 label: "Access to symfony profiler"25 classification:26 - attack.T159527 - attack.T119028