Does the order of the events section affect rule performance?
For example, in this rule, would moving the ref list further up in the section help?
$e.metadata.vendor_name = "Microsoft"
$e. metadata.product_name = "Windows"
$e.target.process.comand_line = /powershell.exe/
$e.security_result.action = "BLOCK"
...
not $e.principal.user in %excludedusers