suspicious_driver_load_from_temp
Description
Detects a driver load from a temporary directory License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.
Query · yara_l
events:
($selection.metadata.product_event_type = "6" and re.regex($selection.target.process.file.full_path, `.*\\Temp\\.*`))
condition:
$selection