Analytic rule catalog
Cyble Vision Alerts Flash Report
Back
| 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%20Vision/Analytic%20Rules/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:
- fieldMappings:
- columnName: FR_ReportID
identifier: ObjectGuid
entityType: Account
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble%20Vision/Analytic%20Rules/Alerts_Flash_Report_Alerts.yaml
customDetails:
MappedSeverity: Severity
ForCompany: FR_ForCompany
Tags: FR_Tags
FlashReportID: FR_ReportID
Status: Status
Service: Service
AlertID: AlertID
incidentConfiguration:
createIncident: true
groupingConfiguration:
reopenClosedIncident: false
enabled: false
matchingMethod: AllEntities
lookbackDuration: PT5H
relevantTechniques:
- T1598
- T1589
suppressionDuration: PT5H
triggerOperator: GreaterThan
queryPeriod: 30m
severity: Low
eventGroupingSettings:
aggregationKind: AlertPerResult
query: |
Alerts_flash_report
| where Service == "flash_report"
| extend MappedSeverity = Severity
id: 2c86652a-bbbe-4a32-8b1c-4b53aad0750e
triggerThreshold: 0
requiredDataConnectors:
- connectorId: CybleVisionAlerts
dataTypes:
- CybleVisionAlerts_CL
queryFrequency: 30m
kind: Scheduled
status: Available
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}}
version: 1.0.0
subTechniques: []
description: |
'Detects new threat intelligence flash reports from CybleVision. Extracts company-level context and report identifiers for triage.'
enabled: true
tactics:
- Reconnaissance
name: Cyble Vision Alerts Flash Report
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"apiVersion": "2024-01-01-preview",
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/2c86652a-bbbe-4a32-8b1c-4b53aad0750e')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/2c86652a-bbbe-4a32-8b1c-4b53aad0750e')]",
"properties": {
"alertDetailsOverride": {
"alertDescriptionFormat": "A flash threat report has been published. Report ID {{FR_ReportID}} For Company {{FR_ForCompany}} Description {{Description}}\n",
"alertDisplayNameFormat": "CybleVision Flash Report {{KeywordName}}",
"alertDynamicProperties": []
},
"alertRuleTemplateName": "2c86652a-bbbe-4a32-8b1c-4b53aad0750e",
"customDetails": {
"AlertID": "AlertID",
"FlashReportID": "FR_ReportID",
"ForCompany": "FR_ForCompany",
"MappedSeverity": "Severity",
"Service": "Service",
"Status": "Status",
"Tags": "FR_Tags"
},
"description": "'Detects new threat intelligence flash reports from CybleVision. Extracts company-level context and report identifiers for triage.'\n",
"displayName": "Cyble Vision Alerts Flash Report",
"enabled": true,
"entityMappings": [
{
"entityType": "Account",
"fieldMappings": [
{
"columnName": "FR_ReportID",
"identifier": "ObjectGuid"
}
]
}
],
"eventGroupingSettings": {
"aggregationKind": "AlertPerResult"
},
"incidentConfiguration": {
"createIncident": true,
"groupingConfiguration": {
"enabled": false,
"lookbackDuration": "PT5H",
"matchingMethod": "AllEntities",
"reopenClosedIncident": false
}
},
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble%20Vision/Analytic%20Rules/Alerts_Flash_Report_Alerts.yaml",
"query": "Alerts_flash_report \n| where Service == \"flash_report\" \n| extend MappedSeverity = Severity\n",
"queryFrequency": "PT30M",
"queryPeriod": "PT30M",
"severity": "Low",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT5H",
"suppressionEnabled": false,
"tactics": [
"Reconnaissance"
],
"techniques": [
"T1589",
"T1598"
],
"templateVersion": "1.0.0",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}