APT28_SourFace_Malware1
Description
Detects Malware from APT28 incident - SOURFACE is a downloader that obtains a second-stage backdoor from a C2 server.
Query · yara
strings: $s0 = "coreshell.dll" fullword wide /* PEStudio Blacklist: strings */ $s1 = "Core Shell Runtime Service" fullword wide /* PEStudio Blacklist: strings */ $s2 = "\\chkdbg.log" wide condition: uint16(0) == 0x5a4d and filesize < 62KB and all of them