DefenderYara/SoftwareBundler/Win32/ICLoader/SoftwareBundler_Win32_ICLoa...

13 lines
523 B
Plaintext
Raw Permalink Normal View History

2024-02-05 06:12:47 -08:00
rule SoftwareBundler_Win32_ICLoader_BR_MTB{
meta:
2024-07-06 23:13:08 -07:00
description = "SoftwareBundler:Win32/ICLoader.BR!MTB,SIGNATURE_TYPE_PEHSTR_EXT,03 00 03 00 03 00 00 "
2024-02-05 06:12:47 -08:00
strings :
2024-07-09 05:28:14 -07:00
$a_02_0 = {61 8b 55 08 83 e2 0f 85 d2 75 ?? 8b 45 ?? 83 e8 10 89 45 ?? 60 8b ?? 83 ?? ?? 83 ?? ?? 8d } //1
$a_02_1 = {61 8b 4d 14 8a 11 88 15 ?? ?? ?? ?? 8b 45 ?? 83 c0 01 89 45 ?? 60 8b } //1
$a_02_2 = {8b 4d 08 83 c1 01 89 4d ?? eb ?? ff e1 81 7d ?? 04 05 00 00 7e } //1
2024-02-05 06:12:47 -08:00
condition:
2024-07-06 23:13:08 -07:00
((#a_02_0 & 1)*1+(#a_02_1 & 1)*1+(#a_02_2 & 1)*1) >=3
2024-02-05 06:12:47 -08:00
}