suspicious_commandline_escape
Description
Detects suspicious process that use escape characters License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.
Query · yara_l
events:
(($selection.target.process.command_line = "^h^t^t^p" or $selection.target.process.command_line = "h\"t\"t\"p") and ($selection.metadata.product_event_type = "4688" or $selection.metadata.product_event_type = "1"))
condition:
$selection