Google Workspace login activity: Out-of-domain email forwarding

Flags Google Workspace out-of-domain email forwarding events from audit logs on login.googleapis.com.

FreeReviewedSigma · Medium · v4
Product
gcp
Service
google_workspace.login
Author
Tom kluter (SigmaHQ), DRL 1.1
Published
2026-04-28
Updated
2026-07-31
title: "Google Workspace login activity: Out-of-domain email forwarding"
id: 8b61808f-20a8-44ad-80d9-c65b7bb62dcc
status: experimental
description: This rule flags Google Workspace events where email forwarding is automatically configured to send messages to domains outside the organization. Attackers can use this to exfiltrate data to accounts or services they control while keeping access within the email workflow. The detection relies on GCP/Google Workspace login activity telemetry that records the specific event name for out-of-domain email forwarding.
references:
  - https://developers.google.com/workspace/admin/reports/v1/appendix/activity/login#email_forwarding_out_of_domain
  - https://github.com/SigmaHQ/sigma/blob/master/rules/cloud/gcp/gworkspace/login/gcp_gworkspace_out_of_domain_email_forwarding.yml
author: Tom kluter, Huntrule Team
date: 2026-04-28
tags:
  - attack.t1114.003
  - attack.collection
logsource:
  product: gcp
  service: google_workspace.login
detection:
  selection:
    protoPayload.serviceName: login.googleapis.com
    protoPayload.metadata.event.eventName: email_forwarding_out_of_domain
  condition: selection
falsepositives:
  - Legitimate forwarding
level: medium
license: DRL-1.1
related:
  - id: 2a0bb2dd-eb5f-4517-8cb9-404f8ba764a5
    type: derived