MAL_ELF_ReverseShell_SSLShell_Jun23_1
Description
Detects reverse shell named SSLShell used in Barracuda ESG exploitation (CVE-2023-2868)
Query · yara
strings:
$sc1 = { 00 2D 63 00 2F 62 69 6E 2F 73 68 00 }
$s1 = "SSLShell"
condition:
uint32be(0) == 0x7f454c46
and uint16(0x10) == 0x0002
and filesize < 5MB
and all of them