GCP Google Workspace: Application ContextAwareAccess Setting Changed

Alerts on Google Workspace application setting changes affecting ContextAwareAccess access levels.

FreeReviewedSigma · Medium · v4
Product
gcp
Service
google_workspace.admin
Author
Bryan Lim (SigmaHQ), DRL 1.1
Published
2024-01-12
Updated
2026-07-31
title: "GCP Google Workspace: Application ContextAwareAccess Setting Changed"
id: 592963d3-e5fb-4f8a-b74c-35eb0cbd1576
status: test
description: This rule identifies Google Workspace admin events where an application setting beginning with ContextAwareAccess is modified via the admin.googleapis.com CHANGE_APPLICATION_SETTING activity. Changing these access levels can reduce enforcement controls and help an attacker broaden access to Workspace resources. It relies on Google Workspace administrative audit telemetry capturing the event service, event name, and setting_name prefix.
references:
  - https://developers.google.com/admin-sdk/reports/v1/appendix/activity/admin-application-settings
  - https://support.google.com/a/answer/9261439
  - https://github.com/SigmaHQ/sigma/blob/master/rules/cloud/gcp/gworkspace/admin/gcp_gworkspace_application_access_levels_modified.yml
author: Bryan Lim, Huntrule Team
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
license: DRL-1.1
related:
  - id: 22f2fb54-5312-435d-852f-7c74f81684ca
    type: derived