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

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

SPLK-5001 Exam Topic 2 Question 10 Discussion:
Question #: 10
Topic #: 2

An analyst is investigating the number of failed login attempts by IP address. Which SPL command can be used to create a temporary table containing the number of failed login attempts by IP address over a specific time period?


A.

index=security_logs eventtype=failed_login | eval count as failed_attempts by src_ip | sort -failed_attempts


B.

index=security_logs eventtype=failed_login | transaction count as failed_attempts by src_ip | sort -failed_attempts


C.

index=security_logs eventtype=failed_login | stats count as failed_attempts by src_ip | sort -failed_attempts


D.

index=security_logs eventtype=failed_login | sum count as failed_attempts by src_ip | sort -failed_attempts


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.