MAL_ELF_SALTWATER_Jun23_1
Description
Detects SALTWATER malware used in Barracuda ESG exploitations (CVE-2023-2868)
Query · yara
strings:
$x1 = "libbindshell.so"
$s1 = "ShellChannel"
$s2 = "MyWriteAll"
$s3 = "CheckRemoteIp"
$s4 = "run_cmd"
$s5 = "DownloadByProxyChannel"
$s6 = "[-] error: popen failed"
$s7 = "/home/product/code/config/ssl_engine_cert.pem"
condition:
uint16(0) == 0x457f and
filesize < 6000KB and (
( 1 of ($x*) and 2 of them )
or 3 of them
) or all of them