1Password - Vault export
| Id | dae4c601-51c9-47f5-83d3-e6eaef929cf6 |
| Rulename | 1Password - Vault export |
| Description | This will alert when a successful vault export has occurred within 1Password. Ref: https://1password.com/ Ref: https://github.com/securehats/ |
| Severity | Low |
| Tactics | CredentialAccess |
| Techniques | T1555 |
| Required data connectors | 1Password |
| Kind | Scheduled |
| Query frequency | 1h |
| Query period | 1h |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/1Password/Analytics Rules/1Password - Vault Export.yaml |
| Version | 1.0.0 |
| Arm template | dae4c601-51c9-47f5-83d3-e6eaef929cf6.json |
OnePasswordEventLogs_CL
| where action == "export"
| where object_type == "vault"
| extend
TargetUsername = actor_details.email
, SrcIpAddr = session.ip
name: 1Password - Vault export
incidentConfiguration:
groupingConfiguration:
enabled: true
reopenClosedIncident: false
lookbackDuration: 1h
matchingMethod: AllEntities
createIncident: true
query: |-
OnePasswordEventLogs_CL
| where action == "export"
| where object_type == "vault"
| extend
TargetUsername = actor_details.email
, SrcIpAddr = session.ip
queryPeriod: 1h
triggerOperator: gt
suppressionEnabled: false
tactics:
- CredentialAccess
suppressionDuration: 1h
kind: Scheduled
triggerThreshold: 0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/1Password/Analytics Rules/1Password - Vault Export.yaml
eventGroupingSettings:
aggregationKind: SingleAlert
relevantTechniques:
- T1555
id: dae4c601-51c9-47f5-83d3-e6eaef929cf6
severity: Low
requiredDataConnectors:
- connectorId: 1Password
dataTypes:
- OnePasswordEventLogs_CL
version: 1.0.0
description: |-
This will alert when a successful vault export has occurred within 1Password.
Ref: https://1password.com/
Ref: https://github.com/securehats/
entityMappings:
- entityType: Account
fieldMappings:
- columnName: TargetUsername
identifier: FullName
- entityType: IP
fieldMappings:
- columnName: SrcIpAddr
identifier: Address
queryFrequency: 1h