Disclosed_0day_POCs_InjectDll
Description
Detects POC code from disclosed 0day hacktool set
Query · yara
strings:
$x1 = "\\Release\\InjectDll.pdb" ascii
$x2 = "Specify -l to list all IE processes running in the current session" fullword ascii
$x3 = "Usage: InjectDll -l|pid PathToDll" fullword ascii
$x4 = "Injecting DLL: %ls into PID: %d" fullword ascii
$x5 = "Error adjusting privilege %d" fullword ascii
condition:
(uint16(0) == 0x5a4d and filesize < 300KB and 1 of them)