cscli scenarios install crowdsecurity/jira_cve-2021-26086
1type: trigger2format: 2.03#debug: true4name: crowdsecurity/jira_cve-2021-260865description: "Detect Atlassian Jira CVE-2021-26086 exploitation attemps"6filter: |7 evt.Meta.log_type in ["http_access-log", "http_error-log"] and any(File("jira_cve_2021-26086.txt"), {Upper(evt.Meta.http_path) contains Upper(#)})8data:9 - source_url: https://hub-data.crowdsec.net/web/jira_cve_2021-26086.txt10 dest_file: jira_cve_2021-26086.txt11 type: string12groupby: "evt.Meta.source_ip"13blackhole: 2m14labels:15 remediation: true16 classification:17 - attack.T1595.00118 - attack.T119019 - cve.CVE-2021-2608620 behavior: "http:exploit"21 label: "Jira CVE-2021-26086 exploitation"22 spoofable: 023 service: jira24 confidence: 325