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 - ExecutivePeople Impersonation High Rule

Back
Id159d26a1-591c-4f70-b1ca-2843c881aaec
RulenameCYFIRMA - Brand Intelligence - Executive/People Impersonation High Rule
Description“This rule detects potential impersonation of executive or high-profile individuals across digital platforms such as social media.

Such impersonation can be used to mislead stakeholders, perform social engineering attacks, or cause reputational damage to the organization.

Timely detection is crucial to assess risk and take down malicious profiles to protect brand and executive identity.”
SeverityHigh
TacticsReconnaissance
ResourceDevelopment
InitialAccess
TechniquesT1589.003
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/BIExecutivePeopleImpersonationHighRule.yaml
Version1.0.1
Arm template159d26a1-591c-4f70-b1ca-2843c881aaec.json
Deploy To Azure
// High severity - Executive/People Impersonation
let timeFrame = 5m;
CyfirmaBIExecutivePeopleAlerts_CL
| where severity == 'Critical' 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,
    PostedDate=posted_date,
    ProviderName='CYFIRMA',
    ProductName='DeCYFIR/DeTCT'
| project
    TimeGenerated,
    Description,
    RiskScore,
    FirstSeen,
    LastSeen,
    AlertUID,
    UID,
    AssetType,
    AssetValue,
    Impact,
    Recommendation,
    PostedDate,
    ProductName,
    ProviderName
queryPeriod: 5m
incidentConfiguration:
  groupingConfiguration:
    reopenClosedIncident: false
    lookbackDuration: PT5H
    matchingMethod: AllEntities
    enabled: false
  createIncident: true
severity: High
description: |
  "This rule detects potential impersonation of executive or high-profile individuals across digital platforms such as social media. 
  Such impersonation can be used to mislead stakeholders, perform social engineering attacks, or cause reputational damage to the organization. 
  Timely detection is crucial to assess risk and take down malicious profiles to protect brand and executive identity."  
status: Available
triggerOperator: gt
kind: Scheduled
tactics:
- Reconnaissance
- ResourceDevelopment
- InitialAccess
relevantTechniques:
- T1589.003
- T1585.001
- T1566.002
id: 159d26a1-591c-4f70-b1ca-2843c881aaec
triggerThreshold: 0
queryFrequency: 5m
version: 1.0.1
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyfirma Brand Intelligence/Analytic Rules/BIExecutivePeopleImpersonationHighRule.yaml
query: |
  // High severity - Executive/People Impersonation
  let timeFrame = 5m;
  CyfirmaBIExecutivePeopleAlerts_CL
  | where severity == 'Critical' 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,
      PostedDate=posted_date,
      ProviderName='CYFIRMA',
      ProductName='DeCYFIR/DeTCT'
  | project
      TimeGenerated,
      Description,
      RiskScore,
      FirstSeen,
      LastSeen,
      AlertUID,
      UID,
      AssetType,
      AssetValue,
      Impact,
      Recommendation,
      PostedDate,
      ProductName,
      ProviderName  
customDetails:
  LastSeen: LastSeen
  AssetValue: AssetValue
  Description: Description
  AssetType: AssetType
  RiskScore: RiskScore
  TimeGenerated: TimeGenerated
  PostedDate: PostedDate
  AlertUID: AlertUID
  UID: UID
  Impact: Impact
  Recommendation: Recommendation
  FirstSeen: FirstSeen
requiredDataConnectors:
- dataTypes:
  - CyfirmaBIExecutivePeopleAlerts_CL
  connectorId: CyfirmaBrandIntelligenceAlertsDC
alertDetailsOverride:
  alertDynamicProperties:
  - value: ProductName
    alertProperty: ProductName
  - value: ProviderName
    alertProperty: ProviderName
  alertDisplayNameFormat: 'CYFIRMA - High Severity Alert - Executive Impersonation - Suspicious Social Media Account Detected - {{AssetValue}} '
  alertDescriptionFormat: '{{Description}} '
eventGroupingSettings:
  aggregationKind: AlertPerResult
name: CYFIRMA - Brand Intelligence - Executive/People Impersonation High Rule