Suspicious Removal of Google Workspace Role Privilege (via google_workspace.admin)

This rule detects when an a role privilege is deleted in Google Workspace.

SigmamediumCloudv1
sigma
title: Suspicious Removal of Google Workspace Role Privilege (via google_workspace.admin)
id: 7ad15e44-2fba-5a1a-b5ea-25634e50c007
status: stable
description: This rule detects when an a role privilege is deleted in Google Workspace.
references:
    - https://cloud.google.com/logging/docs/audit/gsuite-audit-logging#3
    - https://developers.google.com/admin-sdk/reports/v1/appendix/activity/admin-delegated-admin-settings
author: Huntrule Team
date: 2026-01-31
tags:
    - attack.impact
    - attack.persistence
    - attack.t1098
logsource:
    product: gcp
    service: google_workspace.admin
detection:
    selection:
        eventService: admin.googleapis.com
        eventName: REMOVE_PRIVILEGE
    condition: selection
falsepositives:
    - Unknown
level: medium

Known false positives

  • Unknown

Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.