Sneed-Reactivity/yara-mikesxrs/Volexity/ebshell_jsp_converge.yar
Sam Sneed 08e8d462fe OMG ISTG PLS WORK
RED PILL 🔴 💊
2024-07-25 12:43:35 -05:00

16 lines
630 B
Text

rule webshell_jsp_converge : Webshell
{
meta:
author = "threatintel@volexity.com"
description = "File upload webshell observed in incident involving compromise of Confluence server."
reference = "https://www.volexity.com/blog/2022/06/02/zero-day-exploitation-of-atlassian-confluence/"
date = "2022-06-01"
memory_suitable = 1
license = "See license at https://github.com/volexity/threat-intel/blob/main/LICENSE.txt"
strings:
$s1 = "if (request.getParameter(\"name\")!=null && request.getParameter(\"name\").length()!=0){" ascii
condition:
$s1
}