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