mitre_attack_T1564_001_windows_system_files
Description
Manually setting a file as a system file on Windows
Query · yara_l
events:
$e1.metadata.event_type = "PROCESS_LAUNCH"
re.regex($e1.principal.process.command_line, `attrib\.exe \+s`) nocase
condition:
$e1