An analyst is writing a complex XQL (XDR Query Language) query in Cortex XDR to find all process executions where a PowerShell script was executed with hidden window styles. Which syntax structure correctly filters datasets for this query?
This syntax correctly targets the dataset, uses the pipe operator, filters by event type, and checks the command line.
Why this answer
XQL queries begin with the dataset name (e.g., dataset = xdr_data) followed by a pipe (|) and filter conditions using standard operators like filter or ~=.