nerdexam
Palo_Alto_Networks

XDR-ANALYST · Question #97

When creating a BIOC rule, which XQL query can be used?

The correct answer is B. dataset = xdr_data. A BIOC rule is a custom detection rule that uses the Cortex Query Language (XQL) to define the behavior or actions that indicate a potential threat. A BIOC rule can use the xdr_data and cloud_audit_log datasets and presets for these datasets. A BIOC rule can also use the filter…

Detection and Response Rules

Question

When creating a BIOC rule, which XQL query can be used?

Options

  • Adataset = xdr_data
  • Bdataset = xdr_data
  • Cdataset = xdr_data
  • Ddataset = xdr_data

How the community answered

(33 responses)
  • A
    3% (1)
  • B
    73% (24)
  • C
    9% (3)
  • D
    15% (5)

Explanation

A BIOC rule is a custom detection rule that uses the Cortex Query Language (XQL) to define the behavior or actions that indicate a potential threat. A BIOC rule can use the xdr_data and cloud_audit_log datasets and presets for these datasets. A BIOC rule can also use the filter stage, alter stage, and functions without any aggregations in the XQL query. The query must return a single field named action_process_image, which is the process image name of the suspicious process. The query must also include the event_type and event_sub_type fields in the filter stage to specify the type and sub-type of the event that triggers the rule. Option B is the correct answer because it meets all the requirements for a valid BIOC rule query. It uses the xdr_data dataset, the filter stage, the event_type and event_sub_type fields, and the action_process_image_name field with a regular expression to match any process image name that ends with .pdf.exe or .docx.exe, which are common indicators of malicious files.

Topics

#BIOC rule#XQL query#behavioral detection#dataset

Community Discussion

No community discussion yet for this question.

Full XDR-ANALYST Practice