SPLK1001 Splunk Core Certified User Free Practice Test — 30 Questions

30 questions · Full explanations · No account required

Free
Question 1 of 30

Elara, a security analyst monitoring network activity, notices a significant increase in authentication failures across several critical servers. The failures appear to be concentrated within two specific IP address blocks: 192.168.1.0/24 and 10.0.0.0/16. She suspects a potential reconnaissance or brute-force attempt and needs to quickly identify which specific source IP addresses within these ranges are generating the most failed login events to prioritize her investigation and potential blocking actions. Which Splunk search command sequence would most effectively provide Elara with a ranked list of the top five source IP addresses responsible for these failures?

index=your_auth_index sourcetype=your_auth_sourcetype "login failed" src_ip IN (192.168.1.0/24 OR 10.0.0.0/16) | top limit=5 src_ip
index=your_auth_index sourcetype=your_auth_sourcetype "login failed" src_ip IN (192.168.1.0/24 OR 10.0.0.0/16) | stats count by src_ip | where count > 100 | sort -count
index=your_auth_index sourcetype=your_auth_sourcetype "login failed" src_ip IN (192.168.1.0/24 OR 10.0.0.0/16) | stats count by src_ip | timechart span=1h count by src_ip
index=your_auth_index sourcetype=your_auth_sourcetype "login failed" src_ip IN (192.168.1.0/24 OR 10.0.0.0/16) | rare count by src_ip

About the SPLK1001 Splunk Core Certified User Certification

These free practice questions are designed to help you assess your readiness for the SPLK1001 Splunk Core Certified User exam by Other. Each question comes with a detailed explanation to reinforce the correct concept. For a complete exam preparation experience with hundreds of questions, spaced-repetition study tools, and full exam simulations, explore our premium access.