DefenderYara/HackTool/Win32/AutoKMS/HackTool_Win32_AutoKMS_SA_M...

14 lines
1.4 KiB
Plaintext

rule HackTool_Win32_AutoKMS_SA_MSR{
meta:
description = "HackTool:Win32/AutoKMS.SA!MSR,SIGNATURE_TYPE_PEHSTR_EXT,04 00 04 00 04 00 00 "
strings :
$a_01_0 = {4f 00 66 00 66 00 69 00 63 00 65 00 20 00 32 00 30 00 31 00 33 00 20 00 50 00 72 00 6f 00 66 00 65 00 73 00 73 00 69 00 6f 00 6e 00 61 00 6c 00 20 00 50 00 6c 00 75 00 73 00 } //1 Office 2013 Professional Plus
$a_01_1 = {4f 00 75 00 74 00 6c 00 6f 00 6f 00 6b 00 20 00 32 00 30 00 31 00 33 00 } //1 Outlook 2013
$a_01_2 = {53 00 4f 00 46 00 54 00 57 00 41 00 52 00 45 00 5c 00 4d 00 69 00 63 00 72 00 6f 00 73 00 6f 00 66 00 74 00 5c 00 57 00 69 00 6e 00 64 00 6f 00 77 00 73 00 20 00 4e 00 54 00 5c 00 43 00 75 00 72 00 72 00 65 00 6e 00 74 00 56 00 65 00 72 00 73 00 69 00 6f 00 6e 00 5c 00 53 00 6f 00 66 00 74 00 77 00 61 00 72 00 65 00 50 00 72 00 6f 00 74 00 65 00 63 00 74 00 69 00 6f 00 6e 00 50 00 6c 00 61 00 74 00 66 00 6f 00 72 00 6d 00 } //1 SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform
$a_01_3 = {53 00 74 00 61 00 72 00 74 00 69 00 6e 00 67 00 20 00 4b 00 4d 00 53 00 45 00 6d 00 75 00 6c 00 61 00 74 00 6f 00 72 00 20 00 73 00 65 00 72 00 76 00 69 00 63 00 65 00 20 00 28 00 53 00 65 00 72 00 76 00 69 00 63 00 65 00 4e 00 61 00 6d 00 65 00 3a 00 20 00 25 00 73 00 29 00 2e 00 2e 00 2e 00 } //1 Starting KMSEmulator service (ServiceName: %s)...
condition:
((#a_01_0 & 1)*1+(#a_01_1 & 1)*1+(#a_01_2 & 1)*1+(#a_01_3 & 1)*1) >=4
}