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