CredTheft_MSIL_TitoSpecial_1
Description
This rule looks for .NET PE files that have the strings of various method names in the TitoSpecial code.
Query · yara
strings:
$str1 = "Minidump" ascii wide
$str2 = "dumpType" ascii wide
$str3 = "WriteProcessMemory" ascii wide
$str4 = "bInheritHandle" ascii wide
$str5 = "GetProcessById" ascii wide
$str6 = "SafeHandle" ascii wide
$str7 = "BeginInvoke" ascii wide
$str8 = "EndInvoke" ascii wide
$str9 = "ConsoleApplication1" ascii wide
$str10 = "getOSInfo" ascii wide
$str11 = "OpenProcess" ascii wide
$str12 = "LoadLibrary" ascii wide
$str13 = "GetProcAddress" ascii wide
condition:
(uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and all of ($str*)