DefenderYara/TrojanSpy/Win32/Kutaki/TrojanSpy_Win32_Kutaki_EC_M...

18 lines
1.7 KiB
Plaintext

rule TrojanSpy_Win32_Kutaki_EC_MTB{
meta:
description = "TrojanSpy:Win32/Kutaki.EC!MTB,SIGNATURE_TYPE_PEHSTR_EXT,08 00 08 00 08 00 00 "
strings :
$a_01_0 = {61 00 39 00 65 00 77 00 36 00 34 00 6a 00 73 00 7a 00 6a 00 68 00 37 00 30 00 67 00 74 00 39 00 30 00 39 00 63 00 30 00 6a 00 69 00 39 00 6c 00 6e 00 32 00 62 00 6d 00 31 00 75 00 6d 00 32 00 37 00 69 00 30 00 30 00 61 00 33 00 68 00 65 00 70 00 6a 00 31 00 34 00 34 00 65 00 6d 00 74 00 68 00 74 00 } //1 a9ew64jszjh70gt909c0ji9ln2bm1um27i00a3hepj144emtht
$a_01_1 = {57 00 69 00 6e 00 33 00 32 00 5f 00 4e 00 65 00 74 00 77 00 6f 00 72 00 6b 00 41 00 64 00 61 00 70 00 74 00 65 00 72 00 43 00 6f 00 6e 00 66 00 69 00 67 00 75 00 72 00 61 00 74 00 69 00 6f 00 6e 00 } //1 Win32_NetworkAdapterConfiguration
$a_01_2 = {49 00 50 00 41 00 64 00 64 00 72 00 65 00 73 00 73 00 } //1 IPAddress
$a_01_3 = {6f 00 79 00 37 00 6f 00 65 00 6c 00 30 00 31 00 34 00 70 00 67 00 78 00 33 00 72 00 6e 00 6d 00 67 00 6f 00 31 00 66 00 6c 00 6f 00 79 00 74 00 74 00 34 00 6f 00 38 00 65 00 67 00 68 00 61 00 70 00 7a 00 75 00 6f 00 6e 00 37 00 30 00 66 00 68 00 72 00 75 00 30 00 6c 00 6e 00 6c 00 73 00 76 00 6c 00 } //1 oy7oel014pgx3rnmgo1floytt4o8eghapzuon70fhru0lnlsvl
$a_01_4 = {57 00 53 00 63 00 72 00 69 00 70 00 74 00 2e 00 53 00 68 00 65 00 6c 00 6c 00 } //1 WScript.Shell
$a_01_5 = {74 00 61 00 73 00 6b 00 6b 00 69 00 6c 00 6c 00 20 00 2f 00 69 00 6d 00 } //1 taskkill /im
$a_01_6 = {6b 69 6c 6c 65 72 6d 61 6e } //1 killerman
$a_01_7 = {53 48 44 6f 63 56 77 43 74 6c } //1 SHDocVwCtl
condition:
((#a_01_0 & 1)*1+(#a_01_1 & 1)*1+(#a_01_2 & 1)*1+(#a_01_3 & 1)*1+(#a_01_4 & 1)*1+(#a_01_5 & 1)*1+(#a_01_6 & 1)*1+(#a_01_7 & 1)*1) >=8
}