Analytic rule catalog
Cyble Vision Alerts I2P Monitoring
Back
| Id | d1cdfb8d-12cd-4a29-8caf-ef4a35ad67ed |
| Rulename | 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 |
| Tactics | ResourceDevelopment |
| Techniques | T1585 |
| Required data connectors | CybleVisionAlerts |
| Kind | Scheduled |
| Query frequency | 30m |
| Query period | 30m |
| Trigger threshold | 0 |
| Trigger operator | GreaterThan |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble%20Vision/Analytic%20Rules/Alerts_i2p_rule.yaml |
| Version | 1.0.0 |
| Arm template | d1cdfb8d-12cd-4a29-8caf-ef4a35ad67ed.json |
Alerts_i2p
| where Service == "i2p"
| extend MappedSeverity = Severity
relevantTechniques:
- T1585
queryPeriod: 30m
query: |
Alerts_i2p
| where Service == "i2p"
| extend MappedSeverity = Severity
triggerOperator: GreaterThan
id: d1cdfb8d-12cd-4a29-8caf-ef4a35ad67ed
entityMappings:
- entityType: URL
fieldMappings:
- identifier: Url
columnName: I2P_URL
incidentConfiguration:
createIncident: true
groupingConfiguration:
lookbackDuration: PT5H
matchingMethod: AllEntities
reopenClosedIncident: false
enabled: false
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.
alertDisplayNameFormat: I2P Content Alert Hidden Service Activity for Keyword {{I2P_SearchKeyword}}
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
eventGroupingSettings:
aggregationKind: AlertPerResult
queryfrequency: 30m
severity: Low
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble%20Vision/Analytic%20Rules/Alerts_i2p_rule.yaml
tactics:
- ResourceDevelopment
triggerThreshold: 0
status: Available
enabled: true
version: 1.0.0
requiredDataConnectors:
- connectorId: CybleVisionAlerts
dataTypes:
- CybleVisionAlerts_CL
name: Cyble Vision Alerts I2P Monitoring
customDetails:
I2P_URL: I2P_URL
AlertID: AlertID
I2P_SearchKeyword: I2P_SearchKeyword
I2P_UpdatedOn: I2P_UpdatedOn
Status: Status
Service: Service
MappedSeverity: Severity
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"apiVersion": "2024-01-01-preview",
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/d1cdfb8d-12cd-4a29-8caf-ef4a35ad67ed')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/d1cdfb8d-12cd-4a29-8caf-ef4a35ad67ed')]",
"properties": {
"alertRuleTemplateName": "d1cdfb8d-12cd-4a29-8caf-ef4a35ad67ed",
"customDetails": {
"AlertID": "AlertID",
"I2P_SearchKeyword": "I2P_SearchKeyword",
"I2P_UpdatedOn": "I2P_UpdatedOn",
"I2P_URL": "I2P_URL",
"MappedSeverity": "Severity",
"Service": "Service",
"Status": "Status"
},
"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.'\n",
"displayName": "Cyble Vision Alerts I2P Monitoring",
"enabled": true,
"entityMappings": [
{
"entityType": "URL",
"fieldMappings": [
{
"columnName": "I2P_URL",
"identifier": "Url"
}
]
}
],
"eventGroupingSettings": {
"aggregationKind": "AlertPerResult"
},
"incidentConfiguration": {
"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.\n",
"alertDetailsOverride": null,
"alertDisplayNameFormat": "I2P Content Alert Hidden Service Activity for Keyword {{I2P_SearchKeyword}}",
"createIncident": true,
"groupingConfiguration": {
"enabled": false,
"lookbackDuration": "PT5H",
"matchingMethod": "AllEntities",
"reopenClosedIncident": false
}
},
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble%20Vision/Analytic%20Rules/Alerts_i2p_rule.yaml",
"query": "Alerts_i2p \n| where Service == \"i2p\" \n| extend MappedSeverity = Severity\n",
"queryfrequency": "PT30M",
"queryPeriod": "PT30M",
"severity": "Low",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"ResourceDevelopment"
],
"techniques": [
"T1585"
],
"templateVersion": "1.0.0",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}