DefenderYara/SoftwareBundler/Win32/Prepscram/SoftwareBundler_Win32_Preps...

12 lines
533 B
Plaintext
Raw Permalink Normal View History

2024-02-05 06:12:47 -08:00
rule SoftwareBundler_Win32_Prepscram_BM_MTB{
meta:
2024-07-06 23:13:08 -07:00
description = "SoftwareBundler:Win32/Prepscram.BM!MTB,SIGNATURE_TYPE_PEHSTR,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 = {8b 4c b2 04 33 0c b2 23 cb 33 0c b2 8b c1 d1 e9 83 e0 01 69 c0 df b0 08 99 33 c1 33 84 b2 34 06 00 00 89 04 b2 46 81 fe e3 00 00 00 7c } //1
$a_01_1 = {8b 4c b2 04 33 0c b2 23 cb 33 0c b2 8b c1 d1 e9 83 e0 01 69 c0 df b0 08 99 33 c1 33 84 b2 74 fc ff ff 89 04 b2 46 81 fe 6f 02 00 00 7c } //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
}