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

Keeper Security - User MFA Changed

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