DefenderYara/HackTool/Win32/Honedol/HackTool_Win32_Honedol_A.yar

14 lines
629 B
Plaintext
Raw Normal View History

2024-02-05 06:12:47 -08:00
rule HackTool_Win32_Honedol_A{
meta:
2024-07-06 23:13:08 -07:00
description = "HackTool:Win32/Honedol.A,SIGNATURE_TYPE_PEHSTR,64 00 64 00 04 00 00 "
2024-02-05 06:12:47 -08:00
strings :
2024-07-06 23:13:08 -07:00
$a_01_0 = {48 44 20 41 6c 6c 20 69 6e 20 4f 6e 65 20 54 6f 6f 6c 20 56 25 73 20 28 25 73 29 } //10 HD All in One Tool V%s (%s)
$a_01_1 = {50 61 73 73 77 30 72 64 } //10 Passw0rd
$a_01_2 = {43 6f 64 65 20 62 79 20 57 69 6c 6c 69 61 6d 20 48 65 6e 72 79 } //10 Code by William Henry
$a_01_3 = {49 50 43 24 20 50 61 73 73 77 6f 72 64 20 53 63 61 6e 6e 65 72 } //10 IPC$ Password Scanner
2024-02-05 06:12:47 -08:00
condition:
2024-07-06 23:13:08 -07:00
((#a_01_0 & 1)*10+(#a_01_1 & 1)*10+(#a_01_2 & 1)*10+(#a_01_3 & 1)*10) >=100
2024-02-05 06:12:47 -08:00
}