possible_libvlcdll_hijack_via_imageload
Description
Identifies possible DLL search order hijacking of LIBVLC.dll based on image loads from unexpected locations. License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.
Query · yara_l
events:
(re.regex($selection.target.process.file.full_path, `.*LIBVLC\.dll.*`) and re.regex($selection.target.process.file.full_path, `.*videolan.*`))
condition:
$selection