DefenderYara/TrojanDownloader/Win32/Bancos/TrojanDownloader_Win32_Banc...

13 lines
488 B
Plaintext
Raw Normal View History

2024-02-05 06:12:47 -08:00
rule TrojanDownloader_Win32_Bancos_FM{
meta:
2024-07-06 23:13:08 -07:00
description = "TrojanDownloader:Win32/Bancos.FM,SIGNATURE_TYPE_PEHSTR_EXT,03 00 03 00 03 00 00 "
2024-02-05 06:12:47 -08:00
strings :
2024-07-06 23:13:08 -07:00
$a_03_0 = {68 74 74 70 3a 2f 2f 64 6c 2e 64 72 6f 70 62 6f 78 2e 63 6f 6d 2f 75 2f 90 0f 08 00 2f 61 70 73 65 74 61 2e 70 70 73 90 00 } //1
$a_01_1 = {63 61 62 61 6c 6c 6f 31 } //1 caballo1
$a_01_2 = {73 65 72 74 75 70 2e 65 78 65 } //1 sertup.exe
2024-02-05 06:12:47 -08:00
condition:
2024-07-06 23:13:08 -07:00
((#a_03_0 & 1)*1+(#a_01_1 & 1)*1+(#a_01_2 & 1)*1) >=3
2024-02-05 06:12:47 -08:00
}