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