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 I2P Monitoring

Back
Idd1cdfb8d-12cd-4a29-8caf-ef4a35ad67ed
RulenameCyble Vision Alerts I2P Monitoring
DescriptionTriggers 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.
SeverityLow
TacticsResourceDevelopment
TechniquesT1585
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_i2p_rule.yaml
Version1.0.0
Arm templated1cdfb8d-12cd-4a29-8caf-ef4a35ad67ed.json
Deploy To Azure
Alerts_i2p  
| where Service == "i2p" 
| extend MappedSeverity = Severity
name: Cyble Vision Alerts I2P Monitoring
id: d1cdfb8d-12cd-4a29-8caf-ef4a35ad67ed
enabled: true
entityMappings:
- fieldMappings:
  - columnName: I2P_URL
    identifier: Url
  entityType: URL
version: 1.0.0
triggerOperator: GreaterThan
query: |
  Alerts_i2p  
  | where Service == "i2p" 
  | extend MappedSeverity = Severity  
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.'
kind: Scheduled
queryfrequency: 30m
triggerThreshold: 0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_i2p_rule.yaml
severity: Low
incidentConfiguration:
  createIncident: true
  alertDisplayNameFormat: I2P Content Alert Hidden Service Activity for Keyword {{I2P_SearchKeyword}}
  alertDetailsOverride: 
  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.
  groupingConfiguration:
    lookbackDuration: PT5H
    reopenClosedIncident: false
    matchingMethod: AllEntities
    enabled: false
queryPeriod: 30m
requiredDataConnectors:
- dataTypes:
  - CybleVisionAlerts_CL
  connectorId: CybleVisionAlerts
status: Available
customDetails:
  AlertID: AlertID
  I2P_SearchKeyword: I2P_SearchKeyword
  Service: Service
  I2P_URL: I2P_URL
  Status: Status
  MappedSeverity: Severity
  I2P_UpdatedOn: I2P_UpdatedOn
eventGroupingSettings:
  aggregationKind: AlertPerResult
relevantTechniques:
- T1585
tactics:
- ResourceDevelopment