DefenderYara/TrojanDownloader/O97M/Donoff/TrojanDownloader_O97M_Donof...

13 lines
572 B
Plaintext

rule TrojanDownloader_O97M_Donoff_DQ{
meta:
description = "TrojanDownloader:O97M/Donoff.DQ,SIGNATURE_TYPE_MACROHSTR_EXT,03 00 03 00 03 00 00 "
strings :
$a_00_0 = {3d 20 41 63 74 69 76 65 44 6f 63 75 6d 65 6e 74 2e 44 65 66 61 75 6c 74 54 61 62 6c 65 53 74 79 6c 65 } //1 = ActiveDocument.DefaultTableStyle
$a_02_1 = {3d 20 22 22 20 54 68 65 6e 0d 0a 53 68 65 6c 6c 20 [0-0f] 2c 20 30 } //1
$a_02_2 = {53 75 62 20 41 75 74 6f 4f 70 65 6e 28 29 0d 0a [0-0f] 45 6e 64 20 53 75 62 } //1
condition:
((#a_00_0 & 1)*1+(#a_02_1 & 1)*1+(#a_02_2 & 1)*1) >=3
}