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

Cynerio - IoT - Default password

Back
Id84e0ea1f-766d-4775-836a-c0c9cca05085
RulenameCynerio - IoT - Default password
DescriptionUser signed in using default credentials
SeverityHigh
TacticsCredentialAccess
TechniquesT1552
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/IoTDefaultPasswords.yaml
Version1.0.0
Arm template84e0ea1f-766d-4775-836a-c0c9cca05085.json
Deploy To Azure
CynerioEvent_CL
| where TimeGenerated > ago(24h)
| where module_s == 'IDS'
| where title_s == 'Default Password'
id: 84e0ea1f-766d-4775-836a-c0c9cca05085
triggerThreshold: 0
eventGroupingSettings:
  aggregationKind: SingleAlert
severity: High
customDetails:
  Service: service_s
requiredDataConnectors:
- connectorId: CynerioSecurityEvents
  dataTypes:
  - CynerioEvent_CL
tags:
- SchemaVersion: 0.1.3
  Schema: ASimAuthentication
entityMappings:
- fieldMappings:
  - identifier: Address
    columnName: asset_ip_s
  entityType: IP
version: 1.0.0
triggerOperator: gt
queryPeriod: 5h
query: |
  CynerioEvent_CL
  | where TimeGenerated > ago(24h)
  | where module_s == 'IDS'
  | where title_s == 'Default Password'  
relevantTechniques:
- T1552
tactics:
- CredentialAccess
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cynerio/Analytic Rules/IoTDefaultPasswords.yaml
description: User signed in using default credentials
name: Cynerio - IoT - Default password
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/84e0ea1f-766d-4775-836a-c0c9cca05085')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/84e0ea1f-766d-4775-836a-c0c9cca05085')]",
      "properties": {
        "alertRuleTemplateName": "84e0ea1f-766d-4775-836a-c0c9cca05085",
        "customDetails": {
          "Service": "service_s"
        },
        "description": "User signed in using default credentials",
        "displayName": "Cynerio - IoT - Default password",
        "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/IoTDefaultPasswords.yaml",
        "query": "CynerioEvent_CL\n| where TimeGenerated > ago(24h)\n| where module_s == 'IDS'\n| where title_s == 'Default Password'\n",
        "queryFrequency": "PT5H",
        "queryPeriod": "PT5H",
        "severity": "High",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "CredentialAccess"
        ],
        "tags": [
          {
            "Schema": "ASimAuthentication",
            "SchemaVersion": "0.1.3"
          }
        ],
        "techniques": [
          "T1552"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}