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

NordPass - Deleting items of deleted member

Back
Id0068dca4-dea0-46a3-a970-655e067a145f
RulenameNordPass - Deleting items of deleted member
DescriptionThis 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.
SeverityHigh
TacticsImpact
TechniquesT1485
Required data connectorsNordPass
KindScheduled
Query frequency5m
Query period5m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/NordPass/Analytics Rules/nordpass_items_reassignment_deletion.yaml
Version1.0.0
Arm template0068dca4-dea0-46a3-a970-655e067a145f.json
Deploy To Azure
NordPassEventLogs_CL
| where event_type == "item_delete"
| where action == "item_reassignment_deleted"
| extend TargetEmail = user_email
displayName: Deleting items of deleted member
version: 1.0.0
triggerThreshold: 0
entityMappings:
- fieldMappings:
  - columnName: TargetEmail
    identifier: MailboxPrimaryAddress
  entityType: Mailbox
id: 0068dca4-dea0-46a3-a970-655e067a145f
triggerOperator: gt
query: |
  NordPassEventLogs_CL
  | where event_type == "item_delete"
  | where action == "item_reassignment_deleted"
  | extend TargetEmail = user_email  
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
queryFrequency: 5m
name: NordPass - Deleting items of deleted member
severity: High
incidentConfiguration:
  createIncident: false
queryPeriod: 5m
requiredDataConnectors:
- dataTypes:
  - NordPassEventLogs_CL
  connectorId: NordPass
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/NordPass/Analytics Rules/nordpass_items_reassignment_deletion.yaml
relevantTechniques:
- T1485
tactics:
- Impact