Phantom Flashcards
What is Splunk Phantom?
An intelligent nexus of connections to your security appliances and infrastructure
What does Splunk Phantom do?
Ingests and anlyses data for security issues
Automates some or all incident response decisions
Takes action to contain or eliminate threats
provides tools to SOC personnel to investigate, respond and co-ordinate incident response activities
where can Phantom documentation be found?
Administration>? Documentation
docs.splunk.com
What platforms can Phantom be installed on
- Virtual Applaince
- In the cloud as Amazon AMI
- Red Hat or CentOS servers
True or False all install platforms support:
- scaling up with clustered servers
- externalizing compoinents
- warm failover
True
where do you download the ova?
my.phantom.us
true or false
.OVA and Amazon AMI run as as a root user account?
False
they run as non-root with user name phantom
Linux platform both root or Non Root installs are options
What are the methods to ingest data? Select all that apply.
a) manually
b) ingest over email
c) timer app
d) script-based ingestion over REST
d) script-based ingestion over RES
What are the automated methods for getting data into Phantom? Select all that apply.
a) manually
b) push from a source
c) use a TA
d) All of the above
push from a source
use a TA
Poll
What are the primary components for the Phantom system configuration?
a) playbooks, reports, cases, queues
b) apps, playbooks, assets, data sources, actions, owners
c) mission control, visual playbook editor, assets apps, actions
d) decided, ingestd, watchdogd, actiond, postgres, nginx, uwsgi
apps, playbooks, assets, data sources, actions, owners
What’s your primary source for documentation on the Phantom platform?
a) Call a Splunk sales engineer
b) www.phantom.us
c) Phantom-Community Slack
d) VM/Platform
VM/Platform
docs.splunk.com
The Phantom initial setup assigns a password to which two accounts?
a) phantom | admin
b) root | admin
c) phantom | sudo
d) user | root
user | root
Phantom provides the following mediums for the platform. Select all that apply.
a) OVA
b) AMI
c) RPMs
d) AWS
OVA
RPMs
Enable email notifications from the Phantom platform by ________.
a) configuring an SMTP asset
b) navigating to Administration, and select the SMTP source
c) configuring an SMTP in administration under Email settings
d) configuring an action to send an email via Python
configuring an SMTP asset
True or false: The Analyst queue is where you can reference all the artifacts for a container.
a) True
b) False
False
In Mission Control, how do you get Ralph to help you?
a) Create a note and call Ralph
b) Send an email to Ralph
c) Use a mention to @ralph
d) Tag Ralph using Facebook
Use a mention to @ralph
True or false: You can only use SSH for git source code repositories.
a) True
b) False
False
Where can you create custom fields?
a) Product settings > Tags
b) Product settings > Environment
c) Product settings > Event settings
d) Company settings > Global settings
Product settings > Event settings
True or false: SLA settings use high, medium, and low severity levels for tracking response.
a) True
b) False
True
In Python, a properly coded dictionary statement is __________.
a) [‘sourceAddresss’, ‘192.168.1.1’]
b) (‘sourceAddresss’, ‘192.168.1.1’)
c) sourceAddress(192.168.1.1)
d) {“sourceAddress” : “192.168.1.1”}
{“sourceAddress” : “192.168.1.1”}
Where can you configure proxy settings?
a) Product settings > Apps
b) In the Application configuration
c) Administration > Product settings > Environment
d) Global settings
Administration > Product settings > Environment
Which statement is the correct use of IN for a Decision block?
a) sourceAddress IN ‘192.168.1.1’
b) artifact:*.cef.sourceAddress IN custom_black_list
c) action: Ralph_is IN the_house
d) None of the above
artifact:*.cef.sourceAddress IN custom_black_list