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
queryPeriod: 15m
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  
name: Google DNS - CVE-2020-1350 (SIGRED) exploitation pattern
entityMappings:
- fieldMappings:
  - columnName: IPCustomEntity
    identifier: Address
  entityType: IP
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GoogleCloudPlatformDNS/Analytic Rules/GCPDNSSIGREDPattern.yaml
requiredDataConnectors:
- connectorId: GCPDNSDataConnector
  dataTypes:
  - GCPCloudDNS
description: |
    'Detects exploitation pattern of CVE-2020-1350 (SIGRED) vulnerability.'
kind: Scheduled
version: 1.0.0
queryFrequency: 15m
severity: High
relevantTechniques:
- T1068
triggerOperator: gt
triggerThreshold: 0
tactics:
- PrivilegeEscalation
id: 1267d53d-f5fd-418b-b8da-34453a5994c2