let AuditTimeAgo = 2d;
let _severity= dynamic(["HIGH","VERY HIGH"]);
SAPETDInvestigations_CL
| where TimeGenerated > ago(AuditTimeAgo)
| where Severity in (_severity)
relevantTechniques: []
version: 1.0.0
triggerThreshold: 0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SAP ETD Cloud/Analytic Rules/SAPETD-SynchInvestigations.yaml
description: Synch investigations coming in from SAP Enterprise Threat Detection into Microsoft Sentinel (one way)
customDetails:
ETD_InvestNumber: InvestigationId
requiredDataConnectors:
- connectorId: SAPETDAlerts
dataTypes:
- SAPETDInvestigations_CL
triggerOperator: gt
alertDetailsOverride:
alertDisplayNameFormat: 'SAP ETD - {{Description}} '
alertDescriptionFormat: 'Description: {{Description}}. Processed by {{Processor}}. Severity: {{Severity}}.'
eventGroupingSettings:
aggregationKind: AlertPerResult
id: 5096db53-fad3-4844-a264-246f7b7e6e06
queryFrequency: 1h
query: |
let AuditTimeAgo = 2d;
let _severity= dynamic(["HIGH","VERY HIGH"]);
SAPETDInvestigations_CL
| where TimeGenerated > ago(AuditTimeAgo)
| where Severity in (_severity)
severity: High
status: Available
queryPeriod: 2d
name: SAP ETD - Synch investigations
tactics: []
kind: Scheduled