cscli appsec-rules install crowdsecurity/appsec-generic-test1name: crowdsecurity/appsec-generic-test2description: "AppSec Generic Test: trigger on GET /crowdsec-test-NtktlJHV4TfBSK3wvlhiOBnl`"3rules:4 - and:5 # 1) Match the HTTP verb6 - zones:7 - METHOD8 match:9 type: regex10 value: (GET|HEAD)11 # 2) Match exactly the test path12 - zones:13 - URI14 match:15 type: equals16 value: /crowdsec-test-NtktlJHV4TfBSK3wvlhiOBnl17labels:18 service: http19 type: test20 confidence: 021 spoofable: 322 behavior: "http:test"23 label: "AppSec Generic Test"24 classification:25 - attack.T119026