KeeperSecurityEventNewLogs_CL
| where AuditEvent in (```set_two_factor_off```, ```set_two_factor_on```)
name: Keeper Security - User MFA Changed
status: Available
id: 75ffc8a4-86db-4f48-8506-cb4c049be484
query: |
KeeperSecurityEventNewLogs_CL
| where AuditEvent in (```set_two_factor_off```, ```set_two_factor_on```)
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Keeper Security/Analytic Rules/Keeper Security - User MFA Changed.yaml
relevantTechniques:
- T1556
kind: NRT
suppressionDuration: PT5H
entityMappings:
- entityType: Account
fieldMappings:
- columnName: Username
identifier: FullName
- entityType: IP
fieldMappings:
- columnName: RemoteAddress
identifier: Address
severity: Informational
version: 1.0.3
incidentConfiguration:
groupingConfiguration:
matchingMethod: AllEntities
reopenClosedIncident: false
lookbackDuration: PT5H
enabled: false
createIncident: true
eventGroupingSettings:
aggregationKind: AlertPerResult
alertDetailsOverride:
alertDescriptionFormat: '{{AuditEvent}} has been captured in the Keeper Security Event Logs'
alertDisplayNameFormat: '{{AuditEvent}} on {{RemoteAddress}}'
suppressionEnabled: false
requiredDataConnectors:
- connectorId: KeeperSecurityPush2
dataTypes:
- KeeperSecurityEventNewLogs_CL
tactics:
- Persistence
description: |
'Creates an informational incident based on Keeper Security User MFA Changed data in Microsoft Sentinel'
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"apiVersion": "2024-01-01-preview",
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/75ffc8a4-86db-4f48-8506-cb4c049be484')]",
"kind": "NRT",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/75ffc8a4-86db-4f48-8506-cb4c049be484')]",
"properties": {
"alertDetailsOverride": {
"alertDescriptionFormat": "{{AuditEvent}} has been captured in the Keeper Security Event Logs",
"alertDisplayNameFormat": "{{AuditEvent}} on {{RemoteAddress}}"
},
"alertRuleTemplateName": "75ffc8a4-86db-4f48-8506-cb4c049be484",
"customDetails": null,
"description": "'Creates an informational incident based on Keeper Security User MFA Changed data in Microsoft Sentinel'\n",
"displayName": "Keeper Security - User MFA Changed",
"enabled": true,
"entityMappings": [
{
"entityType": "Account",
"fieldMappings": [
{
"columnName": "Username",
"identifier": "FullName"
}
]
},
{
"entityType": "IP",
"fieldMappings": [
{
"columnName": "RemoteAddress",
"identifier": "Address"
}
]
}
],
"eventGroupingSettings": {
"aggregationKind": "AlertPerResult"
},
"incidentConfiguration": {
"createIncident": true,
"groupingConfiguration": {
"enabled": false,
"lookbackDuration": "PT5H",
"matchingMethod": "AllEntities",
"reopenClosedIncident": false
}
},
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Keeper Security/Analytic Rules/Keeper Security - User MFA Changed.yaml",
"query": "KeeperSecurityEventNewLogs_CL\n| where AuditEvent in (```set_two_factor_off```, ```set_two_factor_on```)\n",
"severity": "Informational",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT5H",
"suppressionEnabled": false,
"tactics": [
"Persistence"
],
"techniques": [
"T1556"
],
"templateVersion": "1.0.3"
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}