cscli appsec-rules install crowdsecurity/vpatch-env-access
1name: crowdsecurity/vpatch-env-access2description: "Detect access to .env files"3rules:4 - zones:5 - URI6 transform:7 - lowercase8 match:9 type: endsWith10 value: .env11labels:12 type: scan13 service: http14 confidence: 315 spoofable: 016 behavior: "http:scan"17 label: "Access to .env file"18 classification:19 - attack.T159520 - attack.T119021