Back
Id231c2c16-3742-4cfb-a8e1-c1a7d09f080a
RulenameCyble Vision Alerts Social Media Monitoring
DescriptionDetects and CybleVision ‘social_media_monitoring’ alerts into a single incident.
SeverityLow
TacticsReconnaissance
ResourceDevelopment
TechniquesT1595
T1585
T1589
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_Social_Media_Monitoring.yaml
Version1.0.0
Arm template231c2c16-3742-4cfb-a8e1-c1a7d09f080a.json
Deploy To Azure
Alerts_social_media_monitoring 
| where Service == "social_media_monitoring"
| extend MappedSeverity = Severity
relevantTechniques:
- T1595
- T1585
- T1589
queryPeriod: 30m
query: |
  Alerts_social_media_monitoring 
  | where Service == "social_media_monitoring"
  | extend MappedSeverity = Severity
triggerOperator: GreaterThan
id: 231c2c16-3742-4cfb-a8e1-c1a7d09f080a
entityMappings:
- entityType: Account
  fieldMappings:
  - identifier: Name
    columnName: SM_CreatorName
- entityType: URL
  fieldMappings:
  - identifier: Url
    columnName: SM_Urls
- entityType: DNS
  fieldMappings:
  - identifier: DomainName
    columnName: Domain
- entityType: IP
  fieldMappings:
  - identifier: Address
    columnName: IP
incidentConfiguration:
  groupingConfiguration:
    lookbackDuration: PT5H
    matchingMethod: AllEntities
    reopenClosedIncident: false
    enabled: false
  createIncident: true
description: |
  'Detects and CybleVision 'social_media_monitoring' alerts into a single incident.'
kind: Scheduled
eventGroupingSettings:
  aggregationKind: AlertPerResult
queryFrequency: 30m
alertDetailsOverride:
  alertDynamicProperties: []
  alertDescriptionFormat: |
    Social media monitoring alert detected. Category {{SM_Category}}. Source {{SM_SourceData}}. Creator {{SM_CreatorName}}.
  alertDisplayNameFormat: CybleVision Social Media Monitoring ({{SM_CreatorName}})
severity: Low
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble%20Vision/Analytic%20Rules/Alerts_Social_Media_Monitoring.yaml
tactics:
- Reconnaissance
- ResourceDevelopment
triggerThreshold: 0
subTechniques: []
status: Available
enabled: false
version: 1.0.0
requiredDataConnectors:
- connectorId: CybleVisionAlerts
  dataTypes:
  - CybleVisionAlerts_CL
name: Cyble Vision Alerts Social Media Monitoring
customDetails:
  Subdomains: SM_Subdomains
  Service: Service
  MappedSeverity: Severity
  Category: SM_Category
  CreatorName: SM_CreatorName
  Source: SM_SourceData
  Sentiment: SM_SentimentData
  URLS: SM_Urls
  Status: Status
  Domains: SM_Domains
  AlertID: AlertID
  ContentHash: SM_ContentHash
{
  "$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/231c2c16-3742-4cfb-a8e1-c1a7d09f080a')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/231c2c16-3742-4cfb-a8e1-c1a7d09f080a')]",
      "properties": {
        "alertDetailsOverride": {
          "alertDescriptionFormat": "Social media monitoring alert detected. Category {{SM_Category}}. Source {{SM_SourceData}}. Creator {{SM_CreatorName}}.\n",
          "alertDisplayNameFormat": "CybleVision Social Media Monitoring ({{SM_CreatorName}})",
          "alertDynamicProperties": []
        },
        "alertRuleTemplateName": "231c2c16-3742-4cfb-a8e1-c1a7d09f080a",
        "customDetails": {
          "AlertID": "AlertID",
          "Category": "SM_Category",
          "ContentHash": "SM_ContentHash",
          "CreatorName": "SM_CreatorName",
          "Domains": "SM_Domains",
          "MappedSeverity": "Severity",
          "Sentiment": "SM_SentimentData",
          "Service": "Service",
          "Source": "SM_SourceData",
          "Status": "Status",
          "Subdomains": "SM_Subdomains",
          "URLS": "SM_Urls"
        },
        "description": "'Detects and CybleVision 'social_media_monitoring' alerts into a single incident.'\n",
        "displayName": "Cyble Vision Alerts Social Media Monitoring",
        "enabled": false,
        "entityMappings": [
          {
            "entityType": "Account",
            "fieldMappings": [
              {
                "columnName": "SM_CreatorName",
                "identifier": "Name"
              }
            ]
          },
          {
            "entityType": "URL",
            "fieldMappings": [
              {
                "columnName": "SM_Urls",
                "identifier": "Url"
              }
            ]
          },
          {
            "entityType": "DNS",
            "fieldMappings": [
              {
                "columnName": "Domain",
                "identifier": "DomainName"
              }
            ]
          },
          {
            "entityType": "IP",
            "fieldMappings": [
              {
                "columnName": "IP",
                "identifier": "Address"
              }
            ]
          }
        ],
        "eventGroupingSettings": {
          "aggregationKind": "AlertPerResult"
        },
        "incidentConfiguration": {
          "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_Social_Media_Monitoring.yaml",
        "query": "Alerts_social_media_monitoring \n| where Service == \"social_media_monitoring\"\n| extend MappedSeverity = Severity\n",
        "queryFrequency": "PT30M",
        "queryPeriod": "PT30M",
        "severity": "Low",
        "status": "Available",
        "subTechniques": [],
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "Reconnaissance",
          "ResourceDevelopment"
        ],
        "techniques": [
          "T1585",
          "T1589",
          "T1595"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}