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 Discovered Subdomain

Back
Id7a0f79cc-8d28-44b5-ac1e-6176565bb7b8
RulenameCyble Vision Alerts Discovered Subdomain
DescriptionTriggers when a new subdomain is detected for a monitored keyword/domain.
SeverityLow
TacticsReconnaissance
TechniquesT1595
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_subdomains_rule.yaml
Version1.0.0
Arm template7a0f79cc-8d28-44b5-ac1e-6176565bb7b8.json
Deploy To Azure
Alerts_subdomains  
| where Service == "subdomains" 
| extend MappedSeverity = Severity
name: Cyble Vision Alerts Discovered Subdomain
id: 7a0f79cc-8d28-44b5-ac1e-6176565bb7b8
enabled: true
entityMappings:
- fieldMappings:
  - columnName: SD_Subdomain
    identifier: DomainName
  entityType: DNS
version: 1.0.0
triggerOperator: GreaterThan
query: |
  Alerts_subdomains  
  | where Service == "subdomains" 
  | extend MappedSeverity = Severity  
description: |
    'Triggers when a new subdomain is detected for a monitored keyword/domain.'
kind: Scheduled
queryfrequency: 30m
triggerThreshold: 0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_subdomains_rule.yaml
severity: Low
incidentConfiguration:
  createIncident: true
  alertDisplayNameFormat: New Subdomain Detected {{SD_Subdomain}}
  alertDetailsOverride: 
  alertDescriptionFormat: |
        A new subdomain was discovered for monitored domain/keyword. Keyword {{SD_KeywordName}} Bucket {{SD_BucketName}} Severity {{MappedSeverity}} This may represent new attack surface exposure or infrastructure expansion.
  groupingConfiguration:
    lookbackDuration: PT5H
    reopenClosedIncident: false
    matchingMethod: AllEntities
    enabled: false
queryPeriod: 30m
requiredDataConnectors:
- dataTypes:
  - CybleVisionAlerts_CL
  connectorId: CybleVisionAlerts
status: Available
customDetails:
  AlertID: AlertID
  SD_EntityID: EntityID
  SD_BucketName: BucketName
  Service: Service
  SD_KeywordName: KeywordName
  Status: Status
  SD_Subdomain: SD_Subdomain
  MappedSeverity: Severity
eventGroupingSettings:
  aggregationKind: AlertPerResult
relevantTechniques:
- T1595
tactics:
- Reconnaissance