What does this indicate?
During a second test of a playbook, a user receives an error that states: 'an empty parameters list was passed to phantom.act()." What does this indicate?A . The container has artifacts not parameters.B . The playbook is using an incorrect container.C . The playbook debugger's scope is set to new.D...
On a multi-tenant Phantom server, what is the default tenant's ID?
On a multi-tenant Phantom server, what is the default tenant's ID?A . 0B . DefaultC . 1D . *View AnswerAnswer: C Explanation: The correct answer is C because the default tenant’s ID is 1. The tenant ID is a unique identifier for each tenant on a multi-tenant Phantom server. The...
Which of the following applies to filter blocks?
Which of the following applies to filter blocks?A . Can select which blocks have access to container data.B . Can select assets by tenant, approver, or app.C . Can be used to select data for use by other blocks.D . Can select containers by seventy or status.View AnswerAnswer: C Explanation:...
Which of the following are the default ports that must be configured on Splunk to allow connections from Phantom?
Which of the following are the default ports that must be configured on Splunk to allow connections from Phantom?A . SplunkWeb (8088), SplunkD (8089), HTTP Collector (8000)B . SplunkWeb (8089), SplunkD (8088), HTTP Collector (8000)C . SplunkWeb (8421), SplunkD (8061), HTTP Collector (8798)D . SplunkWeb (8000), SplunkD (8089), HTTP Collector...
Which of the following supported approaches enables Phantom to run on a Windows server?
Which of the following supported approaches enables Phantom to run on a Windows server? A. Install the Phantom RPM in a GNU Cygwin implementation. B. Run the Phantom OVA as a cloud instance. C. Install the Phantom RPM file in Windows Subsystem for Linux (WSL). D. Run the Phantom OVA...
After enabling multi-tenancy, which of the Mowing is the first configuration step?
After enabling multi-tenancy, which of the Mowing is the first configuration step?A . Select the associated tenant artifacts.B . Change the tenant permissions.C . Set default tenant base address.D . Configure the default tenant.View AnswerAnswer: B
Which of the following are examples of things commonly done with the Phantom REST APP
Which of the following are examples of things commonly done with the Phantom REST APPA . Use Django queries; use curl to create a container and add artifacts to it; remove temporary lists.B . Use Django queries; use Docker to create a container and add artifacts to it; remove temporary...
Configuring Phantom search to use an external Splunk server provides which of the following benefits?
Configuring Phantom search to use an external Splunk server provides which of the following benefits?A . The ability to run more complex reports on Phantom activities.B . The ability to ingest Splunk notable events into Phantom.C . The ability to automate Splunk searches within Phantom.D . The ability to display...
How can this rule be applied?
Some of the playbooks on the Phantom server should only be executed by members of the admin role. How can this rule be applied?A . Add a filter block to al restricted playbooks that Titters for runRole - "Admin''.B . Add a tag with restricted access to the restricted playbooks.C...
Which of the following is a best practice for data sharing across playbooks?
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?A . Use the py-postgresq1 module to directly save the data in the Postgres database.B . Cal the child playbooks...