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

Google DNS - UNC2452 Nobelium APT Group activity

Back
Id22a613ea-c338-4f91-bbd3-3be97b00ebf9
RulenameGoogle DNS - UNC2452 (Nobelium) APT Group activity
DescriptionDetects UNC2452 (Nobelium) APT Group activity.
SeverityHigh
TacticsCommandAndControl
TechniquesT1095
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/GCPDNSUNC2452AptActivity.yaml
Version1.0.0
Arm template22a613ea-c338-4f91-bbd3-3be97b00ebf9.json
Deploy To Azure
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