adwind_rat__jrat_part_2
Description
Detects javaw.exe in AppData folder as used by Adwind / JRAT License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.
Query · yara_l
events:
($selection.metadata.product_event_type = "13" and re.regex($selection.target.registry.registry_key, `REGISTRY\\MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run.*`) and re.regex($selection.metadata.description, `%AppData%\\Roaming\\Oracle\\bin\\.*`))
condition:
$selection