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'
customDetails:
  DeviceType: asset_type_s
triggerOperator: gt
queryFrequency: 5h
description: Medical device is scanned with vulnerability scanner
version: 1.0.0
kind: Scheduled
triggerThreshold: 0
requiredDataConnectors:
- connectorId: CynerioSecurityEvents
  dataTypes:
  - CynerioEvent_CL
eventGroupingSettings:
  aggregationKind: SingleAlert
queryPeriod: 5h
name: Cynerio - Medical device scanning
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cynerio/Analytic Rules/MedicalDeviceScanning.yaml
id: 211e9f49-3fca-4598-bc6e-e2c28d86e72c
tactics:
- LateralMovement
relevantTechniques:
- T0866
severity: Medium
entityMappings:
- fieldMappings:
  - identifier: Address
    columnName: asset_ip_s
  entityType: IP
query: |
  CynerioEvent_CL
  | where TimeGenerated > ago(24h)
  | where module_s == 'IDS'
  | where title_s == 'Scanner Activity'  
{
  "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
  "contentVersion": "1.0.0.0",
  "parameters": {
    "workspace": {
      "type": "String"
    }
  },
  "resources": [
    {
      "apiVersion": "2023-02-01-preview",
      "id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/211e9f49-3fca-4598-bc6e-e2c28d86e72c')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/211e9f49-3fca-4598-bc6e-e2c28d86e72c')]",
      "properties": {
        "alertRuleTemplateName": "211e9f49-3fca-4598-bc6e-e2c28d86e72c",
        "customDetails": {
          "DeviceType": "asset_type_s"
        },
        "description": "Medical device is scanned with vulnerability scanner",
        "displayName": "Cynerio - Medical device scanning",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "IP",
            "fieldMappings": [
              {
                "columnName": "asset_ip_s",
                "identifier": "Address"
              }
            ]
          }
        ],
        "eventGroupingSettings": {
          "aggregationKind": "SingleAlert"
        },
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cynerio/Analytic Rules/MedicalDeviceScanning.yaml",
        "query": "CynerioEvent_CL\n| where TimeGenerated > ago(24h)\n| where module_s == 'IDS'\n| where title_s == 'Scanner Activity'\n",
        "queryFrequency": "PT5H",
        "queryPeriod": "PT5H",
        "severity": "Medium",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "LateralMovement"
        ],
        "techniques": null,
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}