FourElementSword_Keyainst_EXE
Description
Detects FourElementSword Malware
Query · yara
strings: $x1 = "C:\\ProgramData\\Keyainst.exe" fullword ascii $s1 = "ShellExecuteA" fullword ascii /* Goodware String - occured 266 times */ $s2 = "GetStartupInfoA" fullword ascii /* Goodware String - occured 2573 times */ $s3 = "SHELL32.dll" fullword ascii /* Goodware String - occured 3233 times */ condition: ( uint16(0) == 0x5a4d and filesize < 48KB and $x1 ) or ( all of them )