Splunk Certified Cybersecurity Defense Analyst SPLK-5001 Question # 4 Topic 1 Discussion

Splunk Certified Cybersecurity Defense Analyst SPLK-5001 Question # 4 Topic 1 Discussion

SPLK-5001 Exam Topic 1 Question 4 Discussion:
Question #: 4
Topic #: 1

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?


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


Get Premium SPLK-5001 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.