Detection rules › Kusto

Cyble Vision Alerts Social Media 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

'Detects and CybleVision 'social_media_monitoring' alerts into a single incident.'

MITRE ATT&CK coverage

Rule body kusto

id: 231c2c16-3742-4cfb-a8e1-c1a7d09f080a
name: Cyble Vision Alerts Social Media Monitoring
description: |
  'Detects and CybleVision 'social_media_monitoring' alerts into a single incident.'
severity: Low
status: Available
requiredDataConnectors:
- connectorId: CybleVisionAlerts
  dataTypes:
  - CybleVisionAlerts_CL
enabled: false
queryFrequency: 30m
queryPeriod: 30m
triggerOperator: GreaterThan
triggerThreshold: 0
eventGroupingSettings:
  aggregationKind: AlertPerResult
tactics:
- Reconnaissance
- ResourceDevelopment
relevantTechniques:
- T1595
- T1585
- T1589
subTechniques: []
query: |
  Alerts_social_media_monitoring 
  | where Service == "social_media_monitoring"
  | extend MappedSeverity = Severity
incidentConfiguration:
  createIncident: true
  groupingConfiguration:
    enabled: false
    reopenClosedIncident: false
    lookbackDuration: PT5H
    matchingMethod: AllEntities
alertDetailsOverride:
  alertDisplayNameFormat: CybleVision Social Media Monitoring ({{SM_CreatorName}})
  alertDescriptionFormat: |
    Social media monitoring alert detected. Category {{SM_Category}}. Source {{SM_SourceData}}. Creator {{SM_CreatorName}}.
  alertDynamicProperties: []
customDetails:
  MappedSeverity: Severity
  Status: Status
  AlertID: AlertID
  Service: Service
  CreatorName: SM_CreatorName
  Category: SM_Category
  Source: SM_SourceData
  Sentiment: SM_SentimentData
  ContentHash: SM_ContentHash
  Domains: SM_Domains
  Subdomains: SM_Subdomains
  URLS: SM_Urls
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
version: 1.0.0
kind: Scheduled

Stages and Predicates

Stage 1: source

Alerts_social_media_monitoring

Stage 2: where

| where Service == "social_media_monitoring"

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
  • social_media_monitoring 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