Question 6 of 33

Two action blocks, geolocate_ip_1 and file_reputation_2, are connected to a decision block. Which of the following is a correct configuration for making a decision on the action results from one of the given blocks?

    Correct Answer: B

    The correct configuration involves checking the country code obtained from the geolocate_ip_1 action block against a list of banned countries. Therefore, the Select parameter should be set to geolocate_ip_1:action_result.data.*.country_iso_code, the evaluation option should be set to 'in,' and the Select Value should be set to custom_list:Banned Countries. This configuration accurately assesses whether the IP address falls within a banned country based on the geolocation data.

Question 7 of 33

What is enabled if the Logging option for a playbook' s settings is enabled?

    Correct Answer: D

    Enabling the Logging option for a playbook's settings means that more detailed logging information is available in the Investigation page. This aids in thorough inspection and understanding of each step executed, helping in investigating any issues or actions taken by the playbook.

Question 8 of 33

Which of the following items cannot be modified once entered into SOAR?

    Correct Answer: C

    A container in a SOAR (Security Orchestration, Automation, and Response) system refers to the core structure that holds the data related to incidents or events. Once a container is created, its basic properties, such as ID and initial metadata, cannot be modified. This is essential for maintaining the integrity and traceability of incident data. Other elements, like comments, notes, and artifacts, can typically be modified to allow for updates and additional context as an incident evolves.

Question 9 of 33

Which of the following can be done with the System Health Display?

    Correct Answer: D

    The System Health Display is primarily used to monitor and view the health status of various processes in a Security Orchestration, Automation, and Response (SOAR) system. It provides a comprehensive look at the status in a consolidated manner. Option D correctly states that you can view a single column of status for SOAR processes and for more detailed metrics, you can click on Details.

Question 10 of 33

What values can be applied when creating Custom CEF fields?

    Correct Answer: A

    When creating Custom CEF fields, you typically define both the name and the data type of the fields. Therefore, the values that can be applied include 'Name' and 'Data Type'.