Câu 38: SPLK-5001: Splunk Certified Cybersecurity Defense Analyst
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?
Nội dung câu hỏi
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?
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- 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 — đáp án hiện tại
- D. index=security_logs eventtype=failed_login | sum count as failed_attempts by src_ip | sort -failed_attempts
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.
Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.