Paloalto Networks Palo Alto Networks Certified Detection and Remediation Analyst PCDRA Question # 26 Topic 3 Discussion

Paloalto Networks Palo Alto Networks Certified Detection and Remediation Analyst PCDRA Question # 26 Topic 3 Discussion

PCDRA Exam Topic 3 Question 26 Discussion:
Question #: 26
Topic #: 3

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


A.

dataset = xdr_data

| filter event_sub_type = PROCESS_START and

action_process_image_name ~= ".*?\.(?:pdf|docx)\.exe"


B.

dataset = xdr_data

| filter event_type = PROCESS and

event_sub_type = PROCESS_START and

action_process_image_name ~= ".*?\.(?:pdf|docx)\.exe"


C.

dataset = xdr_data

| filter action_process_image_name ~= ".*?\.(?:pdf|docx)\.exe"

| fields action_process_image


D.

dataset = xdr_data

| filter event_behavior = true

event_sub_type = PROCESS_START and

action_process_image_name ~= ".*?\.(?:pdf|docx)\.exe"


Get Premium PCDRA Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.