Jamf Protect - Network Threats
Id | 44da53c3-f3b0-4b70-afff-f79275cb9442 |
Rulename | Jamf Protect - Network Threats |
Description | Creates an incident based based on Jamf Protect’s Network Threat Event Stream alerts. |
Severity | Informational |
Tactics | InitialAccess |
Techniques | T1133 |
Required data connectors | JamfProtect |
Kind | NRT |
Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Jamf Protect/Analytic Rules/JamfProtectNetworkThreats.yaml |
Version | 1.0.4 |
Arm template | 44da53c3-f3b0-4b70-afff-f79275cb9442.json |
JamfProtect
| where EventProduct == "Jamf Protect - Threat Events Stream"
and EventResult == "Blocked"
and isnotempty(EventSeverity)
| extend Tactics = "Initial Access"
| extend Techniques = "T1566"
relevantTechniques:
- T1133
incidentConfiguration:
createIncident: true
groupingConfiguration:
lookbackDuration: PT5H
enabled: false
reopenClosedIncident: false
matchingMethod: AllEntities
name: Jamf Protect - Network Threats
requiredDataConnectors:
- dataTypes:
- jamfprotect_CL
connectorId: JamfProtect
entityMappings:
- fieldMappings:
- identifier: HostName
columnName: Hostname
- identifier: OSFamily
columnName: DvcOs
entityType: Host
- fieldMappings:
- identifier: Address
columnName: DstIpAddr
entityType: IP
- fieldMappings:
- identifier: AadUserId
columnName: SrcUsermail
- identifier: FullName
columnName: SrcUsername
entityType: Account
- fieldMappings:
- identifier: Url
columnName: DnsQueryName
entityType: URL
query: |
JamfProtect
| where EventProduct == "Jamf Protect - Threat Events Stream"
and EventResult == "Blocked"
and isnotempty(EventSeverity)
| extend Tactics = "Initial Access"
| extend Techniques = "T1566"
id: 44da53c3-f3b0-4b70-afff-f79275cb9442
tactics:
- InitialAccess
version: 1.0.4
customDetails:
Category: ThreatCategory
alertDetailsOverride:
alertDescriptionFormat: A Network Threat has been {{EventResult}} on {{DvcHostname}}
alertTacticsColumnName: Tactics
alertSeverityColumnName: EventSeverity
alertDynamicProperties:
- alertProperty: AlertLink
value: EventReportUrl
- alertProperty: ProviderName
value: EventVendor
- alertProperty: ProductName
value: EventProduct
- alertProperty: RemediationSteps
value: EventResult
- alertProperty: Techniques
value: Techniques
alertDisplayNameFormat: Network Threat detected on {{DvcHostname}}
kind: NRT
eventGroupingSettings:
aggregationKind: AlertPerResult
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Jamf Protect/Analytic Rules/JamfProtectNetworkThreats.yaml
suppressionDuration: PT5H
severity: Informational
status: Available
suppressionEnabled: false
description: |
'Creates an incident based based on Jamf Protect's Network Threat Event Stream alerts.'
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"apiVersion": "2024-01-01-preview",
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/44da53c3-f3b0-4b70-afff-f79275cb9442')]",
"kind": "NRT",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/44da53c3-f3b0-4b70-afff-f79275cb9442')]",
"properties": {
"alertDetailsOverride": {
"alertDescriptionFormat": "A Network Threat has been {{EventResult}} on {{DvcHostname}}",
"alertDisplayNameFormat": "Network Threat detected on {{DvcHostname}}",
"alertDynamicProperties": [
{
"alertProperty": "AlertLink",
"value": "EventReportUrl"
},
{
"alertProperty": "ProviderName",
"value": "EventVendor"
},
{
"alertProperty": "ProductName",
"value": "EventProduct"
},
{
"alertProperty": "RemediationSteps",
"value": "EventResult"
},
{
"alertProperty": "Techniques",
"value": "Techniques"
}
],
"alertSeverityColumnName": "EventSeverity",
"alertTacticsColumnName": "Tactics"
},
"alertRuleTemplateName": "44da53c3-f3b0-4b70-afff-f79275cb9442",
"customDetails": {
"Category": "ThreatCategory"
},
"description": "'Creates an incident based based on Jamf Protect's Network Threat Event Stream alerts.'\n",
"displayName": "Jamf Protect - Network Threats",
"enabled": true,
"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"
}
]
}
],
"eventGroupingSettings": {
"aggregationKind": "AlertPerResult"
},
"incidentConfiguration": {
"createIncident": true,
"groupingConfiguration": {
"enabled": false,
"lookbackDuration": "PT5H",
"matchingMethod": "AllEntities",
"reopenClosedIncident": false
}
},
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Jamf Protect/Analytic Rules/JamfProtectNetworkThreats.yaml",
"query": "JamfProtect\n| where EventProduct == \"Jamf Protect - Threat Events Stream\"\n and EventResult == \"Blocked\"\n and isnotempty(EventSeverity)\n| extend Tactics = \"Initial Access\"\n| extend Techniques = \"T1566\"\n",
"severity": "Informational",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT5H",
"suppressionEnabled": false,
"tactics": [
"InitialAccess"
],
"techniques": [
"T1133"
],
"templateVersion": "1.0.4"
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}