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"
name: Keeper Security - Password Changed
status: Available
id: f031fbbc-37d8-4667-b795-d386bf2b5ab2
query: |
  KeeperSecurityEventNewLogs_CL
  | where AuditEvent == "change_master_password"  
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Keeper Security/Analytic Rules/Keeper Security - Alternate Master Password.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 Password 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/f031fbbc-37d8-4667-b795-d386bf2b5ab2')]",
      "kind": "NRT",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/f031fbbc-37d8-4667-b795-d386bf2b5ab2')]",
      "properties": {
        "alertDetailsOverride": {
          "alertDescriptionFormat": "{{AuditEvent}} has been captured in the Keeper Security Event Logs",
          "alertDisplayNameFormat": "{{AuditEvent}} on {{RemoteAddress}}"
        },
        "alertRuleTemplateName": "f031fbbc-37d8-4667-b795-d386bf2b5ab2",
        "customDetails": null,
        "description": "'Creates an informational incident based on Keeper Security Password Changed data in Microsoft Sentinel'\n",
        "displayName": "Keeper Security - Password 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 - Alternate Master Password.yaml",
        "query": "KeeperSecurityEventNewLogs_CL\n| where AuditEvent == \"change_master_password\"\n",
        "severity": "Informational",
        "status": "Available",
        "subTechniques": [],
        "suppressionDuration": "PT5H",
        "suppressionEnabled": false,
        "tactics": [
          "Persistence"
        ],
        "techniques": [
          "T1556"
        ],
        "templateVersion": "1.0.3"
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}