DefenderYara/TrojanDownloader/Win32/Banload/TrojanDownloader_Win32_Banl...

15 lines
842 B
Plaintext
Raw Normal View History

2024-02-05 06:12:47 -08:00
rule TrojanDownloader_Win32_Banload_BAB{
meta:
2024-07-06 23:13:08 -07:00
description = "TrojanDownloader:Win32/Banload.BAB,SIGNATURE_TYPE_PEHSTR,06 00 06 00 05 00 00 "
2024-02-05 06:12:47 -08:00
strings :
2024-07-06 23:13:08 -07:00
$a_01_0 = {26 53 79 73 74 65 6d 20 49 6e 66 6f 2e 2e 2e } //1 &System Info...
$a_01_1 = {57 61 72 6e 69 6e 67 3a 20 2e 2e 2e } //1 Warning: ...
$a_01_2 = {43 65 6e 74 72 61 6c 20 64 65 20 53 65 67 75 72 61 6e } //1 Central de Seguran
$a_01_3 = {5c 00 41 00 70 00 70 00 6c 00 69 00 63 00 61 00 74 00 69 00 6f 00 6e 00 20 00 44 00 61 00 74 00 61 00 5c 00 69 00 6d 00 61 00 64 00 77 00 6d 00 2e 00 65 00 78 00 65 00 } //2 \Application Data\imadwm.exe
$a_01_4 = {5c 00 42 00 61 00 6e 00 6b 00 73 00 5c 00 4c 00 6f 00 61 00 64 00 65 00 72 00 73 00 } //2 \Banks\Loaders
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+(#a_01_2 & 1)*1+(#a_01_3 & 1)*2+(#a_01_4 & 1)*2) >=6
2024-02-05 06:12:47 -08:00
}