DefenderYara/TrojanSpy/Win32/Sticamint/TrojanSpy_Win32_Sticamint_A...

15 lines
748 B
Plaintext

rule TrojanSpy_Win32_Sticamint_A{
meta:
description = "TrojanSpy:Win32/Sticamint.A,SIGNATURE_TYPE_PEHSTR_EXT,07 00 07 00 05 00 00 "
strings :
$a_02_0 = {77 00 2e 00 77 00 64 00 77 00 [0-16] 67 00 2e 00 6e 00 65 00 74 00 2f 00 6e 00 65 00 74 00 } //1
$a_02_1 = {77 00 2e 00 31 00 37 00 35 00 75 00 [0-16] 75 00 2e 00 63 00 6e 00 2f 00 6e 00 65 00 74 00 } //1
$a_00_2 = {2f 00 64 00 6c 00 6c 00 2e 00 61 00 73 00 70 00 78 00 3f 00 74 00 69 00 6d 00 65 00 3d 00 } //2 /dll.aspx?time=
$a_00_3 = {26 00 49 00 4e 00 54 00 3d 00 } //2 &INT=
$a_00_4 = {2f 00 73 00 74 00 61 00 74 00 2e 00 61 00 73 00 70 00 78 00 } //2 /stat.aspx
condition:
((#a_02_0 & 1)*1+(#a_02_1 & 1)*1+(#a_00_2 & 1)*2+(#a_00_3 & 1)*2+(#a_00_4 & 1)*2) >=7
}