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 Discord Keyword

Back
Id601a5859-0dc2-452d-8d1e-66dc651c16d5
RulenameCyble Vision Alerts Discord Keyword
DescriptionTriggers when monitored keywords or risky content appear in Discord channels. Useful for detecting data leakage, impersonation, abuse or reputational threats originating from social platforms.
SeverityLow
TacticsReconnaissance
InitialAccess
TechniquesT1598
T1664
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_discord_rule.yaml
Version1.0.0
Arm template601a5859-0dc2-452d-8d1e-66dc651c16d5.json
Deploy To Azure
Alerts_discord  
| where Service == "discord" 
| extend MappedSeverity = Severity
severity: Low
triggerOperator: GreaterThan
relevantTechniques:
- T1598
- T1664
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_discord_rule.yaml
id: 601a5859-0dc2-452d-8d1e-66dc651c16d5
enabled: true
customDetails:
  Status: Status
  DC_ServerName: DC_ServerName
  DC_AuthorUsername: DC_AuthorUsername
  DC_Content: DC_Content
  DC_MessageID: DC_MessageID
  Service: Service
  DC_ChannelName: DC_ChannelName
  AlertID: AlertID
  MappedSeverity: Severity
entityMappings:
- fieldMappings:
  - identifier: AadUserId
    columnName: DC_AuthorID
  - identifier: Name
    columnName: DC_AuthorUsername
  entityType: Account
- fieldMappings:
  - identifier: Name
    columnName: DC_ServerName
  entityType: CloudApplication
kind: Scheduled
status: Available
tactics:
- Reconnaissance
- InitialAccess
queryfrequency: 30m
eventGroupingSettings:
  aggregationKind: AlertPerResult
requiredDataConnectors:
- connectorId: CybleVisionAlerts
  dataTypes:
  - CybleVisionAlerts_CL
queryPeriod: 30m
version: 1.0.0
incidentConfiguration:
  alertDescriptionFormat: |
    A monitored keyword or harmful content was detected in Discord.
    **Server:** {{DC_ServerName}}
    **Channel:** {{DC_ChannelName}}
    **Message:** {{DC_Content}}    
  createIncident: true
  groupingConfiguration:
    enabled: false
    reopenClosedIncident: false
    matchingMethod: AllEntities
    lookbackDuration: PT5H
  alertDisplayNameFormat: Discord Alert Risky Content by {{DC_AuthorUsername}}
  alertDetailsOverride: 
description: |
    'Triggers when monitored keywords or risky content appear in Discord channels. Useful for detecting data leakage, impersonation, abuse or reputational threats originating from social platforms.'
triggerThreshold: 0
query: |
  Alerts_discord  
  | where Service == "discord" 
  | extend MappedSeverity = Severity  
name: Cyble Vision Alerts Discord Keyword