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

Cyble Vision Alerts Darkweb Ransomware Leak

Back
Id6deaf986-a25b-47b4-afbe-667901aa313b
RulenameCyble Vision Alerts Darkweb Ransomware Leak
DescriptionA ransomware threat actor has posted victim data on the dark web. This alert includes leaked documents, threat actor name, victim organization, timestamps, and extracted text content for SOC triage.
SeverityLow
TacticsImpact
Exfiltration
Reconnaissance
TechniquesT1486
T1657
Required data connectorsCybleVisionAlerts
KindScheduled
Query frequency30m
Query period30m
Trigger threshold0
Trigger operatorGreaterThan
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_darkweb_ransomware_rule.yaml
Version1.0.0
Arm template6deaf986-a25b-47b4-afbe-667901aa313b.json
Deploy To Azure
Alerts_darkweb_ransomware
| where Service == "darkweb_ransomware"
| extend MappedSeverity = Severity
tactics:
- Impact
- Exfiltration
- Reconnaissance
incidentConfiguration:
  groupingConfiguration:
    enabled: false
    matchingMethod: AllEntities
    reopenClosedIncident: false
    lookbackDuration: PT5H
  createIncident: true
severity: Low
alertDetailsOverride:
  alertDescriptionFormat: |
    A ransomware group has posted data belonging on the dark web. A document leak has been detected, including text extracted from the file.
    **Victim:** {{Victim}}
    **Threat Actor:** {{ThreatActor}}
    **Leaked File:** {{FileName}}    
  alertDisplayNameFormat: Darkweb Ransomware Leak {{Victim}} by {{ThreatActor}}
description: |
    'A ransomware threat actor has posted victim data on the dark web. This alert includes leaked documents, threat actor name, victim organization, timestamps, and extracted text content for SOC triage.'
customDetails:
  Service: Service
  CompanyLeak: DW_CompanyLeak
  UpdatedDate: DW_UpdatedDate_Nested
  OriginalFileName: DW_OriginalFileName
  ThreatActor: DW_ThreatActor_Nested
  FileName: DW_FileName
  MappedSeverity: Severity
  Victim: DW_Victim_Nested
  DocumentYear: DW_DocumentYear
  Status: Status
  ContentText: DW_Text
  AlertID: AlertID
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_darkweb_ransomware_rule.yaml
requiredDataConnectors:
- dataTypes:
  - CybleVisionAlerts_CL
  connectorId: CybleVisionAlerts
enabled: true
name: Cyble Vision Alerts Darkweb Ransomware Leak
query: |
  Alerts_darkweb_ransomware
  | where Service == "darkweb_ransomware"
  | extend MappedSeverity = Severity  
id: 6deaf986-a25b-47b4-afbe-667901aa313b
relevantTechniques:
- T1486
- T1657
queryfrequency: 30m
queryPeriod: 30m
eventGroupingSettings:
  aggregationKind: AlertPerResult
entityMappings:
- fieldMappings:
  - columnName: DW_Victim_Nested
    identifier: Name
  - columnName: DW_ThreatActor_Nested
    identifier: FullName
  entityType: Account
triggerThreshold: 0
status: Available
version: 1.0.0
kind: Scheduled
triggerOperator: GreaterThan