GCPCloudDNS
| where Query has_any ('tomasubiera.com', 'theandersonco.com', 'stonecrestnews.com', 'nordicmademedia.com')
| extend DNSCustomEntity = Query, IPCustomEntity = SrcIpAddr
name: Google DNS - UNC2452 (Nobelium) APT Group activity
id: 22a613ea-c338-4f91-bbd3-3be97b00ebf9
description: |
'Detects UNC2452 (Nobelium) APT Group activity.'
triggerThreshold: 0
entityMappings:
- fieldMappings:
- columnName: DNSCustomEntity
identifier: DomainName
entityType: DNS
- fieldMappings:
- columnName: IPCustomEntity
identifier: Address
entityType: IP
version: 1.0.0
triggerOperator: gt
query: |
GCPCloudDNS
| where Query has_any ('tomasubiera.com', 'theandersonco.com', 'stonecrestnews.com', 'nordicmademedia.com')
| extend DNSCustomEntity = Query, IPCustomEntity = SrcIpAddr
tactics:
- CommandAndControl
kind: Scheduled
queryFrequency: 15m
severity: High
queryPeriod: 15m
requiredDataConnectors:
- dataTypes:
- GCPCloudDNS
connectorId: GCPDNSDataConnector
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GoogleCloudPlatformDNS/Analytic Rules/GCPDNSUNC2452AptActivity.yaml
relevantTechniques:
- T1095