mitre_attack_T1564_001_windows_hidden_files
Description
Manually setting a file to be hidden on Windows
Query · yara_l
events:
$e1.metadata.event_type = "PROCESS_LAUNCH"
re.regex($e1.principal.process.command_line, `attrib\.exe \+h`) nocase
condition:
$e1