View all questions & answers for the NSE 7 - Security Operations 7.6 Architect Materials exam
NSE 7 - Security Operations 7.6 Architect Materials-Question 57 Discussion
Comments
Selected Answers: B, C, D
Selected Answers: A, D, E
Selected Answers: C, D, E
C — Two separate subpatterns are needed: one for failed logins, one for the successful login.
D — FOLLOWED_BY enforces the required sequence — failures must occur before the success.
E — Constraints ensure correlation by source IP and user between subpatterns, so failed logins from User A aren't matched with a successful login from User B. The study guide (page 108) explicitly calls this "the relationship, also called a constraint."
Why not A: "Multiple failed logins" needs COUNT >= 5 (or similar), while the successful login only needs COUNT >= 1. They should NOT have the same aggregate.
Why not B: The time window (15 minutes) is defined at the rule level, not per subpattern.
Selected Answers: C, D, E
You want to trigger an incident when multiple failed logins from the same host are followed by a successful login on that same host within 15 minutes. The rule must correlate all events by source IP address and user to ensure they belong to the same login sequence. Which three configurations achieve this goal? (Choose three answers)
Brave-Dump Clients Votes