JamfProtectThreatEvents
| where EventResult == "Blocked"
and isnotempty(EventSeverity)
| extend Tactics = "Initial Access"
| extend Techniques = "T1566"
kind: NRT
name: Jamf Protect - Network Threats
status: Available
severity: Informational
description: |
'Creates an incident based based on Jamf Protect's Network Threat Event Stream alerts.'
query: |
JamfProtectThreatEvents
| where EventResult == "Blocked"
and isnotempty(EventSeverity)
| extend Tactics = "Initial Access"
| extend Techniques = "T1566"
customDetails:
Category: ThreatCategory
id: 44da53c3-f3b0-4b70-afff-f79275cb9442
eventGroupingSettings:
aggregationKind: AlertPerResult
incidentConfiguration:
createIncident: true
groupingConfiguration:
lookbackDuration: PT5H
enabled: false
reopenClosedIncident: false
matchingMethod: AllEntities
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Jamf Protect/Analytic Rules/JamfProtectNetworkThreats.yaml
suppressionDuration: PT5H
relevantTechniques:
- T1133
alertDetailsOverride:
alertDisplayNameFormat: Network Threat detected on {{DvcHostname}}
alertSeverityColumnName: EventSeverity
alertDescriptionFormat: A Network Threat has been {{EventResult}} on {{DvcHostname}}
alertDynamicProperties:
- alertProperty: AlertLink
value: EventReportUrl
- alertProperty: ProviderName
value: EventVendor
- alertProperty: ProductName
value: EventProduct
- alertProperty: RemediationSteps
value: EventResult
- alertProperty: Techniques
value: Techniques
alertTacticsColumnName: Tactics
entityMappings:
- entityType: Host
fieldMappings:
- columnName: Hostname
identifier: HostName
- columnName: DvcOs
identifier: OSFamily
- entityType: IP
fieldMappings:
- columnName: DstIpAddr
identifier: Address
- entityType: Account
fieldMappings:
- columnName: SrcUsermail
identifier: AadUserId
- columnName: SrcUsername
identifier: FullName
- entityType: URL
fieldMappings:
- columnName: DnsQueryName
identifier: Url
tactics:
- InitialAccess
requiredDataConnectors:
- dataTypes:
- jamfprotect_CL
connectorId: JamfProtect
version: 1.0.5
suppressionEnabled: false