Detection rules › Kusto
CybleVision Alerts Darkweb Marketplace Alerts
This is a third-party alert feed, not a detection over modeled telemetry. The vendor product raised the finding; this rule forwards it into the SIEM. It is searchable for reference but is excluded from the detection-rule browse and the ATT&CK coverage matrix.
'Detects stolen credentials, financial information, stealer logs, and related payloads listed on Darkweb marketplaces such as RussianMarket. Extracts card data, victim info, metadata, and marketplace context via Alerts_DarkwebMarketplaces.'
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Reconnaissance | T1589 Gather Victim Identity Information |
| Credential Access | T1555 Credentials from Password Stores |
| Collection | T1005 Data from Local System |
| Exfiltration | T1041 Exfiltration Over C2 Channel |
| Exfiltration | T1646 Exfiltration Over C2 Channel |
Rule body kusto
id: e80eedb4-cbae-45cc-b1be-a2a8dc31af3b
name: CybleVision Alerts Darkweb Marketplace Alerts
description: |
'Detects stolen credentials, financial information, stealer logs, and related payloads listed on Darkweb marketplaces such as RussianMarket. Extracts card data, victim info, metadata, and marketplace context via Alerts_DarkwebMarketplaces.'
severity: Low
status: Available
requiredDataConnectors:
- connectorId: CybleVisionAlerts
dataTypes:
- CybleVisionAlerts_CL
enabled: true
queryFrequency: 30m
queryPeriod: 30m
triggerOperator: GreaterThan
triggerThreshold: 0
suppressionDuration: PT5H
eventGroupingSettings:
aggregationKind: AlertPerResult
tactics:
- CredentialAccess
- Collection
- Exfiltration
- Reconnaissance
relevantTechniques:
- T1555
- T1005
- T1041
- T1589
- T1646
subTechniques: []
query: |
Alerts_darkweb_marketplaces
| where Service == "darkweb_marketplaces"
| extend MappedSeverity = Severity
incidentConfiguration:
createIncident: true
groupingConfiguration:
enabled: false
reopenClosedIncident: false
lookbackDuration: PT5H
matchingMethod: AllEntities
alertDetailsOverride:
alertDisplayNameFormat: CybleVision Darkweb Listing Found ({{DW_Marketplace}})
alertDescriptionFormat: |
A darkweb marketplace listing referencing your monitored assets was discovered. Vendor {{DW_Vendor}} Region {{DW_Region}} Links {{DW_Links}}\n
alertDynamicProperties: []
customDetails:
MappedSeverity: Severity
Status: Status
AlertID: AlertID
Service: Service
Marketplace: DW_Marketplace
Vendor: DW_Vendor
Price: DW_Price
Country: DW_Country
Region: DW_Region
Stealer: DW_StealerName
Date: DW_Date
UpdatedDate: DW_UpdatedDate
Links: DW_Links
BankCard: DW_Bank_CardNo
BankBrand: DW_Bank_Brand
BankExpiry: DW_Bank_Expiry
RealName: DW_Bank_RealName
RawData: DW_RawData
Info: DW_Info
Tags: DW_Tags
entityMappings:
- entityType: DNS
fieldMappings:
- identifier: DomainName
columnName: DW_Links
- entityType: File
fieldMappings:
- identifier: Name
columnName: DW_Bank_BIN
- entityType: IP
fieldMappings:
- identifier: Address
columnName: DW_IP
version: 1.0.0
kind: Scheduled
Stages and Predicates
Stage 1: source
Alerts_darkweb_marketplaces
Stage 2: where
| where Service == "darkweb_marketplaces"
Stage 3: extend
| extend MappedSeverity = Severity
Indicators
Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.
| Field | Kind | Values |
|---|---|---|
Service | eq |
|
Output fields
Fields the rule emits when it matches. Chronicle authors list these in the outcome block; they appear on the detection and $risk_score drives alerting. Sentinel / Defender XDR rules build them up through project / summarize / extend stages. Sentinel maps these into alert fields via entityMappings and customDetails; Defender XDR custom detections surface them as alert fields directly.
| Field | Source |
|---|---|
MappedSeverity | extend |