cscli appsec-rules install crowdsecurity/vpatch-CVE-2018-10562
1name: crowdsecurity/vpatch-CVE-2018-105622description: "Dasan GPON RCE (CVE-2018-10562)"3rules:4 - and:5 - zones:6 - METHOD7 match:8 type: equals9 value: POST10 - zones:11 - URI12 transform:13 - lowercase14 match:15 type: endsWith16 value: /gponform/diag_form17 - zones:18 - BODY_ARGS19 variables:20 - dest_host21 match:22 type: regex23 value: "[^0-9a-zA-Z-.]+"2425labels:26 type: exploit27 service: http28 confidence: 329 spoofable: 030 behavior: "http:exploit"31 label: "Dasan GPON RCE"32 classification:33 - cve.CVE-2018-1056234 - attack.T159535 - attack.T119036 - cwe.CWE-78