Dragos Notifications
Id | 9a74fe72-4c21-4ac5-80d9-37434e809721 |
Rulename | Dragos Notifications |
Description | Fires Microsoft Sentinel alerts for Dragos Notifcations. |
Severity | Medium |
Required data connectors | CefAma DragosSitestoreCCP |
Kind | Scheduled |
Query frequency | 10m |
Query period | 1h |
Trigger threshold | 0 |
Trigger operator | gt |
Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Dragos/Analytic Rules/DragosNotifiction.yaml |
Version | 1.0.0 |
Arm template | 9a74fe72-4c21-4ac5-80d9-37434e809721.json |
DragosNotificationsToSentinel()
queryFrequency: 10m
status: Available
triggerOperator: gt
requiredDataConnectors:
- connectorId: DragosSitestoreCCP
dataTypes:
- DragosAlerts_CL
- connectorId: CefAma
dataTypes:
- CommonSecurityLog
customDetails:
DragosOccurredAt: occurredAt
DragosSeverity: severity
DragosThreatInfo: threatInfo
DragosCreatedAt: createdAt
DragosIpAddresses: IpAddresses
DragosDetectionQuads: detectionQuads
DragosLastSeenAt: lastSeenAt
DragosFirstSeenAt: firstSeenAt
DragosNotificationId: id
DragosState: state
DragosConnectSrc: DragosConnectorSource
DragosSource: source
DragosMacAddresses: MacAddresses
description: |
'Fires Microsoft Sentinel alerts for Dragos Notifcations.'
severity: Medium
relevantTechniques: []
tactics: []
name: Dragos Notifications
kind: Scheduled
eventGroupingSettings:
aggregationKind: AlertPerResult
triggerThreshold: 0
queryPeriod: 1h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Dragos/Analytic Rules/DragosNotifiction.yaml
version: 1.0.0
query: |
DragosNotificationsToSentinel()
entityMappings:
- fieldMappings:
- identifier: Entities
columnName: SentinelEntities
entityType: SentinelEntities
incidentConfiguration:
groupingConfiguration:
lookbackDuration: PT1H
enabled: true
reopenClosedIncident: false
matchingMethod: Selected
groupByCustomDetails:
- DragosNotificationId
createIncident: true
alertDetailsOverride:
alertSeverityColumnName: MSSentinelSeverity
alertDescriptionFormat: '{{content}}'
alertDynamicProperties:
- alertProperty: Techniques
value: MitreTechniques
- alertProperty: ProductName
value: AlertProductName
alertDisplayNameFormat: 'Dragos: {{summary}}'
alertTacticsColumnName: MitreTactics
id: 9a74fe72-4c21-4ac5-80d9-37434e809721
{
"$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/9a74fe72-4c21-4ac5-80d9-37434e809721')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/9a74fe72-4c21-4ac5-80d9-37434e809721')]",
"properties": {
"alertDetailsOverride": {
"alertDescriptionFormat": "{{content}}",
"alertDisplayNameFormat": "Dragos: {{summary}}",
"alertDynamicProperties": [
{
"alertProperty": "Techniques",
"value": "MitreTechniques"
},
{
"alertProperty": "ProductName",
"value": "AlertProductName"
}
],
"alertSeverityColumnName": "MSSentinelSeverity",
"alertTacticsColumnName": "MitreTactics"
},
"alertRuleTemplateName": "9a74fe72-4c21-4ac5-80d9-37434e809721",
"customDetails": {
"DragosConnectSrc": "DragosConnectorSource",
"DragosCreatedAt": "createdAt",
"DragosDetectionQuads": "detectionQuads",
"DragosFirstSeenAt": "firstSeenAt",
"DragosIpAddresses": "IpAddresses",
"DragosLastSeenAt": "lastSeenAt",
"DragosMacAddresses": "MacAddresses",
"DragosNotificationId": "id",
"DragosOccurredAt": "occurredAt",
"DragosSeverity": "severity",
"DragosSource": "source",
"DragosState": "state",
"DragosThreatInfo": "threatInfo"
},
"description": "'Fires Microsoft Sentinel alerts for Dragos Notifcations.'\n",
"displayName": "Dragos Notifications",
"enabled": true,
"entityMappings": [
{
"entityType": "SentinelEntities",
"fieldMappings": [
{
"columnName": "SentinelEntities",
"identifier": "Entities"
}
]
}
],
"eventGroupingSettings": {
"aggregationKind": "AlertPerResult"
},
"incidentConfiguration": {
"createIncident": true,
"groupingConfiguration": {
"enabled": true,
"groupByCustomDetails": [
"DragosNotificationId"
],
"lookbackDuration": "PT1H",
"matchingMethod": "Selected",
"reopenClosedIncident": false
}
},
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Dragos/Analytic Rules/DragosNotifiction.yaml",
"query": "DragosNotificationsToSentinel()\n",
"queryFrequency": "PT10M",
"queryPeriod": "PT1H",
"severity": "Medium",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [],
"techniques": [],
"templateVersion": "1.0.0",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}