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

Google DNS - CVE-2020-1350 SIGRED exploitation pattern

Back
Id1267d53d-f5fd-418b-b8da-34453a5994c2
RulenameGoogle DNS - CVE-2020-1350 (SIGRED) exploitation pattern
DescriptionDetects exploitation pattern of CVE-2020-1350 (SIGRED) vulnerability.
SeverityHigh
TacticsPrivilegeEscalation
TechniquesT1068
Required data connectorsGCPDNSDataConnector
KindScheduled
Query frequency15m
Query period15m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GoogleCloudPlatformDNS/Analytic Rules/GCPDNSSIGREDPattern.yaml
Version1.0.0
Arm template1267d53d-f5fd-418b-b8da-34453a5994c2.json
Deploy To Azure
let threshold = 15;
GCPCloudDNS
| where QueryTypeName in~ ('SIG', 'RRSIG')
| where NetworkProtocol =~ 'TCP'
| summarize count() by SrcIpAddr, bin(TimeGenerated, 1m)
| where count_ < threshold
| extend IPCustomEntity = SrcIpAddr
relevantTechniques:
- T1068
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GoogleCloudPlatformDNS/Analytic Rules/GCPDNSSIGREDPattern.yaml
triggerOperator: gt
kind: Scheduled
entityMappings:
- fieldMappings:
  - columnName: IPCustomEntity
    identifier: Address
  entityType: IP
requiredDataConnectors:
- dataTypes:
  - GCPCloudDNS
  connectorId: GCPDNSDataConnector
queryPeriod: 15m
name: Google DNS - CVE-2020-1350 (SIGRED) exploitation pattern
query: |
  let threshold = 15;
  GCPCloudDNS
  | where QueryTypeName in~ ('SIG', 'RRSIG')
  | where NetworkProtocol =~ 'TCP'
  | summarize count() by SrcIpAddr, bin(TimeGenerated, 1m)
  | where count_ < threshold
  | extend IPCustomEntity = SrcIpAddr  
tactics:
- PrivilegeEscalation
severity: High
triggerThreshold: 0
description: |
    'Detects exploitation pattern of CVE-2020-1350 (SIGRED) vulnerability.'
queryFrequency: 15m
version: 1.0.0
id: 1267d53d-f5fd-418b-b8da-34453a5994c2
{
  "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
  "contentVersion": "1.0.0.0",
  "parameters": {
    "workspace": {
      "type": "String"
    }
  },
  "resources": [
    {
      "apiVersion": "2023-02-01-preview",
      "id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/1267d53d-f5fd-418b-b8da-34453a5994c2')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/1267d53d-f5fd-418b-b8da-34453a5994c2')]",
      "properties": {
        "alertRuleTemplateName": "1267d53d-f5fd-418b-b8da-34453a5994c2",
        "customDetails": null,
        "description": "'Detects exploitation pattern of CVE-2020-1350 (SIGRED) vulnerability.'\n",
        "displayName": "Google DNS - CVE-2020-1350 (SIGRED) exploitation pattern",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "IP",
            "fieldMappings": [
              {
                "columnName": "IPCustomEntity",
                "identifier": "Address"
              }
            ]
          }
        ],
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GoogleCloudPlatformDNS/Analytic Rules/GCPDNSSIGREDPattern.yaml",
        "query": "let threshold = 15;\nGCPCloudDNS\n| where QueryTypeName in~ ('SIG', 'RRSIG')\n| where NetworkProtocol =~ 'TCP'\n| summarize count() by SrcIpAddr, bin(TimeGenerated, 1m)\n| where count_ < threshold\n| extend IPCustomEntity = SrcIpAddr\n",
        "queryFrequency": "PT15M",
        "queryPeriod": "PT15M",
        "severity": "High",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "PrivilegeEscalation"
        ],
        "techniques": [
          "T1068"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}