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

Keeper Security - Password Changed

Back
Idf031fbbc-37d8-4667-b795-d386bf2b5ab2
RulenameKeeper Security - Password Changed
DescriptionCreates an informational incident based on Keeper Security Password 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 - Alternate Master Password.yaml
Version1.0.3
Arm templatef031fbbc-37d8-4667-b795-d386bf2b5ab2.json
Deploy To Azure
KeeperSecurityEventNewLogs_CL
| where AuditEvent == "change_master_password"
eventGroupingSettings:
  aggregationKind: AlertPerResult
entityMappings:
- entityType: Account
  fieldMappings:
  - identifier: FullName
    columnName: Username
- entityType: IP
  fieldMappings:
  - identifier: Address
    columnName: RemoteAddress
requiredDataConnectors:
- dataTypes:
  - KeeperSecurityEventNewLogs_CL
  connectorId: KeeperSecurityPush2
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Keeper Security/Analytic Rules/Keeper Security - Alternate Master Password.yaml
incidentConfiguration:
  createIncident: true
  groupingConfiguration:
    enabled: false
    reopenClosedIncident: false
    matchingMethod: AllEntities
    lookbackDuration: PT5H
version: 1.0.3
relevantTechniques:
- T1556
status: Available
suppressionEnabled: false
severity: Informational
kind: NRT
id: f031fbbc-37d8-4667-b795-d386bf2b5ab2
query: |
  KeeperSecurityEventNewLogs_CL
  | where AuditEvent == "change_master_password"  
description: |
    'Creates an informational incident based on Keeper Security Password Changed data in Microsoft Sentinel'
suppressionDuration: PT5H
name: Keeper Security - Password Changed
alertDetailsOverride:
  alertDisplayNameFormat: '{{AuditEvent}} on {{RemoteAddress}}'
  alertDescriptionFormat: '{{AuditEvent}} has been captured in the Keeper Security Event Logs'
tactics:
- Persistence