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