Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

GWorkspace - An Outbound Relay has been added to a G Suite Domain

Back
Idead87cd6-5da7-11ec-bf63-0242ac130002
RulenameGWorkspace - An Outbound Relay has been added to a G Suite Domain
DescriptionDetects outbound relays may be added to collect email.
SeverityMedium
TacticsCollection
TechniquesT1114
Required data connectorsGoogleWorkspaceReportsAPI
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GoogleWorkspaceReports/Analytic Rules/GWorkspaceOutboundRelayAddedToSuiteDomain.yaml
Version1.0.1
Arm templateead87cd6-5da7-11ec-bf63-0242ac130002.json
Deploy To Azure
GWorkspaceActivityReports
| where EventMessage has "TOGGLE_OUTBOUND_RELAY"
| extend AccountCustomEntity = ActorEmail
relevantTechniques:
- T1114
entityMappings:
- fieldMappings:
  - columnName: AccountCustomEntity
    identifier: Name
  entityType: Account
triggerThreshold: 0
description: |
    'Detects outbound relays may be added to collect email.'
requiredDataConnectors:
- connectorId: GoogleWorkspaceReportsAPI
  dataTypes:
  - GWorkspaceActivityReports
triggerOperator: gt
version: 1.0.1
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GoogleWorkspaceReports/Analytic Rules/GWorkspaceOutboundRelayAddedToSuiteDomain.yaml
id: ead87cd6-5da7-11ec-bf63-0242ac130002
queryFrequency: 1h
query: |
  GWorkspaceActivityReports
  | where EventMessage has "TOGGLE_OUTBOUND_RELAY"
  | extend AccountCustomEntity = ActorEmail  
severity: Medium
status: Available
queryPeriod: 1h
name: GWorkspace - An Outbound Relay has been added to a G Suite Domain
tactics:
- Collection
kind: Scheduled