The SOAR server has been configured to use an external Splunk search head for search and searching on SOAR works; however, the search results don't include content that was being returned by search before configuring external search. Which of the following could be the problem?
A. The existing content indexes on the SOAR server need to be re-indexed to migrate them to Splunk.
B. The user configured on the SOAR side with Phantomsearch capability is not enabled on Splunk.
C. The remote Splunk search head is currently offline.
D. Content that existed before configuring external search must be backed up on SOAR and restored on the Splunk search head.
When working with complex data paths, which operator is used to access a sub-element inside another element?
A. !(pipe)
B. *(asterisk)
C. :(colon)
D. .(dot)
An active playbook can be configured to operate on all containers that share which attribute?
A. Artifact
B. Label
C. Tag
D. Severity
During a second test of a playbook, a user receives an error that states: 'an empty parameters list was passed to phantom.act()." What does this indicate?
A. The container has artifacts not parameters.
B. The playbook is using an incorrect container.
C. The playbook debugger's scope is set to new.
D. The playbook debugger's scope is set to all.
What is the primary objective of using the I2A2 playbook design methodology?
A. To create detailed playbooks.
B. To create playbooks that customers will not edit.
C. To meet customer requirements using a single playbook.
D. To create simple, reusable, modular playbooks.
Which of the following can be edited or deleted in the Investigation page?
A. Action results
B. Comments
C. Approval records
D. Artifact values
A user wants to get the playbook results for a single artifact. Which steps will accomplish the?
A. Use the contextual menu from the artifact and select run playbook.
B. Use the run playbook dialog and set the scope to the artifact.
C. Create a new container including Just the artifact in question.
D. Use the contextual menu from the artifact and select the actions.
A customer wants to design a modular and reusable set of playbooks that all communicate with each other. Which of the following is a best practice for data sharing across playbooks?
A. Use the py-postgresq1 module to directly save the data in the Postgres database.
B. Cal the child playbooks getter function.
C. Create artifacts using one playbook and collect those artifacts in another playbook.
D. Use the Handle method to pass data directly between playbooks.
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.