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
severity: Low
queryFrequency: 1h
query: |-
OnePasswordEventLogs_CL
| where action == "export"
| where object_type == "vault"
| extend
TargetUsername = actor_details.email
, SrcIpAddr = session.ip
incidentConfiguration:
groupingConfiguration:
matchingMethod: AllEntities
enabled: true
lookbackDuration: 1h
reopenClosedIncident: false
createIncident: true
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/1Password/Analytics Rules/1Password - Vault Export.yaml
eventGroupingSettings:
aggregationKind: SingleAlert
triggerOperator: gt
tactics:
- CredentialAccess
triggerThreshold: 0
queryPeriod: 1h
requiredDataConnectors:
- dataTypes:
- OnePasswordEventLogs_CL
connectorId: 1Password
suppressionDuration: 1h
suppressionEnabled: false
entityMappings:
- entityType: Account
fieldMappings:
- columnName: TargetUsername
identifier: FullName
- entityType: IP
fieldMappings:
- columnName: SrcIpAddr
identifier: Address
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/
relevantTechniques:
- T1555
kind: Scheduled
id: dae4c601-51c9-47f5-83d3-e6eaef929cf6