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 TOR Links

Back
Idb9df1ec4-a572-4448-8da1-1bc4b7e1687f
RulenameCyble Vision Alerts TOR Links
DescriptionDetects Tor marketplace, darkweb link, and onion domain alerts from CybleVision. Uses the Alerts_TorLinks parser to extract onion URLs, search engines, search keywords, content, and identifiers. Incidents are grouped by service.
SeverityLow
TacticsResourceDevelopment
Reconnaissance
TechniquesT1583
T1590
T1595
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_TOR_Links.yaml
Version1.0.0
Arm templateb9df1ec4-a572-4448-8da1-1bc4b7e1687f.json
Deploy To Azure
Alerts_tor_links 
| where Service == "tor_links" 
| extend MappedSeverity = Severity
subTechniques: []
relevantTechniques:
- T1583
- T1590
- T1595
version: 1.0.0
severity: Low
incidentConfiguration:
  createIncident: true
  groupingConfiguration:
    lookbackDuration: PT5H
    reopenClosedIncident: false
    matchingMethod: AllEntities
    enabled: false
name: Cyble Vision Alerts TOR Links
customDetails:
  Status: Status
  TOR_Doc: TL_Doc_Data
  SearchEngine: Search_Engine
  UpdatedOn: TL_UpdatedOn
  MappedSeverity: Severity
  Service: Service
  DocId: TL_Doc_Id
  SearchKeyword: TL_SearchKeyword
  Tags: Tags
  AlertID: AlertID
enabled: true
description: |
    'Detects Tor marketplace, darkweb link, and onion domain alerts from CybleVision. Uses the Alerts_TorLinks parser to extract onion URLs, search engines, search keywords, content, and identifiers. Incidents are grouped by service.'
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_TOR_Links.yaml
queryFrequency: 30m
suppressionDuration: PT5H
tactics:
- ResourceDevelopment
- Reconnaissance
triggerThreshold: 0
queryPeriod: 30m
id: b9df1ec4-a572-4448-8da1-1bc4b7e1687f
eventGroupingSettings:
  aggregationKind: AlertPerResult
requiredDataConnectors:
- connectorId: CybleVisionAlerts
  dataTypes:
  - CybleVisionAlerts_CL
triggerOperator: GreaterThan
alertDetailsOverride:
  alertDynamicProperties: []
  alertDisplayNameFormat: CybleVision Tor Link Alert ({{KeywordName}})
  alertDescriptionFormat: |
        Source {{TL_SearchEngine}}. Tor URL {{TL_TorUrl}}. Description {{Description}}"
status: Available
query: |
  Alerts_tor_links 
  | where Service == "tor_links" 
  | extend MappedSeverity = Severity  
kind: Scheduled
entityMappings:
- fieldMappings:
  - identifier: Url
    columnName: TL_TorUrl
  entityType: URL
- fieldMappings:
  - identifier: DomainName
    columnName: Domain
  entityType: DNS
- fieldMappings:
  - identifier: Address
    columnName: IP
  entityType: IP