Back
Id6d2d6b3f-7d7b-4d4a-9b2b-9f7f3b8c2a11
RulenameField Effect MDR Alert: ARO Alert
DescriptionCreates an incident for each Field Effect MDR ARO alert ingested into the workspace.
SeverityMedium
TacticsExecution
DefenseEvasion
TechniquesT1059
T1562
Required data connectorsFieldEffectCCF
KindScheduled
Query frequency5m
Query period5m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/FieldEffectMDR/Analytic%20Rules/AROAlert.yaml
Version1.0.0
Arm template6d2d6b3f-7d7b-4d4a-9b2b-9f7f3b8c2a11.json
Deploy To Azure
FieldEffectAROAlerts_CL
| where TimeGenerated >= ago(5m)
| project
    TimeGenerated,
    ARO = ID,
    TITLE = Title,
    DETAILS = DetailsMarkdown,
    URL = PortalUrl,
    SEVERITY = Severity,
    Hostname,
    IPAddress,
    LastUser,
    PRODUCT_NAME = "Field Effect MDR"
incidentConfiguration:
  createIncident: true
  groupingConfiguration:
    lookbackDuration: 5h
    reopenClosedIncident: false
    enabled: false
    matchingMethod: AllEntities
entityMappings:
- entityType: IP
  fieldMappings:
  - columnName: IPAddress
    identifier: Address
- entityType: Account
  fieldMappings:
  - columnName: LastUser
    identifier: Name
- entityType: Host
  fieldMappings:
  - columnName: Hostname
    identifier: HostName
query: |
  FieldEffectAROAlerts_CL
  | where TimeGenerated >= ago(5m)
  | project
      TimeGenerated,
      ARO = ID,
      TITLE = Title,
      DETAILS = DetailsMarkdown,
      URL = PortalUrl,
      SEVERITY = Severity,
      Hostname,
      IPAddress,
      LastUser,
      PRODUCT_NAME = "Field Effect MDR"
suppressionEnabled: false
eventGroupingSettings:
  aggregationKind: SingleAlert
id: 6d2d6b3f-7d7b-4d4a-9b2b-9f7f3b8c2a11
queryFrequency: 5m
alertDetailsOverride:
  alertDisplayNameFormat: 'Field Effect MDR Alert: ARO-{{ARO}}: {{TITLE}}'
  alertSeverityColumnName: SEVERITY
  alertDescriptionFormat: |
    {{DETAILS}}

    For full information, visit: {{URL}}
  alertDynamicProperties:
  - value: PRODUCT_NAME
    alertProperty: ProductName
status: Available
suppressionDuration: 1h
version: 1.0.0
severity: Medium
relevantTechniques:
- T1059
- T1562
name: 'Field Effect MDR Alert: ARO Alert'
kind: Scheduled
tactics:
- Execution
- DefenseEvasion
requiredDataConnectors:
- dataTypes:
  - FieldEffectAROAlerts_CL
  connectorId: FieldEffectCCF
description: Creates an incident for each Field Effect MDR ARO alert ingested into the workspace.
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/FieldEffectMDR/Analytic%20Rules/AROAlert.yaml
triggerOperator: gt
triggerThreshold: 0
queryPeriod: 5m
{
  "$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/6d2d6b3f-7d7b-4d4a-9b2b-9f7f3b8c2a11')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/6d2d6b3f-7d7b-4d4a-9b2b-9f7f3b8c2a11')]",
      "properties": {
        "alertDetailsOverride": {
          "alertDescriptionFormat": "{{DETAILS}}\n\nFor full information, visit: {{URL}}\n",
          "alertDisplayNameFormat": "Field Effect MDR Alert: ARO-{{ARO}}: {{TITLE}}",
          "alertDynamicProperties": [
            {
              "alertProperty": "ProductName",
              "value": "PRODUCT_NAME"
            }
          ],
          "alertSeverityColumnName": "SEVERITY"
        },
        "alertRuleTemplateName": "6d2d6b3f-7d7b-4d4a-9b2b-9f7f3b8c2a11",
        "customDetails": null,
        "description": "Creates an incident for each Field Effect MDR ARO alert ingested into the workspace.",
        "displayName": "Field Effect MDR Alert: ARO Alert",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "IP",
            "fieldMappings": [
              {
                "columnName": "IPAddress",
                "identifier": "Address"
              }
            ]
          },
          {
            "entityType": "Account",
            "fieldMappings": [
              {
                "columnName": "LastUser",
                "identifier": "Name"
              }
            ]
          },
          {
            "entityType": "Host",
            "fieldMappings": [
              {
                "columnName": "Hostname",
                "identifier": "HostName"
              }
            ]
          }
        ],
        "eventGroupingSettings": {
          "aggregationKind": "SingleAlert"
        },
        "incidentConfiguration": {
          "createIncident": true,
          "groupingConfiguration": {
            "enabled": false,
            "lookbackDuration": "PT5H",
            "matchingMethod": "AllEntities",
            "reopenClosedIncident": false
          }
        },
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/FieldEffectMDR/Analytic%20Rules/AROAlert.yaml",
        "query": "FieldEffectAROAlerts_CL\n| where TimeGenerated >= ago(5m)\n| project\n    TimeGenerated,\n    ARO = ID,\n    TITLE = Title,\n    DETAILS = DetailsMarkdown,\n    URL = PortalUrl,\n    SEVERITY = Severity,\n    Hostname,\n    IPAddress,\n    LastUser,\n    PRODUCT_NAME = \"Field Effect MDR\"\n",
        "queryFrequency": "PT5M",
        "queryPeriod": "PT5M",
        "severity": "Medium",
        "status": "Available",
        "subTechniques": [],
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "DefenseEvasion",
          "Execution"
        ],
        "techniques": [
          "T1059",
          "T1562"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}