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

GWorkspace - API Access Granted

Back
Idc45a9804-5da8-11ec-bf63-0242ac130002
RulenameGWorkspace - API Access Granted
DescriptionTriggers when API Access has been granted to a new client.
SeverityMedium
TacticsDefenseEvasion
LateralMovement
TechniquesT1550
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/GWorkspaceApiAccessToNewClient.yaml
Version1.0.1
Arm templatec45a9804-5da8-11ec-bf63-0242ac130002.json
Deploy To Azure
GWorkspaceActivityReports
| where EventMessage has "AUTHORIZE_API_CLIENT_ACCESS"
| extend AccountCustomEntity = ActorEmail
triggerThreshold: 0
relevantTechniques:
- T1550
requiredDataConnectors:
- connectorId: GoogleWorkspaceReportsAPI
  dataTypes:
  - GWorkspaceActivityReports
tactics:
- DefenseEvasion
- LateralMovement
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GoogleWorkspaceReports/Analytic Rules/GWorkspaceApiAccessToNewClient.yaml
queryFrequency: 1h
query: |
  GWorkspaceActivityReports
  | where EventMessage has "AUTHORIZE_API_CLIENT_ACCESS"
  | extend AccountCustomEntity = ActorEmail  
entityMappings:
- entityType: Account
  fieldMappings:
  - columnName: AccountCustomEntity
    identifier: Name
kind: Scheduled
description: |
    'Triggers when API Access has been granted to a new client.'
severity: Medium
id: c45a9804-5da8-11ec-bf63-0242ac130002
status: Available
name: GWorkspace - API Access Granted
version: 1.0.1
queryPeriod: 1h
triggerOperator: gt