Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Cyble Advisory Alerts Advisory

Back
Id1932DCFD-A32E-49F9-A212-5BCD084FBD78
RulenameCyble Advisory Alerts Advisory
DescriptionGenerates 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.
SeverityLow
TacticsReconnaissance
ResourceDevelopment
TechniquesT1595
T1596
T1587
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_advisory.yaml
Version1.0.0
Arm template1932DCFD-A32E-49F9-A212-5BCD084FBD78.json
Deploy To Azure
Alerts_advisory
| where Service == "advisory" 
| extend MappedSeverity = Severity
name: Cyble Advisory Alerts Advisory
query: |
  Alerts_advisory
  | where Service == "advisory" 
  | extend MappedSeverity = Severity  
id: 1932DCFD-A32E-49F9-A212-5BCD084FBD78
enabled: true
entityMappings: 
version: 1.0.0
triggerOperator: GreaterThan
suppressionEnabled: false
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
queryfrequency: 30m
triggerThreshold: 0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_advisory.yaml
severity: Low
incidentConfiguration:
  createIncident: true
  alertDisplayNameFormat: Cyble Vision Advisory {{ADV_Value}} detected
  alertDetailsOverride: 
  alertDescriptionFormat: |
        Vision Alert for AdvisoryId {{ADV_Value}}
  groupingConfiguration:
    lookbackDuration: PT5H
    reopenClosedIncident: false
    matchingMethod: AllEntities
    enabled: false
queryPeriod: 30m
requiredDataConnectors:
- dataTypes:
  - CybleVisionAlerts_CL
  connectorId: CybleVisionAlerts
status: Available
customDetails:
  AdvisoryId: ADV_Value
  AlertID: AlertID
  BucketName: BucketName
  Service: Service
  Keyword: KeywordName
  Status: Status
  MappedSeverity: Severity
eventGroupingSettings:
  aggregationKind: AlertPerResult
relevantTechniques:
- T1595
- T1596
- T1587
tactics:
- Reconnaissance
- ResourceDevelopment