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

Cyble Vision Alerts Physical Threat Alert

Back
Id88db8505-1889-46aa-a4e2-4e866262dcb9
RulenameCyble Vision Alerts Physical Threat Alert
DescriptionCreates an incident for physical threats identified by Cyble Intelligence such as explosions, safety incidents, riots, or violence. Each alert generates a single incident for SOC evaluation.
SeverityLow
TacticsImpact
TechniquesT1486
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_Physical_Threats.yaml
Version1.0.0
Arm template88db8505-1889-46aa-a4e2-4e866262dcb9.json
Deploy To Azure
Alerts_physical_threats
| where Service == "physical_threats"
| extend MappedSeverity = Severity
entityMappings:
- entityType: URL
  fieldMappings:
  - identifier: Url
    columnName: PT_BaseSourceURL
tactics:
- Impact
suppressionDuration: PT5M
requiredDataConnectors:
- dataTypes:
  - CybleVisionAlerts_CL
  connectorId: CybleVisionAlerts
alertDetailsOverride:
  alertDisplayNameFormat: Physical Threat Detected  {{PT_Title_Nested}}
  alertDescriptionFormat: |
    A physical threat incident was identified by Cyble Intelligence.
    Title {{PT_Title_Nested}}
    Threat Type {{PT_ThreatType}}
    Published At {{PT_PublishedAt}}    
incidentConfiguration:
  groupingConfiguration:
    enabled: false
    lookbackDuration: PT5H
    reopenClosedIncident: false
    matchingMethod: AllEntities
  createIncident: true
id: 88db8505-1889-46aa-a4e2-4e866262dcb9
severity: Low
eventGroupingSettings:
  aggregationKind: AlertPerResult
status: Available
customDetails:
  Latitude: PT_Latitude
  AlertID: AlertID
  LocationType: PT_LocationType
  MappedSeverity: Severity
  ThreatTitle: PT_Title_Nested
  Service: Service
  ThreatType: PT_ThreatType
  Longitude: PT_Longitude
  Status: Status
  Location: PT_LocationName
query: |
  Alerts_physical_threats
  | where Service == "physical_threats"
  | extend MappedSeverity = Severity  
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_Physical_Threats.yaml
kind: Scheduled
queryPeriod: 30m
enabled: true
version: 1.0.0
name: Cyble Vision Alerts Physical Threat Alert
queryFrequency: 30m
triggerThreshold: 0
relevantTechniques:
- T1486
description: |
    'Creates an incident for physical threats identified by Cyble Intelligence such as explosions, safety incidents, riots, or violence. Each alert generates a single incident for SOC evaluation.'
triggerOperator: GreaterThan