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"
tactics:
- Execution
- DefenseEvasion
requiredDataConnectors:
- dataTypes:
  - FieldEffectAROAlerts_CL
  connectorId: FieldEffectCCF
incidentConfiguration:
  createIncident: true
  groupingConfiguration:
    reopenClosedIncident: false
    lookbackDuration: 5h
    enabled: false
    matchingMethod: AllEntities
queryPeriod: 5m
kind: Scheduled
severity: Medium
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/FieldEffectMDR/Analytic%20Rules/AROAlert.yaml
queryFrequency: 5m
triggerThreshold: 0
description: Creates an incident for each Field Effect MDR ARO alert ingested into the workspace.
id: 6d2d6b3f-7d7b-4d4a-9b2b-9f7f3b8c2a11
triggerOperator: gt
alertDetailsOverride:
  alertDynamicProperties:
  - alertProperty: ProductName
    value: PRODUCT_NAME
  alertDescriptionFormat: |
    {{DETAILS}}

    For full information, visit: {{URL}}
  alertSeverityColumnName: SEVERITY
  alertDisplayNameFormat: 'Field Effect MDR Alert: ARO-{{ARO}}: {{TITLE}}'
status: Available
relevantTechniques:
- T1059
- T1562
suppressionDuration: 1h
version: 1.0.0
suppressionEnabled: false
name: 'Field Effect MDR Alert: ARO Alert'
eventGroupingSettings:
  aggregationKind: SingleAlert
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"
{
  "$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"
    }
  ]
}