APT_SideWinder_NET_Loader_Aug_2020_1
Description
Detected the NET loader used by SideWinder group (August 2020)
Query · yara
strings:
$a1 = "DUSER.dll" fullword wide
$s1 = "UHJvZ3JhbQ==" fullword wide // base64 encoded string -> 'Program' -> Invoke call decoded PE
$s2 = "U3RhcnQ=" fullword wide
$s3 = ".tmp " fullword wide
$s4 = "FileRipper" fullword ascii
$s5 = "copytight @" fullword wide
condition:
uint16(0) == 0x5a4d and filesize < 4KB and $a1 and 3 of ($s*)