NordPassEventLogs_CL
| where event_type == "item_delete"
| where action == "item_reassignment_deleted"
| extend TargetEmail = user_email
queryPeriod: 5m
description: |
This will alert you if the deleted user's items have been removed without being transferred to another active user, as this could result in the loss of access to critical tools or information.
kind: Scheduled
query: |
NordPassEventLogs_CL
| where event_type == "item_delete"
| where action == "item_reassignment_deleted"
| extend TargetEmail = user_email
tactics:
- Impact
incidentConfiguration:
createIncident: false
triggerOperator: gt
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/NordPass/Analytics Rules/nordpass_items_reassignment_deletion.yaml
id: 0068dca4-dea0-46a3-a970-655e067a145f
version: 1.0.0
entityMappings:
- entityType: Mailbox
fieldMappings:
- identifier: MailboxPrimaryAddress
columnName: TargetEmail
triggerThreshold: 0
displayName: Deleting items of deleted member
relevantTechniques:
- T1485
name: NordPass - Deleting items of deleted member
severity: High
requiredDataConnectors:
- dataTypes:
- NordPassEventLogs_CL
connectorId: NordPass
queryFrequency: 5m