Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Dragos Notifications

Back
Id9a74fe72-4c21-4ac5-80d9-37434e809721
RulenameDragos Notifications
DescriptionFires Microsoft Sentinel alerts for Dragos Notifcations.
SeverityMedium
Required data connectorsCefAma
DragosSitestoreCCP
KindScheduled
Query frequency10m
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Dragos/Analytic Rules/DragosNotifiction.yaml
Version1.0.0
Arm template9a74fe72-4c21-4ac5-80d9-37434e809721.json
Deploy To Azure
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"
    }
  ]
}