Pass the Splunk Cybersecurity Defense Analyst SPLK-5001 Questions and answers with CertsForce

Viewing page 1 out of 3 pages
Viewing questions 1-10 out of questions
Questions # 1:

When threat hunting for outliers in Splunk, which of the following SPL pipelines would filter for users with over a thousand occurrences?

Options:

A.

| sort by user | where count > 1000


B.

| stats count by user | where count > 1000 | sort - count


C.

| top user


D.

| stats count(user) | sort - count | where count > 1000


Expert Solution
Questions # 2:

Question # 2

An analyst is building a search to examine Windows XML Event Logs, but the initial search is not returning any extracted fields. Based on the above image, what is themost likelycause?

Options:

A.

The analyst does not have the proper role to search this data.


B.

The analyst is searching newly indexed data that was improperly parsed.


C.

The analyst did not add the excract command to their search pipeline.


D.

The analyst is not in the Drooer Search Mode and should switch to Smart or Verbose.


Expert Solution
Questions # 3:

An analyst would like to test how certain Splunk SPL commands work against a small set of data. What command should start the search pipeline if they wanted to create their own data instead of utilizing data contained within Splunk?

Options:

A.

makeresults


B.

rename


C.

eval


D.

stats


Expert Solution
Questions # 4:

As an analyst, tracking unique users is a common occurrence. The Security Operations Center (SOC) manager requested a search with results in a table format to track the cumulative downloads by distinct IP address. Which example calculates the running total of distinct users over time?

Options:

A.

eventtype="download" | bin_time span=1d | stats values(clientip) as ipa dc(clientip) by _time | streamstats dc(ipa) as "Cumulative total"


B.

eventtype="download" | bin_time span=1d | stats values(clientip) as ipa dc(clientip) by _time


C.

eventtype="download" | bin_time span=1d | table clientip _time user


D.

eventtype="download" | bin_time span=1d | stats values(clientip) as ipa dc(clientip) by user | table _time ipa


Expert Solution
Questions # 5:

Which of the following is not considered a type of default metadata in Splunk?

Options:

A.

Source of data


B.

Timestamps


C.

Host name


D.

Event description


Expert Solution
Questions # 6:

Which of the following is not a component of the Splunk Security Content library (ESCU, SSE)?

Options:

A.

Dashboards


B.

Reports


C.

Correlation searches


D.

Validated architectures


Expert Solution
Questions # 7:

Which Enterprise Security framework provides a mechanism for running preconfigured actions within the Splunk platform or integrating with external applications?

Options:

A.

Asset and Identity


B.

Notable Event


C.

Threat Intelligence


D.

Adaptive Response


Expert Solution
Questions # 8:

Which dashboard in Enterprise Security would an analyst use to generate a report on users who are currently on a watchlist?

Options:

A.

Access Tracker


B.

Identity Tracker


C.

Access Center


D.

Identity Center


Expert Solution
Questions # 9:

What Splunk feature would enable enriching public IP addresses with ASN and owner information?

Options:

A.

Using rex to extract this information at search time.


B.

Using lookup to include relevant information.


C.

Using oval commands to calculate the ASM.


D.

Using makersanita to add the ASMs to the search.


Expert Solution
Questions # 10:

While investigating findings in Enterprise Security, an analyst has identified a compromised device. Without leaving ES, what action could they take to run a sequence of containment activities on the compromised device that also updates the original finding?

Options:

A.

Run an event-level workflow action that initiates a SOAR playbook.


B.

Run a field-level workflow action that initiates a SOAR playbook.


C.

Run an adaptive response action that initiates a SOAR playbook.


D.

Run an alert action that initiates a SOAR playbook.


Expert Solution
Viewing page 1 out of 3 pages
Viewing questions 1-10 out of questions