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