DefenderYara/Exploit/Win32/ShellCode/Exploit_Win32_ShellCode_gen...

12 lines
321 B
Plaintext

rule Exploit_Win32_ShellCode_gen_A{
meta:
description = "Exploit:Win32/ShellCode.gen!A,SIGNATURE_TYPE_PEHSTR_EXT,02 00 02 00 02 00 00 "
strings :
$a_03_0 = {e8 ff ff ff ff c0 5e 81 76 ?? ?? ?? ?? ?? 83 ee ?? e2 f4 } //1
$a_01_1 = {53 4d 42 72 00 } //1
condition:
((#a_03_0 & 1)*1+(#a_01_1 & 1)*1) >=2
}