code42_server_dll_search_order_hijack
Description
Detects CVE-2019-16861 exploitation attempt License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.
Query · yara_l
events:
(($selection1.metadata.product_event_type = "11" and $selection1.target.file.full_path = "C:\\python27\\msvcr120.dll") or ($selection1.metadata.product_event_type = "7" and re.regex($selection1.target.process.file.full_path, `.*\\CrashPlanPROServer\.exe`) and $selection1.target.process.file.full_path = "C:\\python27\\msvcr120.dll"))
condition:
$selection1