GWorkspaceActivityReports
| where EventMessage =~ 'TURN_OFF_2_STEP_VERIFICATION'
| extend AccountCustomEntity = ActorEmail
severity: Medium
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GoogleWorkspaceReports/Analytic Rules/GWorkspaceTwoStepAuthenticationDisabledForUser.yaml
description: |
'Triggers on two-step authentification disabled for a user.'
triggerOperator: gt
queryPeriod: 1h
requiredDataConnectors:
- dataTypes:
- GWorkspaceActivityReports
connectorId: GoogleWorkspaceReportsAPI
queryFrequency: 1h
triggerThreshold: 0
tactics:
- CredentialAccess
query: |
GWorkspaceActivityReports
| where EventMessage =~ 'TURN_OFF_2_STEP_VERIFICATION'
| extend AccountCustomEntity = ActorEmail
status: Available
kind: Scheduled
relevantTechniques:
- T1111
version: 1.0.0
id: c8cc02d0-5da6-11ec-bf63-0242ac130002
entityMappings:
- fieldMappings:
- columnName: AccountCustomEntity
identifier: Name
entityType: Account
name: GWorkspace - Two-step authentification disabled for a user
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/c8cc02d0-5da6-11ec-bf63-0242ac130002')]",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/c8cc02d0-5da6-11ec-bf63-0242ac130002')]",
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules",
"kind": "Scheduled",
"apiVersion": "2022-11-01-preview",
"properties": {
"displayName": "GWorkspace - Two-step authentification disabled for a user",
"description": "'Triggers on two-step authentification disabled for a user.'\n",
"severity": "Medium",
"enabled": true,
"query": "GWorkspaceActivityReports \n| where EventMessage =~ 'TURN_OFF_2_STEP_VERIFICATION'\n| extend AccountCustomEntity = ActorEmail\n",
"queryFrequency": "PT1H",
"queryPeriod": "PT1H",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0,
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"CredentialAccess"
],
"techniques": [
"T1111"
],
"alertRuleTemplateName": "c8cc02d0-5da6-11ec-bf63-0242ac130002",
"customDetails": null,
"entityMappings": [
{
"entityType": "Account",
"fieldMappings": [
{
"columnName": "AccountCustomEntity",
"identifier": "Name"
}
]
}
],
"status": "Available",
"templateVersion": "1.0.0",
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GoogleWorkspaceReports/Analytic Rules/GWorkspaceTwoStepAuthenticationDisabledForUser.yaml"
}
}
]
}