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 Expiry Alert

Back
Id81404e99-ce27-45aa-aa19-a276a3d4c645
RulenameCyble Vision Alerts Domain Expiry Alert
DescriptionTriggers when a monitored domain is about to expire. Expired domains risk service disruption, takeover, or misuse by adversaries.
SeverityLow
TacticsImpact
TechniquesT1499
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_expiry_rule.yaml
Version1.0.0
Arm template81404e99-ce27-45aa-aa19-a276a3d4c645.json
Deploy To Azure
Alerts_domain_expiry  
| where Service == "domain_expiry" 
| extend MappedSeverity = Severity
name: Cyble Vision Alerts Domain Expiry Alert
id: 81404e99-ce27-45aa-aa19-a276a3d4c645
enabled: true
entityMappings:
- fieldMappings:
  - columnName: DE_Domain
    identifier: DomainName
  entityType: DNS
version: 1.0.0
triggerOperator: GreaterThan
query: |
  Alerts_domain_expiry  
  | where Service == "domain_expiry" 
  | extend MappedSeverity = Severity  
description: |
    'Triggers when a monitored domain is about to expire. Expired domains risk service disruption, takeover, or misuse by adversaries.'
kind: Scheduled
queryfrequency: 30m
triggerThreshold: 0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_domain_expiry_rule.yaml
severity: Low
incidentConfiguration:
  createIncident: true
  alertDisplayNameFormat: Domain Expiration Imminent {{DE_Domain}}
  alertDetailsOverride: 
  alertDescriptionFormat: |
        The monitored domain is expiring soon. Expiry Date {{DE_ExpiryDate}}. Due in {{DE_DueDays}} days. Alert Type {{DE_TypeText}}. Immediate renewal is recommended to avoid service disruption or domain hijacking.
  groupingConfiguration:
    lookbackDuration: PT5H
    reopenClosedIncident: false
    matchingMethod: AllEntities
    enabled: false
queryPeriod: 30m
requiredDataConnectors:
- dataTypes:
  - CybleVisionAlerts_CL
  connectorId: CybleVisionAlerts
status: Available
customDetails:
  DE_DueDays: DE_DueDays
  AlertID: AlertID
  DE_TypeText: DE_TypeText
  DE_Domain: DE_Domain
  Service: Service
  DE_ExpiryDate: DE_ExpiryDate
  Status: Status
  MappedSeverity: Severity
eventGroupingSettings:
  aggregationKind: AlertPerResult
relevantTechniques:
- T1499
tactics:
- Impact