Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

CYFIRMA - Brand Intelligence - Social Media Handle Impersonation Detected Medium Rule

Back
Id710f4755-490d-4fa7-aef0-43b5a66edc7b
RulenameCYFIRMA - Brand Intelligence - Social Media Handle Impersonation Detected Medium Rule
Description“Detects high-severity alerts related to impersonation of official social media handles associated with your brand.

These spoofed accounts may be used for phishing, disinformation, or fraud campaigns, posing significant reputational and security risks.”
SeverityMedium
TacticsReconnaissance
ResourceDevelopment
InitialAccess
TechniquesT1589.003
T1591.002
T1585.001
T1566.002
Required data connectorsCyfirmaBrandIntelligenceAlertsDC
KindScheduled
Query frequency5m
Query period5m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyfirma Brand Intelligence/Analytic Rules/BISocialMediaHandlerMediumRule.yaml
Version1.0.1
Arm template710f4755-490d-4fa7-aef0-43b5a66edc7b.json
Deploy To Azure
// Medium severity - Social Media Handle Impersonation
let timeFrame = 5m;
CyfirmaBISocialHandlersAlerts_CL 
  | where severity == 'High' and TimeGenerated between (ago(timeFrame) .. now())
  | extend
      Description=description,
      FirstSeen=first_seen,
      LastSeen=last_seen,
      RiskScore=risk_score,
      AlertUID=alert_uid,
      UID=uid,
      AssetType=asset_type,
      AssetValue=asset_value,
      Impact=impact,
      Recommendation=recommendation,
      SourceSype=source_type,
      ProviderName="CYFIRMA",
      ProductName="DeCYFIR/DeTCT"
  | project 
      TimeGenerated,
      Description,
      RiskScore,
      FirstSeen,
      LastSeen,
      AlertUID,
      UID,
      AssetType,
      AssetValue,
      Impact,
      Recommendation,
      SourceSype,
      ProductName,
      ProviderName
description: |
  "Detects high-severity alerts related to impersonation of official social media handles associated with your brand. 
  These spoofed accounts may be used for phishing, disinformation, or fraud campaigns, posing significant reputational and security risks."  
version: 1.0.1
tactics:
- Reconnaissance
- ResourceDevelopment
- InitialAccess
queryFrequency: 5m
query: |
  // Medium severity - Social Media Handle Impersonation
  let timeFrame = 5m;
  CyfirmaBISocialHandlersAlerts_CL 
    | where severity == 'High' and TimeGenerated between (ago(timeFrame) .. now())
    | extend
        Description=description,
        FirstSeen=first_seen,
        LastSeen=last_seen,
        RiskScore=risk_score,
        AlertUID=alert_uid,
        UID=uid,
        AssetType=asset_type,
        AssetValue=asset_value,
        Impact=impact,
        Recommendation=recommendation,
        SourceSype=source_type,
        ProviderName="CYFIRMA",
        ProductName="DeCYFIR/DeTCT"
    | project 
        TimeGenerated,
        Description,
        RiskScore,
        FirstSeen,
        LastSeen,
        AlertUID,
        UID,
        AssetType,
        AssetValue,
        Impact,
        Recommendation,
        SourceSype,
        ProductName,
        ProviderName  
status: Available
kind: Scheduled
triggerThreshold: 0
customDetails:
  Description: Description
  Impact: Impact
  AssetType: AssetType
  Recommendation: Recommendation
  TimeGenerated: TimeGenerated
  UID: UID
  LastSeen: LastSeen
  AssetValue: AssetValue
  FirstSeen: FirstSeen
  SourceSype: SourceSype
  RiskScore: RiskScore
  AlertUID: AlertUID
alertDetailsOverride:
  alertDescriptionFormat: '{{Description}} '
  alertDynamicProperties:
  - value: ProductName
    alertProperty: ProductName
  - value: ProviderName
    alertProperty: ProviderName
  alertDisplayNameFormat: 'CYFIRMA - Medium Severity Social Media Handle Impersonation Detected - {{AssetType}}  :  {{AssetValue}} '
triggerOperator: gt
relevantTechniques:
- T1589.003
- T1591.002
- T1585.001
- T1566.002
id: 710f4755-490d-4fa7-aef0-43b5a66edc7b
queryPeriod: 5m
eventGroupingSettings:
  aggregationKind: AlertPerResult
severity: Medium
name: CYFIRMA - Brand Intelligence - Social Media Handle Impersonation Detected Medium Rule
incidentConfiguration:
  groupingConfiguration:
    lookbackDuration: PT5H
    enabled: false
    reopenClosedIncident: false
    matchingMethod: AllEntities
  createIncident: true
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyfirma Brand Intelligence/Analytic Rules/BISocialMediaHandlerMediumRule.yaml
requiredDataConnectors:
- dataTypes:
  - CyfirmaBISocialHandlersAlerts_CL
  connectorId: CyfirmaBrandIntelligenceAlertsDC