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

NordPass - Vault export

Back
Idc7f14b43-7625-4516-b137-30b7fda65bcf
RulenameNordPass - Vault export
DescriptionThis will alert you if the vault has been exported, allowing you to review and evaluate the incident to mitigate potential risks.

NOTE: The organization can control whether it allows its members to export the vault, although we recommend that it always be disabled.
SeverityHigh
TacticsExfiltration
TechniquesT1020
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_vault_exported.yaml
Version1.0.0
Arm templatec7f14b43-7625-4516-b137-30b7fda65bcf.json
Deploy To Azure
NordPassEventLogs_CL
| where event_type == "item_access"
| where action == "vault_exported"
| extend TargetEmail = user_email
kind: Scheduled
incidentConfiguration:
  createIncident: false
triggerThreshold: 0
relevantTechniques:
- T1020
entityMappings:
- entityType: Mailbox
  fieldMappings:
  - identifier: MailboxPrimaryAddress
    columnName: TargetEmail
query: |
  NordPassEventLogs_CL
  | where event_type == "item_access"
  | where action == "vault_exported"
  | extend TargetEmail = user_email  
requiredDataConnectors:
- connectorId: NordPass
  dataTypes:
  - NordPassEventLogs_CL
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/NordPass/Analytics Rules/nordpass_vault_exported.yaml
queryPeriod: 5m
tactics:
- Exfiltration
name: NordPass - Vault export
description: |
  This will alert you if the vault has been exported, allowing you to review and evaluate the incident to mitigate potential risks.
  NOTE: The organization can control whether it allows its members to export the vault, although we recommend that it always be disabled.  
id: c7f14b43-7625-4516-b137-30b7fda65bcf
displayName: Vault export
version: 1.0.0
triggerOperator: gt
queryFrequency: 5m
severity: High