Empire_ReflectivePick_x64_orig
Description
Detects Empire component - file ReflectivePick_x64_orig.dll
Query · yara
strings:
$a1 = "\\PowerShellRunner.pdb" ascii
$a2 = "PowerShellRunner.dll" fullword wide
$s1 = "ReflectivePick" fullword ascii
condition:
uint16(0) == 0x5a4d and filesize < 400KB and 1 of ($a*) and $s1