When creating an automation in XSOAR, what is the best way to create a log message?

When creating an automation in XSOAR, what is the best way to create a log message?A . Using a debug statement B. Using the demisto.debug() function C. Using a print statement D. Using the demisto.results() functionView AnswerAnswer: B

May 19, 2023 No Comments READ MORE +

Which two causes may be occurring if an integration test is working, but the integration is not fetching incidents? (Choose two.)

Which two causes may be occurring if an integration test is working, but the integration is not fetching incidents? (Choose two.)A . The ’Fetches Incidents’ option may not have been enabled B. There are no new events from the external service C. The first fetch should be manually triggered to...

May 19, 2023 No Comments READ MORE +

Where do you navigate to monitor and improve the system performance and resilience for hosts in a multitenant environment?

Where do you navigate to monitor and improve the system performance and resilience for hosts in a multitenant environment?A . Settings > About > Troubleshooting, in the main host account. Each host has a System Diagnostics page. B. Settings > Advanced > System Diagnostics, in the main host account. Each...

May 19, 2023 No Comments READ MORE +

In which two scenarios would it be appropriate to implement a loop for a sub-playbook? (Choose two.)

In which two scenarios would it be appropriate to implement a loop for a sub-playbook? (Choose two.)A . In repetitive process flows to iterate for each playbook input B. When continuously ingesting incidents from third-party systems C. In repetitive process flows with no more than 10 loops D. In repetitive...

May 18, 2023 No Comments READ MORE +

What are inputs and outputs in reference to a Playbook Development Lifecycle? (Choose three.)

What are inputs and outputs in reference to a Playbook Development Lifecycle? (Choose three.)A . Inputs are data pieces that are present in the playbook B. Inputs are data pieces that are present in the task C. Outputs are used as incident trigger for playbook D. Outputs can be derived...

May 18, 2023 No Comments READ MORE +

Which two functions in XSOAR are incident types used for? (Choose two.)

Which two functions in XSOAR are incident types used for? (Choose two.)A . To run dedicated playbooks for different event types B. To classify events ingested from various sources into the relevant types C. To classify indicators extracted in XSOAR incidents to their respective types D. To facilitate role based...

May 18, 2023 No Comments READ MORE +

You can customize most aspects of the incident layout, including which three of the following? (Choose three.)

You can customize most aspects of the incident layout, including which three of the following? (Choose three.)A . Which users have permissions to view the tabs B. Which roles have permissions to view the tabs C. Which dashboard settings are applied D. The information and how is it displayed E....

May 18, 2023 No Comments READ MORE +

What is this option used to?

During configuration of the inputs of a sub-playbook in the main playbook, there is an option under the Loop tab called "For Each Input". What is this option used to?A . To loop the sub-playbook over all context values present in the investigation B. To loop the sub-playbook over all...

May 18, 2023 No Comments READ MORE +

What is the correct query to use?

You need to retrieve a list of all malicious hashes over the last 30 days. What is the correct query to use?A . type:File reputation:Malicious sourcetimestamp:"30 days ago" B. type:File verdict:Malicious sourcetimestamp:<="30 days ago" C. type:File reputation:Malicious sourcetimestamp:="30 days ago" D. type:File verdict:Malicious sourcetimestamp:>="30 days ago"View AnswerAnswer: A

May 18, 2023 No Comments READ MORE +

Which configuration is a valid distributed database (DB) implementation?

Which configuration is a valid distributed database (DB) implementation?A . 2 main DBs, 1 application server, 2 node servers B. 1 main DB, 1 application server, 3 node servers C. 2 application servers, 1 main DB, 1 node server D. 1 application server, 2 main DBs, 1 node serverView AnswerAnswer:...

May 17, 2023 No Comments READ MORE +