🔥 3-day streak
Professional Security Operations Engineer214 / 241
Question 214 of 241
A detection engineer writes a multi-event YARA-L rule in Google SecOps to correlate a failed login followed by a successful login from the same user. The rule compiles but returns zero detections during a live test against data the engineer knows contains matching activity. The engineer's rule uses a `match` section listing `$user` over a 10-minute window, but in the `events` section only the failed-login event assigns `$user = $e1.principal.user.userid`, while the successful-login event references a different placeholder `$account` for its userid field. What is the most likely reason the rule produces no detections, and the correct fix?
Reviewed for accuracy · Report an issueNext question