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

Cynerio - Exploitation Attempt of IoT device

Back
Id3d853a88-92d2-4aec-a680-2bf7bb560c56
RulenameCynerio - Exploitation Attempt of IoT device
DescriptionExploitation Attempt of IoT device - Attack detection
SeverityHigh
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/IoTExploitationAttempts.yaml
Version1.0.0
Arm template3d853a88-92d2-4aec-a680-2bf7bb560c56.json
Deploy To Azure
CynerioEvent_CL
| where TimeGenerated > ago(24h)
| where module_s == 'IDS'
| where title_s == 'Exploitation Attempt'
id: 3d853a88-92d2-4aec-a680-2bf7bb560c56
triggerThreshold: 0
eventGroupingSettings:
  aggregationKind: SingleAlert
severity: High
customDetails:
  ExploitDescription: details_s
triggerOperator: gt
requiredDataConnectors:
- connectorId: CynerioSecurityEvents
  dataTypes:
  - CynerioEvent_CL
entityMappings:
- fieldMappings:
  - identifier: Address
    columnName: asset_ip_s
  entityType: IP
- fieldMappings:
  - identifier: Address
    columnName: dst_ip_s
  entityType: IP
version: 1.0.0
query: |
  CynerioEvent_CL
  | where TimeGenerated > ago(24h)
  | where module_s == 'IDS'
  | where title_s == 'Exploitation Attempt'  
queryPeriod: 5h
relevantTechniques:
- T0866
tactics:
- LateralMovement
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cynerio/Analytic Rules/IoTExploitationAttempts.yaml
description: Exploitation Attempt of IoT device - Attack detection
name: Cynerio - Exploitation Attempt of IoT device
kind: Scheduled
queryFrequency: 5h
{
  "$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/3d853a88-92d2-4aec-a680-2bf7bb560c56')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/3d853a88-92d2-4aec-a680-2bf7bb560c56')]",
      "properties": {
        "alertRuleTemplateName": "3d853a88-92d2-4aec-a680-2bf7bb560c56",
        "customDetails": {
          "ExploitDescription": "details_s"
        },
        "description": "Exploitation Attempt of IoT device - Attack detection",
        "displayName": "Cynerio - Exploitation Attempt of IoT device",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "IP",
            "fieldMappings": [
              {
                "columnName": "asset_ip_s",
                "identifier": "Address"
              }
            ]
          },
          {
            "entityType": "IP",
            "fieldMappings": [
              {
                "columnName": "dst_ip_s",
                "identifier": "Address"
              }
            ]
          }
        ],
        "eventGroupingSettings": {
          "aggregationKind": "SingleAlert"
        },
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cynerio/Analytic Rules/IoTExploitationAttempts.yaml",
        "query": "CynerioEvent_CL\n| where TimeGenerated > ago(24h)\n| where module_s == 'IDS'\n| where title_s == 'Exploitation Attempt'\n",
        "queryFrequency": "PT5H",
        "queryPeriod": "PT5H",
        "severity": "High",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "LateralMovement"
        ],
        "techniques": null,
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}