Back
Ide5a9b143-7e6c-4f0a-c4b1-9d3f5a8e1c7f
RulenameGoogle SecOps - Single-Event Alert
DescriptionCreates incidents in Microsoft Sentinel when Google Security Operations raises an active single-event alert (SINGLE_EVENT, riskScore gte 40) at MEDIUM, HIGH, or CRITICAL severity. These alerts represent a single action like malware execution, credential abuse, or defense evasion severe enough to trigger an incident without requiring multi-signal correlation.
SeverityHigh
TacticsExecution
CredentialAccess
DefenseEvasion
Impact
TechniquesT1059
T1110
T1562
T1485
Required data connectorsGSDetectionAlerts
KindScheduled
Query frequency10m
Query period10m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GoogleSecOps/Analytic%20Rules/GoogleSecOps-SingleEventAlert.yaml
Version1.0.0
Arm templatee5a9b143-7e6c-4f0a-c4b1-9d3f5a8e1c7f.json
Deploy To Azure
GoogleSecOpsDetectionAlerts
| where ruleType == "SINGLE_EVENT"
| where severity in ("HIGH", "CRITICAL", "MEDIUM")
| where riskScore >= 40
| where alertState == "ALERTING"
requiredDataConnectors:
- dataTypes:
  - DetectionAlerts_CL
  connectorId: GSDetectionAlerts
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GoogleSecOps/Analytic%20Rules/GoogleSecOps-SingleEventAlert.yaml
version: 1.0.0
status: Available
alertDetailsOverride:
  alertDescriptionFormat: 'Google SecOps flagged a single high-severity event as an active alert requiring immediate action. Rule: {{ruleName}}.'
  alertDisplayNameFormat: 'Single-Event : {{ruleName}} : {{id}}'
incidentConfiguration:
  groupingConfiguration:
    lookbackDuration: P1D
    matchingMethod: Selected
    reopenClosedIncident: false
    enabled: true
    groupByCustomDetails:
    - alert_identifier
  createIncident: true
customDetails:
  PrincipalHostname: varPrincipalHostname
  TargetHostname: varTargetHostname
  TargetIP: varTargetIp
  RiskScore: riskScore
  alert_identifier: id
  RuleType: ruleType
  RuleName: ruleName
  SourceHostname: varSourceHostname
  TargetUser: varTargetUserUserid
  Severity: severity
  SourceIP: varSourceIp
  DetectionTime: detectionTime
  CorrelationIP: varCorrelationIp
  PrincipalUser: varPrincipalUserUserid
  PrincipalIP: varPrincipalIp
  SourceUser: varSourceUserUserid
queryFrequency: 10m
query: |
  GoogleSecOpsDetectionAlerts
  | where ruleType == "SINGLE_EVENT"
  | where severity in ("HIGH", "CRITICAL", "MEDIUM")
  | where riskScore >= 40
  | where alertState == "ALERTING"
tactics:
- Execution
- CredentialAccess
- DefenseEvasion
- Impact
relevantTechniques:
- T1059
- T1110
- T1562
- T1485
id: e5a9b143-7e6c-4f0a-c4b1-9d3f5a8e1c7f
triggerThreshold: 0
triggerOperator: gt
name: Google SecOps - Single-Event Alert
queryPeriod: 10m
severity: High
entityMappings:
- fieldMappings:
  - columnName: varPrincipalIp
    identifier: Address
  entityType: IP
- fieldMappings:
  - columnName: varTargetIp
    identifier: Address
  entityType: IP
- fieldMappings:
  - columnName: varSourceIp
    identifier: Address
  entityType: IP
- fieldMappings:
  - columnName: varCorrelationIp
    identifier: Address
  entityType: IP
- fieldMappings:
  - columnName: urlBackToProduct
    identifier: Url
  entityType: URL
kind: Scheduled
eventGroupingSettings:
  aggregationKind: AlertPerResult
description: |
  Creates incidents in Microsoft Sentinel when Google Security Operations raises an active single-event alert (SINGLE_EVENT, riskScore gte 40) at MEDIUM, HIGH, or CRITICAL severity. These alerts represent a single action like malware execution, credential abuse, or defense evasion severe enough to trigger an incident without requiring multi-signal correlation.
{
  "$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/e5a9b143-7e6c-4f0a-c4b1-9d3f5a8e1c7f')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/e5a9b143-7e6c-4f0a-c4b1-9d3f5a8e1c7f')]",
      "properties": {
        "alertDetailsOverride": {
          "alertDescriptionFormat": "Google SecOps flagged a single high-severity event as an active alert requiring immediate action. Rule: {{ruleName}}.",
          "alertDisplayNameFormat": "Single-Event : {{ruleName}} : {{id}}"
        },
        "alertRuleTemplateName": "e5a9b143-7e6c-4f0a-c4b1-9d3f5a8e1c7f",
        "customDetails": {
          "alert_identifier": "id",
          "CorrelationIP": "varCorrelationIp",
          "DetectionTime": "detectionTime",
          "PrincipalHostname": "varPrincipalHostname",
          "PrincipalIP": "varPrincipalIp",
          "PrincipalUser": "varPrincipalUserUserid",
          "RiskScore": "riskScore",
          "RuleName": "ruleName",
          "RuleType": "ruleType",
          "Severity": "severity",
          "SourceHostname": "varSourceHostname",
          "SourceIP": "varSourceIp",
          "SourceUser": "varSourceUserUserid",
          "TargetHostname": "varTargetHostname",
          "TargetIP": "varTargetIp",
          "TargetUser": "varTargetUserUserid"
        },
        "description": "Creates incidents in Microsoft Sentinel when Google Security Operations raises an active single-event alert (SINGLE_EVENT, riskScore gte 40) at MEDIUM, HIGH, or CRITICAL severity. These alerts represent a single action like malware execution, credential abuse, or defense evasion severe enough to trigger an incident without requiring multi-signal correlation.\n",
        "displayName": "Google SecOps - Single-Event Alert",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "IP",
            "fieldMappings": [
              {
                "columnName": "varPrincipalIp",
                "identifier": "Address"
              }
            ]
          },
          {
            "entityType": "IP",
            "fieldMappings": [
              {
                "columnName": "varTargetIp",
                "identifier": "Address"
              }
            ]
          },
          {
            "entityType": "IP",
            "fieldMappings": [
              {
                "columnName": "varSourceIp",
                "identifier": "Address"
              }
            ]
          },
          {
            "entityType": "IP",
            "fieldMappings": [
              {
                "columnName": "varCorrelationIp",
                "identifier": "Address"
              }
            ]
          },
          {
            "entityType": "URL",
            "fieldMappings": [
              {
                "columnName": "urlBackToProduct",
                "identifier": "Url"
              }
            ]
          }
        ],
        "eventGroupingSettings": {
          "aggregationKind": "AlertPerResult"
        },
        "incidentConfiguration": {
          "createIncident": true,
          "groupingConfiguration": {
            "enabled": true,
            "groupByCustomDetails": [
              "alert_identifier"
            ],
            "lookbackDuration": "P1D",
            "matchingMethod": "Selected",
            "reopenClosedIncident": false
          }
        },
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GoogleSecOps/Analytic%20Rules/GoogleSecOps-SingleEventAlert.yaml",
        "query": "GoogleSecOpsDetectionAlerts\n| where ruleType == \"SINGLE_EVENT\"\n| where severity in (\"HIGH\", \"CRITICAL\", \"MEDIUM\")\n| where riskScore >= 40\n| where alertState == \"ALERTING\"\n",
        "queryFrequency": "PT10M",
        "queryPeriod": "PT10M",
        "severity": "High",
        "status": "Available",
        "subTechniques": [],
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "CredentialAccess",
          "DefenseEvasion",
          "Execution",
          "Impact"
        ],
        "techniques": [
          "T1059",
          "T1110",
          "T1485",
          "T1562"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}