1200kmSECURITY RESEARCH

1200KM / sigma-rule

Google Workspace Application Access Level Modified — Sigma Rule

Sigma rule 22f2fb54-5312-435d-852f-7c74f81684ca. Google Workspace Application Access Level Modified — Sigma Rule. Detects when an access level is changed for a Google workspace application. An access level is part of BeyondCorp Enterprise which is Google Workspace's way of enforcing Zero Trust model. An adversary would be able to remove access levels to gain easier access to Google workspace resources.

Rule metadata and linked tags

Author: Bryan Lim. Source status: test; severity: medium. Source dates: 2024-01-12 / not supplied.

{
  "product": "gcp",
  "service": "google_workspace.admin"
}

Pinned original Sigma rule · Detection Rule License 1.1

Source SHA-256: 5ca3a8bd326306f623ed12d7c6bc9b78bb778f6866ff006794ffa1bfda60a10d

Detection logic

Original source YAML. Source-tag agreement is not proof of complete semantic coverage. This rule has not been compiled for a SIEM backend or validated against live telemetry here.

title: Google Workspace Application Access Level Modified
id: 22f2fb54-5312-435d-852f-7c74f81684ca
status: test
description: |
    Detects when an access level is changed for a Google workspace application.
    An access level is part of BeyondCorp Enterprise which is Google Workspace's way of enforcing Zero Trust model.
    An adversary would be able to remove access levels to gain easier access to Google workspace resources.
references:
    - https://developers.google.com/admin-sdk/reports/v1/appendix/activity/admin-application-settings
    - https://support.google.com/a/answer/9261439
author: Bryan Lim
date: 2024-01-12
tags:
    - attack.persistence
    - attack.privilege-escalation
    - attack.t1098.003
logsource:
    product: gcp
    service: google_workspace.admin
detection:
    selection:
        eventService: 'admin.googleapis.com'
        eventName: 'CHANGE_APPLICATION_SETTING'
        setting_name|startswith: 'ContextAwareAccess'
    condition: selection
falsepositives:
    - Legitimate administrative activities changing the access levels for an application
level: medium

Original YAML and metadata in JSON

False positives

  • Legitimate administrative activities changing the access levels for an application

Source references

Connected ecosystem references

Exact source-tagged techniques

Telemetry review

Read the original logsource above, then inspect the linked detection workspaces for technique-level sensor context. No per-rule telemetry equivalence is inferred.

Pinned research references. No browser attack runner, live simulation result or validated detector is asserted. Source mappings and validation limits are preserved. ATT&CK / Atomic provenance · Detection provenance.