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

GWorkspace - Two-step authentification disabled for a user

Back
Idc8cc02d0-5da6-11ec-bf63-0242ac130002
RulenameGWorkspace - Two-step authentification disabled for a user
DescriptionTriggers on two-step authentification disabled for a user.
SeverityMedium
TacticsCredentialAccess
TechniquesT1111
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/GWorkspaceTwoStepAuthenticationDisabledForUser.yaml
Version1.0.0
Arm templatec8cc02d0-5da6-11ec-bf63-0242ac130002.json
Deploy To Azure
GWorkspaceActivityReports 
| where EventMessage =~ 'TURN_OFF_2_STEP_VERIFICATION'
| extend AccountCustomEntity = ActorEmail
entityMappings:
- fieldMappings:
  - columnName: AccountCustomEntity
    identifier: Name
  entityType: Account
triggerOperator: gt
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GoogleWorkspaceReports/Analytic Rules/GWorkspaceTwoStepAuthenticationDisabledForUser.yaml
version: 1.0.0
tactics:
- CredentialAccess
queryPeriod: 1h
kind: Scheduled
id: c8cc02d0-5da6-11ec-bf63-0242ac130002
severity: Medium
query: |
  GWorkspaceActivityReports 
  | where EventMessage =~ 'TURN_OFF_2_STEP_VERIFICATION'
  | extend AccountCustomEntity = ActorEmail  
triggerThreshold: 0
name: GWorkspace - Two-step authentification disabled for a user
status: Available
description: |
    'Triggers on two-step authentification disabled for a user.'
relevantTechniques:
- T1111
requiredDataConnectors:
- connectorId: GoogleWorkspaceReportsAPI
  dataTypes:
  - GWorkspaceActivityReports
queryFrequency: 1h