Detection rules › Kusto

Cyble Vision Alerts I2P Monitoring

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.

Status
available
Severity
low
Time window
30m
Source
github.com/Azure/Azure-Sentinel

'Triggers when I2P content is detected related to monitored keywords. Useful for identifying extremist narratives, radicalization indicators, or harmful ideological campaigns spreading through I2P hidden services.'

MITRE ATT&CK coverage

TacticTechniques
Resource DevelopmentT1585 Establish Accounts

Rule body kusto

id: d1cdfb8d-12cd-4a29-8caf-ef4a35ad67ed
name: Cyble Vision Alerts I2P Monitoring
description: |
  'Triggers when I2P content is detected related to monitored keywords. Useful for identifying extremist narratives, radicalization indicators, or harmful ideological campaigns spreading through I2P hidden services.'
severity: Low
status: Available
requiredDataConnectors:
- connectorId: CybleVisionAlerts
  dataTypes:
  - CybleVisionAlerts_CL
enabled: true
queryfrequency: 30m
queryPeriod: 30m
triggerOperator: GreaterThan
triggerThreshold: 0
eventGroupingSettings:
  aggregationKind: AlertPerResult
tactics:
- ResourceDevelopment
relevantTechniques:
- T1585
query: |
  Alerts_i2p  
  | where Service == "i2p" 
  | extend MappedSeverity = Severity
incidentConfiguration:
  createIncident: true
  groupingConfiguration:
    enabled: false
    reopenClosedIncident: false
    lookbackDuration: PT5H
    matchingMethod: AllEntities
  alertDetailsOverride:
  alertDisplayNameFormat: I2P Content Alert Hidden Service Activity for Keyword {{I2P_SearchKeyword}}
  alertDescriptionFormat: |
    Potentially sensitive or harmful content has been detected on the I2P network. URL {{I2P_URL}}. Content updated on {{I2P_UpdatedOn}}. The captured content may involve extremist ideology, radical discussions, or harmful narratives that require SOC review.
customDetails:
  MappedSeverity: Severity
  Status: Status
  AlertID: AlertID
  Service: Service
  I2P_URL: I2P_URL
  I2P_SearchKeyword: I2P_SearchKeyword
  I2P_UpdatedOn: I2P_UpdatedOn
entityMappings:
- entityType: URL
  fieldMappings:
  - identifier: Url
    columnName: I2P_URL
version: 1.0.0
kind: Scheduled

Stages and Predicates

Stage 1: source

Alerts_i2p

Stage 2: where

| where Service == "i2p"

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.

FieldKindValues
Serviceeq
  • i2p transforms: cased

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.

FieldSource
MappedSeverityextend