MAL_LNX_CamaroDragon_Sheel_Oct23
Description
Detects CamaroDragon's tool named sheel
Query · yara
strings:
$x1 = "-h server_ip -p server_port -i update_index[0-4] [-r]" ascii fullword
$s1 = "read_ip" ascii fullword
$s2 = "open fail.%m" ascii fullword
$s3 = "ri:h:p:" ascii fullword /* flags */
$s4 = "update server list success!" ascii fullword
condition:
uint16(0) == 0x457f and
filesize < 30KB and (
1 of ($x*)
or 3 of them
)
or 4 of them