DefenderYara/TrojanDownloader/Linux/Equipdo/TrojanDownloader_Linux_Equi...

12 lines
504 B
Plaintext
Raw Permalink Normal View History

2024-02-05 06:12:47 -08:00
rule TrojanDownloader_Linux_Equipdo_A{
meta:
2024-07-06 23:13:08 -07:00
description = "TrojanDownloader:Linux/Equipdo.A,SIGNATURE_TYPE_MACROHSTR_EXT,02 00 02 00 02 00 00 "
2024-02-05 06:12:47 -08:00
strings :
2024-07-06 23:13:08 -07:00
$a_01_0 = {43 68 65 6c 6c 45 63 73 65 63 75 74 65 } //1 ChellEcsecute
$a_01_1 = {4d 73 67 42 6f 78 20 22 45 73 74 65 20 64 6f 63 75 6d 65 6e 74 6f 20 6e 6f 20 65 73 20 63 6f 6d 70 61 74 69 62 6c 65 20 63 6f 6e 20 65 73 74 65 } //1 MsgBox "Este documento no es compatible con este
2024-02-05 06:12:47 -08:00
condition:
2024-07-06 23:13:08 -07:00
((#a_01_0 & 1)*1+(#a_01_1 & 1)*1) >=2
2024-02-05 06:12:47 -08:00
}