office_starup_folder_persistance
Description
Detects persistance via saving dll with extension .wll to office startup folder. Used by Chinese APT in recent COVID campaign. License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.
Query · yara_l
events:
($selection.metadata.product_event_type = "11" and re.regex($selection.target.process.file.full_path, `.*EQNEDT32\.EXE`) and re.regex($selection.target.file.full_path, `.*\\AppData\\Roaming\\Microsoft\\Word\\STARTUP\\.*\.wll`))
condition:
$selection