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