Detection rules › Kusto

Google DNS - CVE-2021-40444 exploitation

Severity
high
Time window
15m
Source
github.com/Azure/Azure-Sentinel

'Detects CVE-2021-40444 exploitation.'

MITRE ATT&CK coverage

TacticTechniques
Privilege Escalation

Rule body

id: 6758c671-e9ee-495d-b6b0-92ffd08a8c3b
name: Google DNS - CVE-2021-40444 exploitation
description: |
  'Detects CVE-2021-40444 exploitation.'
severity: High
requiredDataConnectors:
  - connectorId: GCPDNSDataConnector
    dataTypes:
      - GCPCloudDNS
queryFrequency: 15m
queryPeriod: 15m
triggerOperator: gt
triggerThreshold: 0
tactics:
  - PrivilegeEscalation
relevantTechniques:
  - T1068
query: |
  GCPCloudDNS
  | where Query has_any ('hidusi.com', 'dodefoh.com', 'joxinu.com')
  | extend DNSCustomEntity = Query, IPCustomEntity = SrcIpAddr
entityMappings:
  - entityType: DNS
    fieldMappings:
      - identifier: DomainName
        columnName: DNSCustomEntity
  - entityType: IP
    fieldMappings:
      - identifier: Address
        columnName: IPCustomEntity
version: 1.0.0
kind: Scheduled

Stages and Predicates

Stage 1: source

GCPCloudDNS

Stage 2: where

| where Query has_any ('hidusi.com', 'dodefoh.com', 'joxinu.com')

Stage 3: extend

| extend DNSCustomEntity = Query, IPCustomEntity = SrcIpAddr

Indicators

These rows show field, operator, and value matches.

FieldKindValuesSearch
Querymatch
  • dodefoh.com transforms: term
  • hidusi.com transforms: term
  • joxinu.com transforms: term
field:"Query" kind:match

Output fields

These fields are emitted when the rule matches.

FieldSource
DNSCustomEntityextend
IPCustomEntityextend