cscli scenarios install crowdsecurity/CVE-2019-18935Detect exploitation of Telerik CVE-2019-18935
Ref: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-18935 Poc: https://github.com/noperator/CVE-2019-18935
1type: trigger2format: 2.03name: crowdsecurity/CVE-2019-189354description: "Detect Telerik CVE-2019-18935 exploitation attempts"5filter: |6 evt.Meta.log_type in ['http_access-log', 'http_error-log'] && Upper(QueryUnescape(evt.Meta.http_path)) startsWith Upper('/Telerik.Web.UI.WebResource.axd?type=rau')7groupby: "evt.Meta.source_ip"8blackhole: 2m9labels:10 type: exploit11 remediation: true12 classification:13 - attack.T159514 - attack.T119015 - cve.CVE-2019-1893516 spoofable: 017 confidence: 318 behavior: "http:exploit"19 label: "Telerik CVE-2019-18935"20 service: telerik21