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