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

1Password - Log Ingestion Failure

Back
Idbf9132c7-9d4d-4244-98c7-7d994703c208
Rulename1Password - Log Ingestion Failure
DescriptionThis will alert when the log ingestion for the OnePasswordEventLogs_CL logs is failing. The alert is based on the healthevents that are created every 5 minutes and will trigger if no logs have been received for 1 hour.



Log ingestion troubleshooting:

<insert URL>



Ref: https://1password.com/

Ref: https://github.com/securehats/
SeverityMedium
TacticsDefenseEvasion
TechniquesT1562
Required data connectors1Password
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorEqual
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/1Password/Analytics Rules/1Password - Log Ingestion Failure.yaml
Version1.0.0
Arm templatebf9132c7-9d4d-4244-98c7-7d994703c208.json
Deploy To Azure
OnePasswordEventLogs_CL
| where log_source == "healthevents"
suppressionEnabled: false
description: |-
  This will alert when the log ingestion for the OnePasswordEventLogs_CL logs is failing. The alert is based on the healthevents that are created every 5 minutes and will trigger if no logs have been received for 1 hour.

  Log ingestion troubleshooting:
  <insert URL>

  Ref: https://1password.com/
  Ref: https://github.com/securehats/  
kind: Scheduled
tactics:
- DefenseEvasion
requiredDataConnectors:
- connectorId: 1Password
  dataTypes:
  - OnePasswordEventLogs_CL
incidentConfiguration:
  groupingConfiguration:
    reopenClosedIncident: false
    lookbackDuration: 5h
    enabled: false
    matchingMethod: AllEntities
  createIncident: true
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/1Password/Analytics Rules/1Password - Log Ingestion Failure.yaml
severity: Medium
name: 1Password - Log Ingestion Failure
suppressionDuration: 5h
eventGroupingSettings:
  aggregationKind: SingleAlert
triggerThreshold: 0
queryPeriod: 1h
query: |-
  OnePasswordEventLogs_CL
  | where log_source == "healthevents"  
relevantTechniques:
- T1562
id: bf9132c7-9d4d-4244-98c7-7d994703c208
queryFrequency: 1h
triggerOperator: Equal
version: 1.0.0
subTechniques:
- T1562.008