DefenderYara/MonitoringTool/MSIL/PCDataManager/MonitoringTool_MSIL_PCDataM...

13 lines
2.2 KiB
Plaintext

rule MonitoringTool_MSIL_PCDataManager{
meta:
description = "MonitoringTool:MSIL/PCDataManager,SIGNATURE_TYPE_PEHSTR_EXT,03 00 03 00 03 00 00 "
strings :
$a_01_0 = {50 00 43 00 20 00 44 00 61 00 74 00 61 00 20 00 6d 00 61 00 6e 00 61 00 67 00 65 00 72 00 20 00 68 00 61 00 73 00 20 00 66 00 61 00 63 00 69 00 6c 00 69 00 74 00 69 00 65 00 73 00 20 00 74 00 6f 00 20 00 68 00 69 00 64 00 65 00 20 00 74 00 68 00 65 00 73 00 65 00 20 00 73 00 68 00 6f 00 72 00 74 00 63 00 75 00 74 00 73 00 20 00 61 00 6e 00 64 00 20 00 74 00 6f 00 20 00 61 00 63 00 63 00 65 00 73 00 73 00 20 00 74 00 68 00 65 00 20 00 73 00 6f 00 66 00 74 00 77 00 61 00 72 00 65 00 20 00 75 00 73 00 69 00 6e 00 67 00 20 00 68 00 69 00 64 00 64 00 65 00 6e 00 20 00 6d 00 65 00 74 00 68 00 6f 00 64 00 73 00 } //1 PC Data manager has facilities to hide these shortcuts and to access the software using hidden methods
$a_01_1 = {53 00 70 00 65 00 63 00 69 00 66 00 79 00 20 00 74 00 68 00 65 00 20 00 65 00 6d 00 61 00 69 00 6c 00 20 00 61 00 64 00 64 00 72 00 65 00 73 00 73 00 20 00 68 00 65 00 72 00 65 00 20 00 74 00 68 00 61 00 74 00 20 00 79 00 6f 00 75 00 20 00 77 00 61 00 6e 00 74 00 20 00 50 00 43 00 20 00 44 00 61 00 74 00 61 00 20 00 4d 00 61 00 6e 00 61 00 67 00 65 00 72 00 20 00 74 00 6f 00 20 00 75 00 73 00 65 00 20 00 66 00 6f 00 72 00 20 00 73 00 65 00 6e 00 64 00 69 00 6e 00 67 00 20 00 74 00 68 00 65 00 20 00 61 00 63 00 74 00 69 00 76 00 69 00 74 00 79 00 20 00 6c 00 6f 00 67 00 73 00 20 00 61 00 73 00 20 00 61 00 74 00 74 00 61 00 63 00 68 00 6d 00 65 00 6e 00 74 00 } //1 Specify the email address here that you want PC Data Manager to use for sending the activity logs as attachment
$a_01_2 = {50 00 6c 00 65 00 61 00 73 00 65 00 20 00 66 00 69 00 6e 00 64 00 20 00 74 00 68 00 65 00 20 00 4b 00 65 00 79 00 73 00 74 00 72 00 6f 00 6b 00 65 00 73 00 20 00 4c 00 6f 00 67 00 20 00 72 00 65 00 63 00 6f 00 72 00 64 00 65 00 64 00 20 00 61 00 6e 00 64 00 20 00 63 00 72 00 65 00 61 00 74 00 65 00 64 00 20 00 62 00 79 00 20 00 50 00 43 00 20 00 44 00 61 00 74 00 61 00 20 00 4d 00 61 00 6e 00 61 00 67 00 65 00 72 00 } //1 Please find the Keystrokes Log recorded and created by PC Data Manager
condition:
((#a_01_0 & 1)*1+(#a_01_1 & 1)*1+(#a_01_2 & 1)*1) >=3
}