EmailUrlInfo
| join kind=inner (VisaThreatIntelligenceIOC_CL | where IOCType == "domain" and SourceSeverity == "High")
on $left.UrlDomain == $right.Value
entityMappings:
- fieldMappings:
- columnName: Url
identifier: Url
entityType: URL
- fieldMappings:
- columnName: UrlDomain
identifier: DomainName
entityType: DNS
triggerOperator: gt
tactics:
- InitialAccess
incidentConfiguration:
createIncident: true
groupingConfiguration:
reopenClosedIncident: false
matchingMethod: AllEntities
lookbackDuration: 1h
enabled: true
suppressionDuration: 1h
eventGroupingSettings:
aggregationKind: SingleAlert
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Visa Threat Intelligence (VTI)/Analytic Rules/VTIP_high_severity_domain.yaml
severity: High
triggerThreshold: 0
relevantTechniques:
- T1566
queryPeriod: 1h
query: |-
EmailUrlInfo
| join kind=inner (VisaThreatIntelligenceIOC_CL | where IOCType == "domain" and SourceSeverity == "High")
on $left.UrlDomain == $right.Value
version: 1.0.0
kind: Scheduled
name: VTI - High Severity Domain Collision Detection
queryFrequency: 1h
id: 7be47078-657a-43cf-9c93-b4705a9f6134
description: This will alert when a collision is detected for EmailUrlInfo events with VTI high severity domain IoCs
suppressionEnabled: false
requiredDataConnectors:
- dataTypes:
- VisaThreatIntelligenceIOC_CL
- EmailUrlInfo
connectorId: VisaThreatIntelligence