DefenderYara/Exploit/Win32/ShellCode/Exploit_Win32_ShellCode_T.yar

11 lines
289 B
Plaintext
Raw Normal View History

2024-02-05 06:12:47 -08:00
rule Exploit_Win32_ShellCode_T{
meta:
2024-07-06 23:13:08 -07:00
description = "Exploit:Win32/ShellCode.T,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_03_0 = {d9 e1 d9 34 24 58 58 58 58 33 db b3 ?? 03 c3 31 c9 66 81 e9 ?? ?? 80 30 ?? 40 e2 fa } //1
2024-02-05 06:12:47 -08:00
condition:
2024-07-06 23:13:08 -07:00
((#a_03_0 & 1)*1) >=1
2024-02-05 06:12:47 -08:00
}