apt29_part_1
Description
This method detects a suspicious powershell command line combination as used by APT29 in a campaign against US think tanks License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.
Query · yara_l
events:
($selection.metadata.product_event_type = "4688" and re.regex($selection.target.process.command_line, `.*-noni -ep bypass $.*`))
condition:
$selection