Back
Id1932DCFD-A32E-49F9-A212-5BCD084FBD78
RulenameCyble Advisory Alerts Advisory
DescriptionGenerates Microsoft Sentinel incidents from Cyble Advisory service alerts. Advisory alerts provide intelligence and context related to monitored keywords.Severity is normalized using MappedSeverity for downstream automation.
SeverityLow
TacticsReconnaissance
ResourceDevelopment
TechniquesT1595
T1596
T1587
Required data connectorsCybleVisionAlerts
KindScheduled
Query frequency30m
Query period30m
Trigger threshold0
Trigger operatorGreaterThan
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble%20Vision/Analytic%20Rules/Alerts_advisory.yaml
Version1.0.0
Arm template1932DCFD-A32E-49F9-A212-5BCD084FBD78.json
Deploy To Azure
Alerts_advisory
| where Service == "advisory" 
| extend MappedSeverity = Severity
relevantTechniques:
- T1595
- T1596
- T1587
queryPeriod: 30m
query: |
  Alerts_advisory
  | where Service == "advisory" 
  | extend MappedSeverity = Severity
triggerOperator: GreaterThan
id: 1932DCFD-A32E-49F9-A212-5BCD084FBD78
entityMappings: 
incidentConfiguration:
  createIncident: true
  groupingConfiguration:
    lookbackDuration: PT5H
    matchingMethod: AllEntities
    reopenClosedIncident: false
    enabled: false
  alertDetailsOverride: 
  alertDescriptionFormat: |
    Vision Alert for AdvisoryId {{ADV_Value}}
  alertDisplayNameFormat: Cyble Vision Advisory {{ADV_Value}} detected
description: |
  'Generates Microsoft Sentinel incidents from Cyble Advisory service alerts. Advisory alerts provide intelligence and context related to monitored keywords.Severity is normalized using MappedSeverity for downstream automation.'
kind: Scheduled
eventGroupingSettings:
  aggregationKind: AlertPerResult
queryfrequency: 30m
severity: Low
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble%20Vision/Analytic%20Rules/Alerts_advisory.yaml
tactics:
- Reconnaissance
- ResourceDevelopment
triggerThreshold: 0
suppressionEnabled: false
status: Available
enabled: true
version: 1.0.0
requiredDataConnectors:
- connectorId: CybleVisionAlerts
  dataTypes:
  - CybleVisionAlerts_CL
name: Cyble Advisory Alerts Advisory
customDetails:
  AdvisoryId: ADV_Value
  Keyword: KeywordName
  AlertID: AlertID
  Status: Status
  Service: Service
  BucketName: BucketName
  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/1932DCFD-A32E-49F9-A212-5BCD084FBD78')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/1932DCFD-A32E-49F9-A212-5BCD084FBD78')]",
      "properties": {
        "alertRuleTemplateName": "1932DCFD-A32E-49F9-A212-5BCD084FBD78",
        "customDetails": {
          "AdvisoryId": "ADV_Value",
          "AlertID": "AlertID",
          "BucketName": "BucketName",
          "Keyword": "KeywordName",
          "MappedSeverity": "Severity",
          "Service": "Service",
          "Status": "Status"
        },
        "description": "'Generates Microsoft Sentinel incidents from Cyble Advisory service alerts. Advisory alerts provide intelligence and context related to monitored keywords.Severity is normalized using MappedSeverity for downstream automation.'\n",
        "displayName": "Cyble Advisory Alerts Advisory",
        "enabled": true,
        "entityMappings": null,
        "eventGroupingSettings": {
          "aggregationKind": "AlertPerResult"
        },
        "incidentConfiguration": {
          "alertDescriptionFormat": "Vision Alert for AdvisoryId {{ADV_Value}}\n",
          "alertDetailsOverride": null,
          "alertDisplayNameFormat": "Cyble Vision Advisory {{ADV_Value}} detected",
          "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_advisory.yaml",
        "query": "Alerts_advisory\n| where Service == \"advisory\" \n| extend MappedSeverity = Severity\n",
        "queryfrequency": "PT30M",
        "queryPeriod": "PT30M",
        "severity": "Low",
        "status": "Available",
        "subTechniques": [],
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "Reconnaissance",
          "ResourceDevelopment"
        ],
        "techniques": [
          "T1587",
          "T1595",
          "T1596"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}