DefenderYara/TrojanSpy/Win32/Bancos/TrojanSpy_Win32_Bancos_VL.yar

12 lines
478 B
Plaintext
Raw Permalink Normal View History

2024-02-05 06:12:47 -08:00
rule TrojanSpy_Win32_Bancos_VL{
meta:
2024-07-06 23:13:08 -07:00
description = "TrojanSpy:Win32/Bancos.VL,SIGNATURE_TYPE_PEHSTR_EXT,02 00 02 00 02 00 00 "
2024-02-05 06:12:47 -08:00
strings :
2024-07-09 05:28:14 -07:00
$a_03_0 = {8d 4d c4 50 51 ff d7 8b 55 d4 50 8d 45 c8 52 50 ff d7 50 56 e8 ?? ?? ff ff 8b f0 } //1
2024-07-06 23:13:08 -07:00
$a_01_1 = {8b 4d 0c 8b 11 52 ff d6 89 45 a8 b8 02 00 00 00 be 01 00 00 00 3b 75 a8 0f 8f a3 00 00 00 8b 4d 0c 89 45 c8 89 45 c0 8d 45 c0 8b 11 50 83 c3 01 56 52 0f 80 } //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
}