Analytic rule catalog
Cyble Advisory Alerts Advisory
Back
| Id | 1932DCFD-A32E-49F9-A212-5BCD084FBD78 |
| Rulename | Cyble Advisory Alerts Advisory |
| Description | Generates Microsoft Sentinel incidents from Cyble Advisory service alerts. Advisory alerts provide intelligence and context related to monitored keywords.Severity is normalized using MappedSeverity for downstream automation. |
| Severity | Low |
| Tactics | Reconnaissance ResourceDevelopment |
| Techniques | T1595 T1596 T1587 |
| 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_advisory.yaml |
| Version | 1.0.0 |
| Arm template | 1932DCFD-A32E-49F9-A212-5BCD084FBD78.json |
Alerts_advisory
| where Service == "advisory"
| extend MappedSeverity = Severity
relevantTechniques:
- T1595
- T1596
- T1587
queryPeriod: 30m
query: |
Alerts_advisory
| where Service == "advisory"
| extend MappedSeverity = Severity
triggerOperator: GreaterThan
id: 1932DCFD-A32E-49F9-A212-5BCD084FBD78
entityMappings:
incidentConfiguration:
createIncident: true
groupingConfiguration:
lookbackDuration: PT5H
matchingMethod: AllEntities
reopenClosedIncident: false
enabled: false
alertDetailsOverride:
alertDescriptionFormat: |
Vision Alert for AdvisoryId {{ADV_Value}}
alertDisplayNameFormat: Cyble Vision Advisory {{ADV_Value}} detected
description: |
'Generates Microsoft Sentinel incidents from Cyble Advisory service alerts. Advisory alerts provide intelligence and context related to monitored keywords.Severity is normalized using MappedSeverity for downstream automation.'
kind: Scheduled
eventGroupingSettings:
aggregationKind: AlertPerResult
queryfrequency: 30m
severity: Low
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble%20Vision/Analytic%20Rules/Alerts_advisory.yaml
tactics:
- Reconnaissance
- ResourceDevelopment
triggerThreshold: 0
suppressionEnabled: false
status: Available
enabled: true
version: 1.0.0
requiredDataConnectors:
- connectorId: CybleVisionAlerts
dataTypes:
- CybleVisionAlerts_CL
name: Cyble Advisory Alerts Advisory
customDetails:
AdvisoryId: ADV_Value
Keyword: KeywordName
AlertID: AlertID
Status: Status
Service: Service
BucketName: BucketName
MappedSeverity: Severity
{
"$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/1932DCFD-A32E-49F9-A212-5BCD084FBD78')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/1932DCFD-A32E-49F9-A212-5BCD084FBD78')]",
"properties": {
"alertRuleTemplateName": "1932DCFD-A32E-49F9-A212-5BCD084FBD78",
"customDetails": {
"AdvisoryId": "ADV_Value",
"AlertID": "AlertID",
"BucketName": "BucketName",
"Keyword": "KeywordName",
"MappedSeverity": "Severity",
"Service": "Service",
"Status": "Status"
},
"description": "'Generates Microsoft Sentinel incidents from Cyble Advisory service alerts. Advisory alerts provide intelligence and context related to monitored keywords.Severity is normalized using MappedSeverity for downstream automation.'\n",
"displayName": "Cyble Advisory Alerts Advisory",
"enabled": true,
"entityMappings": null,
"eventGroupingSettings": {
"aggregationKind": "AlertPerResult"
},
"incidentConfiguration": {
"alertDescriptionFormat": "Vision Alert for AdvisoryId {{ADV_Value}}\n",
"alertDetailsOverride": null,
"alertDisplayNameFormat": "Cyble Vision Advisory {{ADV_Value}} detected",
"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_advisory.yaml",
"query": "Alerts_advisory\n| where Service == \"advisory\" \n| extend MappedSeverity = Severity\n",
"queryfrequency": "PT30M",
"queryPeriod": "PT30M",
"severity": "Low",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"Reconnaissance",
"ResourceDevelopment"
],
"techniques": [
"T1587",
"T1595",
"T1596"
],
"templateVersion": "1.0.0",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}