DLL_Injector_Lynx
Description
Detects Lynx DLL Injector
Query · yara
strings:
$x1 = " -p <TARGET PROCESS NAME> | -u <DLL PAYLOAD> [--obfuscate]" fullword wide
$x2 = "You've selected to inject into process: %s" fullword wide
$x3 = "Lynx DLL Injector" fullword wide
$x4 = "Reflective DLL Injector" fullword wide
$x5 = "Failed write payload: %lu" fullword wide
$x6 = "Failed to start payload: %lu" fullword wide
$x7 = "Injecting payload..." fullword wide
condition:
( uint16(0) == 0x5a4d and
filesize < 800KB and
1 of them
) or ( 3 of them )