Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

VTI - High Severity Domain Collision Detection

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