DefenderYara/Exploit/Win32/Viewsure/Exploit_Win32_Viewsure_N_dh...

12 lines
399 B
Plaintext
Raw Permalink Normal View History

2024-02-05 06:12:47 -08:00
rule Exploit_Win32_Viewsure_N_dha{
meta:
2024-07-06 23:13:08 -07:00
description = "Exploit:Win32/Viewsure.N!dha,SIGNATURE_TYPE_CMDHSTR_EXT,63 00 0b 00 02 00 00 "
2024-02-05 06:12:47 -08:00
strings :
2024-07-06 23:13:08 -07:00
$a_00_0 = {63 00 6d 00 64 00 } //10 cmd
$a_00_1 = {65 00 63 00 68 00 6f 00 20 00 48 00 61 00 63 00 6b 00 65 00 64 00 20 00 62 00 79 00 20 00 90 00 02 00 20 00 33 00 36 00 30 00 } //1
2024-02-05 06:12:47 -08:00
condition:
2024-07-06 23:13:08 -07:00
((#a_00_0 & 1)*10+(#a_00_1 & 1)*1) >=11
2024-02-05 06:12:47 -08:00
}