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

11 lines
445 B
Plaintext
Raw Permalink Normal View History

2024-02-05 06:12:47 -08:00
rule SoftwareBundler_Win32_ICLoader_BQ_MTB{
meta:
2024-07-06 23:13:08 -07:00
description = "SoftwareBundler:Win32/ICLoader.BQ!MTB,SIGNATURE_TYPE_PEHSTR_EXT,01 00 01 00 01 00 00 "
2024-02-05 06:12:47 -08:00
strings :
2024-07-09 05:28:14 -07:00
$a_02_0 = {03 d0 03 c1 8a 0c 0a 8b 55 0c 88 0c 10 60 8d 05 ?? ?? ?? ?? c1 e0 05 61 8b 45 08 8a 88 ?? ?? ?? ?? 84 c9 75 ?? 60 8d 05 ?? ?? ?? ?? c1 e0 05 61 8b 0d ?? ?? ?? ?? 8b 55 08 8b 45 0c 03 ca 03 c1 8a 0d ?? ?? ?? ?? 30 08 } //1
2024-02-05 06:12:47 -08:00
condition:
2024-07-06 23:13:08 -07:00
((#a_02_0 & 1)*1) >=1
2024-02-05 06:12:47 -08:00
}