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

1Password - Vault export

Back
Iddae4c601-51c9-47f5-83d3-e6eaef929cf6
Rulename1Password - Vault export
DescriptionThis will alert when a successful vault export has occurred within 1Password.

Ref: https://1password.com/

Ref: https://github.com/securehats/
SeverityLow
TacticsCredentialAccess
TechniquesT1555
Required data connectors1Password
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/1Password/Analytics Rules/1Password - Vault Export.yaml
Version1.0.0
Arm templatedae4c601-51c9-47f5-83d3-e6eaef929cf6.json
Deploy To Azure
OnePasswordEventLogs_CL
| where action == "export"
| where object_type == "vault"
| extend
    TargetUsername = actor_details.email
    , SrcIpAddr = session.ip
version: 1.0.0
queryPeriod: 1h
id: dae4c601-51c9-47f5-83d3-e6eaef929cf6
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/1Password/Analytics Rules/1Password - Vault Export.yaml
suppressionEnabled: false
triggerThreshold: 0
kind: Scheduled
severity: Low
description: |-
  This will alert when a successful vault export has occurred within 1Password.
  Ref: https://1password.com/
  Ref: https://github.com/securehats/  
triggerOperator: gt
tactics:
- CredentialAccess
queryFrequency: 1h
suppressionDuration: 1h
query: |-
  OnePasswordEventLogs_CL
  | where action == "export"
  | where object_type == "vault"
  | extend
      TargetUsername = actor_details.email
      , SrcIpAddr = session.ip  
requiredDataConnectors:
- connectorId: 1Password
  dataTypes:
  - OnePasswordEventLogs_CL
incidentConfiguration:
  createIncident: true
  groupingConfiguration:
    enabled: true
    reopenClosedIncident: false
    matchingMethod: AllEntities
    lookbackDuration: 1h
relevantTechniques:
- T1555
eventGroupingSettings:
  aggregationKind: SingleAlert
name: 1Password - Vault export
entityMappings:
- entityType: Account
  fieldMappings:
  - identifier: FullName
    columnName: TargetUsername
- entityType: IP
  fieldMappings:
  - identifier: Address
    columnName: SrcIpAddr
{
  "$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/dae4c601-51c9-47f5-83d3-e6eaef929cf6')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/dae4c601-51c9-47f5-83d3-e6eaef929cf6')]",
      "properties": {
        "alertRuleTemplateName": "dae4c601-51c9-47f5-83d3-e6eaef929cf6",
        "customDetails": null,
        "description": "This will alert when a successful vault export has occurred within 1Password.\nRef: https://1password.com/\nRef: https://github.com/securehats/",
        "displayName": "1Password - Vault export",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "Account",
            "fieldMappings": [
              {
                "columnName": "TargetUsername",
                "identifier": "FullName"
              }
            ]
          },
          {
            "entityType": "IP",
            "fieldMappings": [
              {
                "columnName": "SrcIpAddr",
                "identifier": "Address"
              }
            ]
          }
        ],
        "eventGroupingSettings": {
          "aggregationKind": "SingleAlert"
        },
        "incidentConfiguration": {
          "createIncident": true,
          "groupingConfiguration": {
            "enabled": true,
            "lookbackDuration": "PT1H",
            "matchingMethod": "AllEntities",
            "reopenClosedIncident": false
          }
        },
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/1Password/Analytics Rules/1Password - Vault Export.yaml",
        "query": "OnePasswordEventLogs_CL\n| where action == \"export\"\n| where object_type == \"vault\"\n| extend\n    TargetUsername = actor_details.email\n    , SrcIpAddr = session.ip",
        "queryFrequency": "PT1H",
        "queryPeriod": "PT1H",
        "severity": "Low",
        "subTechniques": [],
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "CredentialAccess"
        ],
        "techniques": [
          "T1555"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}