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 SHA1 Collision Detection

Back
Iddbd9e28f-973d-47f3-a8c3-9e18da846870
RulenameVTI - High Severity SHA1 Collision Detection
DescriptionThis will alert when a collision is detected for DeviceFileEvents events with VTI high severity SHA1 IoCs
SeverityHigh
TacticsExecution
TechniquesT1204
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_sha1.yaml
Version1.0.0
Arm templatedbd9e28f-973d-47f3-a8c3-9e18da846870.json
Deploy To Azure
DeviceFileEvents
| join kind=inner (VisaThreatIntelligenceIOC_CL  | where IOCType == "sha1" and SourceSeverity == "High")
on $left.InitiatingProcessSHA1 == $right.Value
description: This will alert when a collision is detected for DeviceFileEvents events with VTI high severity SHA1 IoCs
tactics:
- Execution
suppressionEnabled: false
suppressionDuration: 1h
requiredDataConnectors:
- dataTypes:
  - VisaThreatIntelligenceIOC_CL
  - DeviceFileEvents
  connectorId: VisaThreatIntelligence
incidentConfiguration:
  groupingConfiguration:
    enabled: true
    lookbackDuration: 1h
    reopenClosedIncident: false
    matchingMethod: AllEntities
  createIncident: true
id: dbd9e28f-973d-47f3-a8c3-9e18da846870
severity: High
eventGroupingSettings:
  aggregationKind: SingleAlert
query: |-
  DeviceFileEvents
  | join kind=inner (VisaThreatIntelligenceIOC_CL  | where IOCType == "sha1" and SourceSeverity == "High")
  on $left.InitiatingProcessSHA1 == $right.Value  
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Visa Threat Intelligence (VTI)/Analytic Rules/VTIP_high_severity_sha1.yaml
kind: Scheduled
queryPeriod: 1h
name: VTI - High Severity SHA1 Collision Detection
queryFrequency: 1h
triggerThreshold: 0
relevantTechniques:
- T1204
version: 1.0.0
entityMappings:
- entityType: Host
  fieldMappings:
  - identifier: HostName
    columnName: DeviceName
- entityType: FileHash
  fieldMappings:
  - identifier: Algorithm
    columnName: SHA1
  - identifier: Value
    columnName: InitiatingProcessSHA1
triggerOperator: gt