Windows_Trojan_Havoc_ffecc8af
Description
Windows.Trojan.Havoc
Query · yara
strings:
$commands_table = { 0B 00 00 00 00 00 00 00 [8] 64 00 00 00 00 00 00 00 [8] 15 00 00 00 00 00 00 00 [8] 10 10 00 00 00 00 00 00 [8] 0C 00 00 00 00 00 00 00 [8] 0F 00 00 00 00 00 00 00 [8] 14 00 00 00 00 00 00 00 [8] 01 20 00 00 00 00 00 00 [8] 03 20 00 00 00 00 00 00 [8] C4 09 00 00 00 00 00 00 [8] CE 09 00 00 00 00 00 00 [8] D8 09 00 00 00 00 00 00 [8] 34 08 00 00 00 00 00 00 [8] 16 00 00 00 00 00 00 00 [8] 18 00 00 00 00 00 00 00 [8] 1A 00 00 00 00 00 00 00 [8] 28 00 00 00 00 00 00 00 [8] E2 09 00 00 00 00 00 00 [8] EC 09 00 00 00 00 00 00 [8] F6 09 00 00 00 00 00 00 [8] 00 0A 00 00 00 00 00 00 [8] 5C 00 00 00 00 00 00 00 }
$hash_ldrloaddll = { 43 6A 45 9E }
$hash_ldrgetprocedureaddress = { B6 6B CE FC }
$hash_ntaddbootentry = { 76 C7 FC 8C }
$hash_ntallocatevirtualmemory = { EC B8 83 F7 }
$hash_ntfreevirtualmemory = { 09 C6 02 28 }
$hash_ntunmapviewofsection = { CD 12 A4 6A }
$hash_ntwritevirtualmemory = { 92 01 17 C3 }
$hash_ntsetinformationvirtualmemory = { 39 C2 6A 94 }
$hash_ntqueryvirtualmemory = { 5D E8 C0 10 }
$hash_ntopenprocesstoken = { 99 CA 0D 35 }
$hash_ntopenthreadtoken = { D2 47 33 80 }
condition:
$commands_table and 4 of ($hash_*)