QuestionQ24
Detection engineeringYour Google Security Operations (SecOps) instance is creating alerts for unusual login times across multiple user accounts. SOC analysts report that many of these alerts are false positives associated with service accounts used by scheduled automation tasks. You want to refine the detection logic by using entity-level context available in Google SecOps. What is the most effective action to take?
- A Use asset tags to group known automation systems, and exclude them from the alert logic.
- B Modify the rule to include the principal.user.type != "service_account" condition.
- C Update the rule to only alert when the principal.user.email and principal.user.userid fields match in the same event.
- D Add a reference list of all service accounts, and suppress alerts for any matches on the principal.user.email field.
Community Discussion