DefenderYara/TrojanDownloader/Win32/Paema/TrojanDownloader_Win32_Paem...

12 lines
461 B
Plaintext
Raw Normal View History

2024-02-05 06:12:47 -08:00
rule TrojanDownloader_Win32_Paema_A{
meta:
2024-07-06 23:13:08 -07:00
description = "TrojanDownloader:Win32/Paema.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_03_0 = {8d 44 24 28 50 e8 90 01 04 59 84 c0 74 07 68 90 01 04 eb 05 68 90 01 04 ff d6 eb e1 90 00 } //1
$a_01_1 = {f7 f3 8b 4f 14 89 4d ec d1 6d ec 8b 55 ec 3b d0 76 0e 8b 75 e8 8b c6 2b c2 3b c8 77 03 8d 34 0a 83 65 fc 00 8d 46 01 50 } //1
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) >=2
2024-02-05 06:12:47 -08:00
}