JamfProtectUnifiedLogs
| where isnotempty(EventSeverity)
| extend Host_IPs = tostring(parse_json(DvcIpAddr)[0])
suppressionEnabled: false
relevantTechniques:
entityMappings:
- fieldMappings:
- columnName: DvcHostname
identifier: HostName
entityType: Host
- fieldMappings:
- columnName: Host_IPs
identifier: Address
entityType: IP
incidentConfiguration:
groupingConfiguration:
reopenClosedIncident: false
matchingMethod: AllEntities
enabled: false
lookbackDuration: PT5H
createIncident: true
version: 1.0.3
suppressionDuration: PT5H
description: |
'Creates an informational incident based on Jamf Protect Unified Log data in Microsoft Sentinel'
customDetails:
Event_Process: TargetProcessName
Tags: Match_tags
Protect_Event_Type: EventType
Unified_Log: EventDescription
requiredDataConnectors:
- connectorId: JamfProtect
dataTypes:
- jamfprotect_CL
severity: Informational
alertDetailsOverride:
alertDynamicProperties:
- alertProperty: ProviderName
value: EventVendor
- alertProperty: ProductName
value: EventProduct
alertDisplayNameFormat: '{{EventDescription}} on {{DvcHostname}}'
alertSeverityColumnName: EventSeverity
alertDescriptionFormat: '{{EventDescription}} has been captured in the unified logs'
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Jamf Protect/Analytic Rules/JamfProtectUnifiedLogs.yaml
id: 9eb2f758-003b-4303-83c6-97aed4c03e41
query: |
JamfProtectUnifiedLogs
| where isnotempty(EventSeverity)
| extend Host_IPs = tostring(parse_json(DvcIpAddr)[0])
eventGroupingSettings:
aggregationKind: AlertPerResult
status: Available
name: Jamf Protect - Unified Logs
tactics:
kind: NRT