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

Cynerio - Medical device scanning

Back
Id211e9f49-3fca-4598-bc6e-e2c28d86e72c
RulenameCynerio - Medical device scanning
DescriptionMedical device is scanned with vulnerability scanner
SeverityMedium
TacticsLateralMovement
TechniquesT0866
Required data connectorsCynerioSecurityEvents
KindScheduled
Query frequency5h
Query period5h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cynerio/Analytic Rules/MedicalDeviceScanning.yaml
Version1.0.0
Arm template211e9f49-3fca-4598-bc6e-e2c28d86e72c.json
Deploy To Azure
CynerioEvent_CL
| where TimeGenerated > ago(24h)
| where module_s == 'IDS'
| where title_s == 'Scanner Activity'
eventGroupingSettings:
  aggregationKind: SingleAlert
triggerThreshold: 0
entityMappings:
- entityType: IP
  fieldMappings:
  - identifier: Address
    columnName: asset_ip_s
requiredDataConnectors:
- dataTypes:
  - CynerioEvent_CL
  connectorId: CynerioSecurityEvents
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cynerio/Analytic Rules/MedicalDeviceScanning.yaml
customDetails:
  DeviceType: asset_type_s
name: Cynerio - Medical device scanning
relevantTechniques:
- T0866
query: |
  CynerioEvent_CL
  | where TimeGenerated > ago(24h)
  | where module_s == 'IDS'
  | where title_s == 'Scanner Activity'  
version: 1.0.0
queryPeriod: 5h
kind: Scheduled
id: 211e9f49-3fca-4598-bc6e-e2c28d86e72c
description: Medical device is scanned with vulnerability scanner
queryFrequency: 5h
severity: Medium
triggerOperator: gt
tactics:
- LateralMovement