EXPLORE
← Back to Explore
sigmamediumHunting

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

collection

Detection Query

selection:
  protoPayload.serviceName: login.googleapis.com
  protoPayload.metadata.event.eventName: email_forwarding_out_of_domain
condition: selection

Author

Tom kluter

Created

2026-04-28

Data Sources

gcpgoogle_workspace.login

Platforms

gcp

Tags

attack.t1114.003attack.collection
Raw Content
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