Splunk SPLK-2003 Practice Test - Questions Answers
Related questions
Question 1
Configuring Phantom search to use an external Splunk server provides which of the following benefits?
Question 2
Within the 12A2 design methodology, which of the following most accurately describes the last step?
Question 3
Which of the following are the steps required to complete a full backup of a Splunk Phantom deployment' Assume the commands are executed from /opt/phantom/bin and that no other backups have been made.
Question 4
An active playbook can be configured to operate on all containers that share which attribute?
Question 5
Which of the following applies to filter blocks?
Question 6
A user has written a playbook that calls three other playbooks, one after the other. The user notices that the second playbook starts executing before the first one completes. What is the cause of this behavior?
Explanation:
The correct answer is D because synchronous execution has not been configured. Synchronousexecution is a feature that allows you to control the order of execution of playbook blocks. Bydefault, Phantom executes playbook blocks asynchronously, meaning that it does not wait forone block to finish before starting the next one. This can cause problems when you havedependencies between blocks or when you call other playbooks. To enable synchronousexecution, you need to use thesyncaction in therun playbookblock and specify the name of thenext block to run after the called playbook completes. SeeSplunk SOAR Documentationfor moredetails.In Splunk SOAR, playbooks can be executed either synchronously or asynchronously.Synchronous execution ensures that a playbook waits for a called playbook to complete beforeproceeding to the next step. If the second playbook starts executing before the first onecompletes, it indicates that synchronous execution was not configured for the playbooks.Without synchronous execution, playbooks will execute independently of each other'scompletion status, leading to potential overlaps in execution. This behavior can be controlledby properly configuring the playbook execution settings to ensure that dependent playbookscomplete their tasks in the desired order
Question 7
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?
Explanation:
The correct answer is C because creating artifacts using one playbook and collecting thoseartifacts in another playbook is a best practice for data sharing across playbooks. Artifacts aredata objects that are associated with a container and can be used to store information such asIP addresses, URLs, file hashes, etc. Artifacts can be created using theadd artifactaction in anyplaybook block and can be collected using theget artifactsaction in thefilterblock. Artifacts canalso be used to trigger active playbooks based on their label or type. SeeSplunk SOARDocumentationfor more details.In the context of Splunk SOAR, one of the best practices for data sharing across playbooks is tocreate artifacts in one playbook and use another playbook to collect and utilize those artifacts.Artifacts in Splunk SOAR are structured data related to security incidents (containers) thatplaybooks can act upon. By creating artifacts in one playbook, you can effectively pass data andcontext to subsequent playbooks, allowing for modular, reusable, and interconnected playbookdesigns. This approach promotes efficiency, reduces redundancy, and enhances the playbook'sability to handle complex workflows.
Question 8
Which of the following are examples of things commonly done with the Phantom REST APP
Question 9
Which of the following are the default ports that must be configured on Splunk to allow connections from Phantom?
Question 10
Without customizing container status within Phantom, what are the three types of status for a container?
Question