Which Phantom API command is used to create a custom list?
A. phantom.add_list()
B. phantom.create_list()
C. phantom.include_list()
D. phantom.new_list()
Under Asset Ingestion Settings, how many labels must be applied when configuring an asset?
A. Labels are not configured under Asset Ingestion Settings.
B. One.
C. One or more.
D. Zero or more.
Which of the following will show all artifacts that have the term results in a filePath CEF value?
A. .../rest/artifact?_filter_cef_filePath_icontain=''results''
B. ...rest/artifacts/filePath=''%results%''
C. .../result/artifacts/cef/filePath= '%results%''
D. .../result/artifact?_query_cef_filepath_icontains=''results
Which app allows a user to send Splunk Enterprise Security notable events to Phantom?
A. Any of the integrated Splunk/Phantom Apps
B. Splunk App for Phantom Reporting.
C. Splunk App for Phantom.
D. Phantom App for Splunk.
Which of the following is a step when configuring event forwarding from Splunk to Phantom?
A. Map CIM to CEF fields.
B. Create a Splunk alert that uses the event_forward.py script to send events to Phantom.
C. Map CEF to CIM fields.
D. Create a saved search that generates the JSON for the new container on Phantom.
Why is it good playbook design to create smaller and more focused playbooks? (select all that apply)
A. Reduces amount of playbook data stored in each repo.
B. Reduce large complex playbooks which become difficult to maintain.
C. Encourages code reuse in a more compartmentalized form.
D. To avoid duplication of code across multiple playbooks.
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?
A. Synchronous execution has not been configured.
B. The first playbook is performing poorly.
C. The sleep option for the second playbook is not set to a long enough interval.
D. Incorrect join configuration on the second playbook.
Which of the following is a best practice for use of the global block?
A. Execute code at the beginning of each run of the playbook.
B. Declare outputs which will be selectable within playbook blocks.
C. Import packages which will be used within the playbook.
D. Execute custom code after each run of the playbook.
How does a user determine which app actions are available?
A. Add an action block to a playbook canvas area.
B. Search the Apps category in the global search field.
C. From the Apps menu, click the supported actions dropdown for each app.
D. In the visual playbook editor, click Active and click the Available App Actions dropdown.
What are the differences between cases and events?
A. Case: potential threats. Events: identified as a specific kind of problem and need a structured approach.
B. Cases: only include high-level incident artifacts. Events: only include low-level incident artifacts.
C. Cases: contain a collection of containers. Events: contain potential threats.
D. Cases: incidents with a known violation and a plan for correction. Events: occurrences in the system that may require a response.