Codoso_PlugX_3
Description
Detects Codoso APT PlugX Malware
Query · yara
strings: $s1 = "Cannot create folder %sDCRC failed in the encrypted file %s. Corrupt file or wrong password." fullword wide $s2 = "mcs.exe" fullword ascii $s3 = "McAltLib.dll" fullword ascii $s4 = "WinRAR self-extracting archive" fullword wide condition: uint16(0) == 0x5a4d and filesize < 1200KB and all of them