DefenderYara/TrojanDownloader/O97M/Emotet/TrojanDownloader_O97M_Emote...

14 lines
528 B
Plaintext

rule TrojanDownloader_O97M_Emotet_AWPD_MTB{
meta:
description = "TrojanDownloader:O97M/Emotet.AWPD!MTB,SIGNATURE_TYPE_MACROHSTR_EXT,04 00 04 00 04 00 00 01 00 "
strings :
$a_01_0 = {5c 73 68 78 75 69 31 2e 6f 63 78 } //01 00 \shxui1.ocx
$a_01_1 = {5c 73 68 78 75 69 32 2e 6f 63 78 } //01 00 \shxui2.ocx
$a_01_2 = {5c 73 68 78 75 69 33 2e 6f 63 78 } //01 00 \shxui3.ocx
$a_03_3 = {75 72 6c 6d 6f 6e 90 02 03 55 52 4c 44 6f 77 6e 6c 6f 61 64 54 6f 46 69 6c 65 41 90 00 } //00 00
condition:
any of ($a_*)
}