How can a child playbook access the parent playbook's action results?
A. Child playbooks can access parent playbook data while the parent Is still running.
B. By setting scope to ALL when starting the child.
C. When configuring the playbook block in the parent, add the desired results in the Scope parameter.
D. The parent can create an artifact with the data needed by the did.
If no data matches any filter conditions, what is the next block run by the playbook?
A. The end block.
B. The start block.
C. The filter block.
D. The next block.
How is it possible to evaluate user prompt results?
A. Set action_result.summary. status to required.
B. Set the user prompt to reinvoke if it times out.
C. Set action_result. summary. response to required.
D. Add a decision Mode
Which of the following actions will store a compressed, secure version of an email attachment with suspected malware for future analysis?
A. Copy/paste the attachment into a note.
B. Add a link to the file in a new artifact.
C. Use the Files tab on the Investigation page to upload the attachment.
D. Use the Upload action of the Secure Store app to store the file in the database.
In addition to full backups. Phantom supports what other backup type using backup?
A. Snapshot
B. Incremental
C. Partial
D. Differential
When configuring a Splunk asset for SOAR to connect to a Splunk Cloud instance, the user discovers that they need to be able to run two different on_poll searches. How is this possible?
A. Install a second Splunk app and configure the query in the second app.
B. Configure the second query in the Splunk App for SOAR Export.
C. Enter the two queries in the asset as comma separated values.
D. Configure a second Splunk asset with the second query.
What users are included in a new installation of SOAR?
A. The admin and automation users are included by default.
B. The admin, power, and user users are included by default.
C. Only the admin user is included by default.
D. No users are included by default.
What are indicators?
A. Action result items that determine the flow of execution in a playbook.
B. Action results that may appear in multiple containers.
C. Artifact values that can appear in multiple containers.
D. Artifact values with special security significance.
Which of the following supported approaches enables Phantom to run on a Windows server?
A. Install the Phantom RPM in a GNU Cygwin implementation.
B. Run the Phantom OVA as a cloud instance.
C. Install the Phantom RPM file in Windows Subsystem for Linux (WSL).
D. Run the Phantom OVA as a virtual machine.
What does a user need to do to have a container with an event from Splunk use context- aware actions designed for notable events?
A. Include the notable event's event_id field and set the artifacts label to aplunk notable event id.
B. Rename the event_id field from the notable event to splunkNotableEventld.
C. Include the event_id field in the search results and add a CEF definition to Phantom for event_id, datatype splunk notable event id.
D. Add a custom field to the container named event_id and set the custom field's data type to splunk notable event id.