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-2021-40444 exploitation

Back
Id6758c671-e9ee-495d-b6b0-92ffd08a8c3b
RulenameGoogle DNS - CVE-2021-40444 exploitation
DescriptionDetects CVE-2021-40444 exploitation.
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/GCPDNSCVE-2021-40444.yaml
Version1.0.0
Arm template6758c671-e9ee-495d-b6b0-92ffd08a8c3b.json
Deploy To Azure
GCPCloudDNS
| where Query has_any ('hidusi.com', 'dodefoh.com', 'joxinu.com')
| extend DNSCustomEntity = Query, IPCustomEntity = SrcIpAddr
name: Google DNS - CVE-2021-40444 exploitation
requiredDataConnectors:
- dataTypes:
  - GCPCloudDNS
  connectorId: GCPDNSDataConnector
queryPeriod: 15m
query: |
  GCPCloudDNS
  | where Query has_any ('hidusi.com', 'dodefoh.com', 'joxinu.com')
  | extend DNSCustomEntity = Query, IPCustomEntity = SrcIpAddr  
entityMappings:
- entityType: DNS
  fieldMappings:
  - columnName: DNSCustomEntity
    identifier: DomainName
- entityType: IP
  fieldMappings:
  - columnName: IPCustomEntity
    identifier: Address
relevantTechniques:
- T1068
version: 1.0.0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GoogleCloudPlatformDNS/Analytic Rules/GCPDNSCVE-2021-40444.yaml
triggerOperator: gt
id: 6758c671-e9ee-495d-b6b0-92ffd08a8c3b
queryFrequency: 15m
kind: Scheduled
severity: High
triggerThreshold: 0
tactics:
- PrivilegeEscalation
description: |
    'Detects CVE-2021-40444 exploitation.'