Reflective_DLL_Loader_Aug17_2
Description
Detects Reflective DLL Loader - suspicious - Possible FP could be program crack
Query · yara
strings:
$x1 = "\\ReflectiveDLLInjection-master\\" ascii
$s2 = "reflective_dll.dll" fullword ascii
$s3 = "DLL injection" fullword ascii
$s4 = "_ReflectiveLoader@4" ascii
$s5 = "Reflective Dll Injection" fullword ascii
condition:
( uint16(0) == 0x5a4d and
filesize < 200KB and
(
pe.imphash() == "59867122bcc8c959ad307ac2dd08af79" or
pe.exports("_ReflectiveLoader@4") or
2 of them
)
) or ( 3 of them )