Detection rules › Sigma
Google Workspace Out Of Domain Email Forwarding
Detects automatic email forwarding to external domains in Google Workspace, which may indicate data leakage or misuse.
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Collection | T1114.003 Email Collection: Email Forwarding Rule |
Event coverage
| Provider | Event | Title |
|---|---|---|
| GoogleWorkspace-login | email_forwarding_out_of_domain | Email Forwarding Out of Domain |
| GoogleWorkspace-user_accounts | email_forwarding_out_of_domain | Email Forwarding Out of Domain |
Rule body yaml
title: Google Workspace Out Of Domain Email Forwarding
id: 2a0bb2dd-eb5f-4517-8cb9-404f8ba764a5
status: experimental
description: Detects automatic email forwarding to external domains in Google Workspace, which may indicate data leakage or misuse.
references:
- https://developers.google.com/workspace/admin/reports/v1/appendix/activity/login#email_forwarding_out_of_domain
author: Tom kluter
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
Stages and Predicates
Stage 0: condition
selectionStage 1: selection
selection:
protoPayload.serviceName: 'login.googleapis.com'
protoPayload.metadata.event.eventName: 'email_forwarding_out_of_domain'
Indicators
Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.
| Field | Kind | Values |
|---|---|---|
protoPayload.metadata.event.eventName | eq |
|
protoPayload.serviceName | eq |
|