adwind_rat__jrat
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:
((re.regex($selection.target.process.command_line, `.*\\AppData\\Roaming\\Oracle.*\\java.*\.exe .*`) or re.regex($selection.target.process.command_line, `.*cscript\.exe .*Retrive.*\.vbs .*`)) and ($selection.metadata.product_event_type = "4688" or $selection.metadata.product_event_type = "1"))
condition:
$selection