Splunk user account(s) with which roles must be created to configure Phantom with an external Splunk Enterprise instance?
Correct Answer: B
Explanation The correct answer is B because Splunk user account(s) with the roles phantomcreate and phantomedit must be created to configure Phantom with an external Splunk Enterprise instance. These roles grant the necessary permissions to create and edit Phantom containers and artifacts from Splunk events. The superuser and administrator roles are not required for this integration. See Splunk SOAR Documentation for more details.
SPLK-2003 Exam Question 82
What values can be applied when creating Custom CEF field?
Correct Answer: B
SPLK-2003 Exam Question 83
Which of the following is a step when configuring event forwarding from Splunk to Phantom?
Correct Answer: B
Explanation A step when configuring event forwarding from Splunk to Phantom is to create a Splunk alert that uses the event_forward.py script to send events to Phantom. This script will convert the Splunk events to CEF format and send them to Phantom as containers. The other options are not valid steps for event forwarding. See Forwarding events from Splunk to Phantom for more details.
SPLK-2003 Exam Question 84
Why does SOAR use wildcards within artifact data paths?
Correct Answer: C
Wildcards are used within artifact data paths in Splunk SOAR playbooks to simplify the process of accessing data. They allow playbooks to reference dynamic or variable data structures without needing to specify exact paths, which can vary between artifacts. This flexibility makes it easier to write playbooks that work across different events and scenarios, without hard-coding data paths. SOAR uses wildcards within artifact data paths to make data access in playbooks easier. A data path is a way of specifying the location of a piece of data within an artifact. For example, artifact.cef.sourceAddress is a data path that refers to the source address field of the artifact. A wildcard is a special character that can match any value or subfield within a data path. For example, artifact.*.cef.sourceAddress is a data path that uses a wildcard to match any field name before the cef subfield. This allows the playbook to access the source address data regardless of the field name, which can vary depending on the app or source that generated the artifact. Therefore, option C is the correct answer, as it explains why SOAR uses wildcards within artifact data paths. Option A is incorrect, because wildcards do not make playbooks more specific, but more flexible and adaptable. Option B is incorrect, because wildcards do not make playbooks filter out nulls, but match any value or subfield. Option D is incorrect, because wildcards do not make decision execution in playbooks run faster, but make data access in playbooks easier. 1: Understanding datapaths in Administer Splunk SOAR (Cloud)
SPLK-2003 Exam Question 85
Regarding the Splunk SOAR Automation Broker requirements, which of the following statements is not correct?
Correct Answer: D
The Splunk SOAR Automation Broker does not require inbound/ingress network connections from the Splunk SOAR (Cloud) or (On-premises) instance. Instead, it requires only outbound/egress connectivity. The Automation Broker is responsible for securely communicating with SOAR to execute actions, retrieve data, and send results, but this communication is initiated from the Automation Broker towards SOAR, using outbound connections (typically over TCP port 443). This ensures that no inbound connections need to be established, which simplifies firewall and security configurations. Thus, option D is the incorrect statement, making it the right answer for this question. References: * Splunk SOAR Documentation: Automation Broker Requirements. * Splunk SOAR Cloud and On-Premises Deployment Guide.