Cyble Vision Alerts Flash Report
| Id | 2c86652a-bbbe-4a32-8b1c-4b53aad0750e |
| Rulename | Cyble Vision Alerts Flash Report |
| Description | Detects new threat intelligence flash reports from CybleVision. Extracts company-level context and report identifiers for triage. |
| Severity | Low |
| Tactics | Reconnaissance |
| Techniques | T1598 T1589 |
| Required data connectors | CybleVisionAlerts |
| Kind | Scheduled |
| Query frequency | 30m |
| Query period | 30m |
| Trigger threshold | 0 |
| Trigger operator | GreaterThan |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_Flash_Report_Alerts.yaml |
| Version | 1.0.0 |
| Arm template | 2c86652a-bbbe-4a32-8b1c-4b53aad0750e.json |
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