Disclosed_0day_POCs_injector
Description
Detects POC code from disclosed 0day hacktool set
Query · yara
strings:
$x1 = "\\Release\\injector.pdb" ascii
$x2 = "Cannot write the shellcode in the process memory, error: " fullword ascii
$x3 = "/s shellcode_file PID: shellcode injection." fullword ascii
$x4 = "/d dll_file PID: dll injection via LoadLibrary()." fullword ascii
$x5 = "/s shellcode_file PID" fullword ascii
$x6 = "Shellcode copied in memory: OK" fullword ascii
$x7 = "Usage of the injector. " fullword ascii
$x8 = "KO: cannot obtain the SeDebug privilege." fullword ascii
condition:
(uint16(0) == 0x5a4d and filesize < 90KB and 1 of them) or 3 of them