GWorkspaceActivityReports
| where EventMessage has "TOGGLE_OUTBOUND_RELAY"
| extend AccountCustomEntity = ActorEmail
severity: Medium
queryPeriod: 1h
name: GWorkspace - An Outbound Relay has been added to a G Suite Domain
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GoogleWorkspaceReports/Analytic Rules/GWorkspaceOutboundRelayAddedToSuiteDomain.yaml
entityMappings:
- fieldMappings:
- columnName: AccountCustomEntity
identifier: Name
entityType: Account
version: 1.0.1
relevantTechniques:
- T1114
status: Available
id: ead87cd6-5da7-11ec-bf63-0242ac130002
queryFrequency: 1h
triggerThreshold: 0
triggerOperator: gt
query: |
GWorkspaceActivityReports
| where EventMessage has "TOGGLE_OUTBOUND_RELAY"
| extend AccountCustomEntity = ActorEmail
description: |
'Detects outbound relays may be added to collect email.'
requiredDataConnectors:
- connectorId: GoogleWorkspaceReportsAPI
dataTypes:
- GWorkspaceActivityReports
tactics:
- Collection
kind: Scheduled