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 Flash Report

Back
Id2c86652a-bbbe-4a32-8b1c-4b53aad0750e
RulenameCyble Vision Alerts Flash Report
DescriptionDetects new threat intelligence flash reports from CybleVision. Extracts company-level context and report identifiers for triage.
SeverityLow
TacticsReconnaissance
TechniquesT1598
T1589
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_Flash_Report_Alerts.yaml
Version1.0.0
Arm template2c86652a-bbbe-4a32-8b1c-4b53aad0750e.json
Deploy To Azure
Alerts_flash_report 
| where Service == "flash_report" 
| extend MappedSeverity = Severity
name: Cyble Vision Alerts Flash Report
alertDetailsOverride:
  alertDynamicProperties: []
  alertDisplayNameFormat: CybleVision Flash Report {{KeywordName}}
  alertDescriptionFormat: |
        A flash threat report has been published. Report ID {{FR_ReportID}} For Company {{FR_ForCompany}} Description {{Description}}
query: |
  Alerts_flash_report 
  | where Service == "flash_report" 
  | extend MappedSeverity = Severity  
id: 2c86652a-bbbe-4a32-8b1c-4b53aad0750e
enabled: true
entityMappings:
- fieldMappings:
  - columnName: FR_ReportID
    identifier: ObjectGuid
  entityType: Account
version: 1.0.0
triggerOperator: GreaterThan
suppressionDuration: PT5H
description: |
    'Detects new threat intelligence flash reports from CybleVision. Extracts company-level context and report identifiers for triage.'
kind: Scheduled
queryFrequency: 30m
triggerThreshold: 0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_Flash_Report_Alerts.yaml
severity: Low
incidentConfiguration:
  createIncident: true
  groupingConfiguration:
    lookbackDuration: PT5H
    reopenClosedIncident: false
    matchingMethod: AllEntities
    enabled: false
subTechniques: []
queryPeriod: 30m
requiredDataConnectors:
- dataTypes:
  - CybleVisionAlerts_CL
  connectorId: CybleVisionAlerts
status: Available
customDetails:
  AlertID: AlertID
  Tags: FR_Tags
  FlashReportID: FR_ReportID
  Service: Service
  Status: Status
  ForCompany: FR_ForCompany
  MappedSeverity: Severity
eventGroupingSettings:
  aggregationKind: AlertPerResult
relevantTechniques:
- T1598
- T1589
tactics:
- Reconnaissance