Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

Paloalto Networks XSIAM-Analyst - Palo Alto Networks XSIAM Analyst

Page: 2 / 2
Total 50 questions

Which pane in the User Risk View will identify the country from which a user regularly logs in, based on the past few weeks of data?

A.

Login Attempts

B.

Common Locations

C.

Actual Activity

D.

Latest Authentication Attempts

When a sub-playbook loops, which task tab will allow an analyst to determine what data the sub-playbook used in each iteration of the loop?

A.

Input Results

B.

Outputs

C.

Results

D.

Inputs

While investigating an alert, an analyst notices that a URL indicator has a related alert from a previous incident. The related alert has the same URL but it resolved to a different IP address.

Which combination of two actions should the analyst take to resolve this issue? (Choose two.)

A.

Expire the URL indicator

B.

Remove the relationship between the URL and the older IP address

C.

Enrich the IP address indicator associated with the previous alert

D.

Enrich the URL indicator

A threat hunter discovers a true negative event from a zero-day exploit that is using privilege escalation to launch "Malware pdf.exe". Which XQL query will always show the correct user context used to launch "Malware pdf.exe"?

A.

config case_sensitive = false | dataset = xdr_data | filter event_type = ENUM.PROCESS | filter action_process_image_name = "Malware.pdf.exe" | fields causality_actor_effective_username

B.

config case_sensitive = false | dataset = xdr_data | filter event_type = ENUM.PROCESS | filter action_process_image_name = "Malware.pdf.exe" | fields actor_process_username

C.

config case_sensitive = false | datamodel dataset = xdrdata | filter xdm.source.process.name = "Malware.pdf.exe" | fields xdm.target.user.username

D.

config case_sensitive = false | dataset = xdr_data | filter event_type = ENUM.PROCESS | filter action_process_image_name = "Malware.pdf.exe" | fields action_process_username

What is the expected behavior when querying a data model with no specific fields specified in the query?

A.

The query will error out and not run.

B.

The default dataset=xdr_data fields will be returned.

C.

No fields will be returned by default.

D.

The xdm_core fieldset will be returned by default.