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

Cyble Vision Alerts Domain Watchlist

Back
Id0a54dc90-9a9d-4300-af21-feb5136e81da
RulenameCyble Vision Alerts Domain Watchlist
DescriptionTriggers when monitored domain DNS records change (A, NS, MX, TXT, SOA). DNS record changes may indicate misconfiguration, domain takeover attempts, or infrastructure shifts requiring review.
SeverityLow
TacticsResourceDevelopment
TechniquesT1584
Required data connectorsCybleVisionAlerts
KindScheduled
Query frequency30m
Query period30m
Trigger threshold0
Trigger operatorGreaterThan
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_domain_watchlist_rule.yaml
Version1.0.0
Arm template0a54dc90-9a9d-4300-af21-feb5136e81da.json
Deploy To Azure
Alerts_domain_watchlist  
| where Service == "domain_watchlist" 
| extend MappedSeverity = Severity
customDetails:
  MappedSeverity: Severity
  DW_New_Domain: DW_New_Domain
  DW_Old_Domain: DW_Old_Domain
  Status: Status
  AlertID: AlertID
  Service: Service
  DW_UpdatedFields: DW_UpdatedFields
id: 0a54dc90-9a9d-4300-af21-feb5136e81da
name: Cyble Vision Alerts Domain Watchlist
queryPeriod: 30m
requiredDataConnectors:
- connectorId: CybleVisionAlerts
  dataTypes:
  - CybleVisionAlerts_CL
incidentConfiguration:
  createIncident: true
  alertDetailsOverride: 
  alertDescriptionFormat: |
        Domain Watchlist Alert: DNS records for {{DW_New_Domain}} have changed. Updated fields {{DW_UpdatedFields}}. Review differences between old and new DNS records to determine if this is a legitimate update or a potential hijack attempt.
  alertDisplayNameFormat: DNS Record Change Detected for {{DW_New_Domain}}
  groupingConfiguration:
    enabled: false
    matchingMethod: AllEntities
    lookbackDuration: PT5H
    reopenClosedIncident: false
version: 1.0.0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_domain_watchlist_rule.yaml
query: |
  Alerts_domain_watchlist  
  | where Service == "domain_watchlist" 
  | extend MappedSeverity = Severity  
eventGroupingSettings:
  aggregationKind: AlertPerResult
relevantTechniques:
- T1584
entityMappings:
- entityType: DNS
  fieldMappings:
  - identifier: DomainName
    columnName: DW_New_Domain
enabled: true
severity: Low
kind: Scheduled
triggerThreshold: 0
triggerOperator: GreaterThan
tactics:
- ResourceDevelopment
status: Available
queryfrequency: 30m
description: |
    'Triggers when monitored domain DNS records change (A, NS, MX, TXT, SOA). DNS record changes may indicate misconfiguration, domain takeover attempts, or infrastructure shifts requiring review.'