KeeperSecurityEventNewLogs_CL
| where AuditEvent in (```set_two_factor_off```, ```set_two_factor_on```)
suppressionEnabled: false
relevantTechniques:
- T1556
entityMappings:
- fieldMappings:
- columnName: Username
identifier: FullName
entityType: Account
- fieldMappings:
- columnName: RemoteAddress
identifier: Address
entityType: IP
incidentConfiguration:
groupingConfiguration:
reopenClosedIncident: false
matchingMethod: AllEntities
enabled: false
lookbackDuration: PT5H
createIncident: true
version: 1.0.3
suppressionDuration: PT5H
description: |
'Creates an informational incident based on Keeper Security User MFA Changed data in Microsoft Sentinel'
requiredDataConnectors:
- connectorId: KeeperSecurityPush2
dataTypes:
- KeeperSecurityEventNewLogs_CL
severity: Informational
alertDetailsOverride:
alertDisplayNameFormat: '{{AuditEvent}} on {{RemoteAddress}}'
alertDescriptionFormat: '{{AuditEvent}} has been captured in the Keeper Security Event Logs'
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Keeper Security/Analytic Rules/Keeper Security - User MFA Changed.yaml
id: 75ffc8a4-86db-4f48-8506-cb4c049be484
query: |
KeeperSecurityEventNewLogs_CL
| where AuditEvent in (```set_two_factor_off```, ```set_two_factor_on```)
eventGroupingSettings:
aggregationKind: AlertPerResult
status: Available
name: Keeper Security - User MFA Changed
tactics:
- Persistence
kind: NRT