DefenderYara/TrojanDownloader/Win32/Beshades/TrojanDownloader_Win32_Besh...

12 lines
533 B
Plaintext
Raw Normal View History

2024-02-05 06:12:47 -08:00
rule TrojanDownloader_Win32_Beshades_A{
meta:
2024-07-06 23:13:08 -07:00
description = "TrojanDownloader:Win32/Beshades.A,SIGNATURE_TYPE_PEHSTR_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 = {b8 25 49 92 24 f7 e1 8b c1 2b c2 d1 e8 03 c2 c1 e8 04 8d 14 c5 00 00 00 00 2b d0 03 d2 03 d2 b8 90 a1 41 00 } //1
$a_01_1 = {68 b0 a1 41 00 ff 15 8c f0 41 00 6a 00 68 00 00 00 80 6a 00 6a 00 8b f8 55 57 89 7c 24 30 ff 15 90 f0 41 00 6a 01 8b d8 ff 15 14 a0 41 00 85 ff 74 c6 85 db 74 c2 6a 00 } //1
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
}