Analytic rule catalog
Google SecOps - Multi-Event Correlated Alert
Back
| Id | d4f8a032-6d5b-4e9f-b3a0-8c2e4f7d0b6e |
| Rulename | Google SecOps - Multi-Event Correlated Alert |
| Description | Creates incidents in Microsoft Sentinel when Google Security Operations raises an active multi-event correlated alert (MULTI_EVENT, riskScore gte 40) at HIGH or CRITICAL severity. These alerts indicate complex attack patterns like lateral movement, staged persistence, or command-and-control identified by correlating multiple signals across a time window. |
| Severity | High |
| Tactics | LateralMovement Persistence PrivilegeEscalation CommandAndControl |
| Techniques | T1210 T1021 T1053 T1055 |
| Required data connectors | GSDetectionAlerts |
| Kind | Scheduled |
| Query frequency | 10m |
| Query period | 10m |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GoogleSecOps/Analytic%20Rules/GoogleSecOps-MultiEventCorrelatedAlert.yaml |
| Version | 1.0.0 |
| Arm template | d4f8a032-6d5b-4e9f-b3a0-8c2e4f7d0b6e.json |
GoogleSecOpsDetectionAlerts
| where ruleType == "MULTI_EVENT"
| where severity in ("HIGH", "CRITICAL")
| where riskScore >= 40
| where alertState == "ALERTING"
incidentConfiguration:
createIncident: true
groupingConfiguration:
enabled: true
matchingMethod: Selected
reopenClosedIncident: true
lookbackDuration: P1D
groupByCustomDetails:
- alert_identifier
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
query: |
GoogleSecOpsDetectionAlerts
| where ruleType == "MULTI_EVENT"
| where severity in ("HIGH", "CRITICAL")
| where riskScore >= 40
| where alertState == "ALERTING"
eventGroupingSettings:
aggregationKind: AlertPerResult
id: d4f8a032-6d5b-4e9f-b3a0-8c2e4f7d0b6e
queryFrequency: 10m
alertDetailsOverride:
alertDisplayNameFormat: 'Multi-Event Correlation: {{ruleName}} : {{id}}'
alertDescriptionFormat: 'Google SecOps correlated multiple events into a confirmed alert. Rule: {{ruleName}}.'
status: Available
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GoogleSecOps/Analytic%20Rules/GoogleSecOps-MultiEventCorrelatedAlert.yaml
version: 1.0.0
severity: High
relevantTechniques:
- T1210
- T1021
- T1053
- T1055
name: Google SecOps - Multi-Event Correlated Alert
kind: Scheduled
tactics:
- LateralMovement
- Persistence
- PrivilegeEscalation
- CommandAndControl
requiredDataConnectors:
- dataTypes:
- DetectionAlerts_CL
connectorId: GSDetectionAlerts
description: |
Creates incidents in Microsoft Sentinel when Google Security Operations raises an active multi-event correlated alert (MULTI_EVENT, riskScore gte 40) at HIGH or CRITICAL severity. These alerts indicate complex attack patterns like lateral movement, staged persistence, or command-and-control identified by correlating multiple signals across a time window.
customDetails:
TargetIP: varTargetIp
alert_identifier: id
RuleName: ruleName
TargetHostname: varTargetHostname
RuleType: ruleType
SourceIP: varSourceIp
PrincipalUser: varPrincipalUserUserid
SourceIPCount: varSourceIpCount
DetectionTime: detectionTime
Severity: severity
TargetUser: varTargetUserUserid
PrincipalIPCount: varPrincipalIpCount
CorrelationIP: varCorrelationIp
SourceHostname: varSourceHostname
SourceUser: varSourceUserUserid
PrincipalHostname: varPrincipalHostname
PrincipalIP: varPrincipalIp
RiskScore: riskScore
triggerOperator: gt
triggerThreshold: 0
queryPeriod: 10m
{
"$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/d4f8a032-6d5b-4e9f-b3a0-8c2e4f7d0b6e')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/d4f8a032-6d5b-4e9f-b3a0-8c2e4f7d0b6e')]",
"properties": {
"alertDetailsOverride": {
"alertDescriptionFormat": "Google SecOps correlated multiple events into a confirmed alert. Rule: {{ruleName}}.",
"alertDisplayNameFormat": "Multi-Event Correlation: {{ruleName}} : {{id}}"
},
"alertRuleTemplateName": "d4f8a032-6d5b-4e9f-b3a0-8c2e4f7d0b6e",
"customDetails": {
"alert_identifier": "id",
"CorrelationIP": "varCorrelationIp",
"DetectionTime": "detectionTime",
"PrincipalHostname": "varPrincipalHostname",
"PrincipalIP": "varPrincipalIp",
"PrincipalIPCount": "varPrincipalIpCount",
"PrincipalUser": "varPrincipalUserUserid",
"RiskScore": "riskScore",
"RuleName": "ruleName",
"RuleType": "ruleType",
"Severity": "severity",
"SourceHostname": "varSourceHostname",
"SourceIP": "varSourceIp",
"SourceIPCount": "varSourceIpCount",
"SourceUser": "varSourceUserUserid",
"TargetHostname": "varTargetHostname",
"TargetIP": "varTargetIp",
"TargetUser": "varTargetUserUserid"
},
"description": "Creates incidents in Microsoft Sentinel when Google Security Operations raises an active multi-event correlated alert (MULTI_EVENT, riskScore gte 40) at HIGH or CRITICAL severity. These alerts indicate complex attack patterns like lateral movement, staged persistence, or command-and-control identified by correlating multiple signals across a time window.\n",
"displayName": "Google SecOps - Multi-Event Correlated 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": true
}
},
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GoogleSecOps/Analytic%20Rules/GoogleSecOps-MultiEventCorrelatedAlert.yaml",
"query": "GoogleSecOpsDetectionAlerts\n| where ruleType == \"MULTI_EVENT\"\n| where severity in (\"HIGH\", \"CRITICAL\")\n| where riskScore >= 40\n| where alertState == \"ALERTING\"\n",
"queryFrequency": "PT10M",
"queryPeriod": "PT10M",
"severity": "High",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"CommandAndControl",
"LateralMovement",
"Persistence",
"PrivilegeEscalation"
],
"techniques": [
"T1021",
"T1053",
"T1055",
"T1210"
],
"templateVersion": "1.0.0",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}