nerdexam
Google

PROFESSIONAL-SECURITY-OPERATIONS-ENGINEER · Question #113

Your Google Security Operations (SecOps) instance is generating alerts for unusual login times from multiple user accounts. Your SOC analysts are reporting a high number of the alerts are false positi

The correct answer is B. Modify the rule to include the principal.user.type != "service_account" condition.. The most effective approach is to modify the rule to include the condition principal.user.type != "service_account". This directly uses entity-level context to exclude service accounts from triggering alerts for unusual login times, significantly reducing false positives without

Detection Engineering and Tuning

Question

Your Google Security Operations (SecOps) instance is generating alerts for unusual login times from multiple user accounts. Your SOC analysts are reporting a high number of the alerts are false positives involving service accounts used by scheduled automation tasks. You want to refine the detection logic using entity-level context available in Google SecOps. You want to use the most effective approach. What should you do?

Options

  • AUse asset tags to group known automation systems, and exclude them from the alert logic.
  • BModify the rule to include the principal.user.type != "service_account" condition.
  • CUpdate the rule to only alert when the principal.user.email and principal.user.userid fields match
  • DAdd a reference list of all service accounts, and suppress alerts for any matches on the

How the community answered

(37 responses)
  • A
    5% (2)
  • B
    73% (27)
  • C
    14% (5)
  • D
    8% (3)

Explanation

The most effective approach is to modify the rule to include the condition principal.user.type != "service_account". This directly uses entity-level context to exclude service accounts from triggering alerts for unusual login times, significantly reducing false positives without complex maintenance or manual list management.

Topics

#detection tuning#service account exclusion#principal.user.type#false positive reduction

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-SECURITY-OPERATIONS-ENGINEER Practice