mitre_attack_T1037_001_windows_logon_script
Description
Registry modification related to installation of a custom logon script
Query · yara_l
events:
(
$e1.metadata.event_type = "REGISTRY_CREATION" or
$e1.metadata.event_type = "REGISTRY_MODIFICATION"
)
and
re.regex($e1.target.registry.registry_key, `(HKCU|HKEY_CURRENT_USER)\\Environment\\UserInitMprLogonScript`) nocase
condition:
$e1