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

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

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

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


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


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.