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'
tags:
- Schema: ASimAuthentication
  SchemaVersion: 0.1.3
name: Cynerio - IoT - Default password
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cynerio/Analytic Rules/IoTDefaultPasswords.yaml
requiredDataConnectors:
- dataTypes:
  - CynerioEvent_CL
  connectorId: CynerioSecurityEvents
id: 84e0ea1f-766d-4775-836a-c0c9cca05085
tactics:
- CredentialAccess
queryFrequency: 5h
eventGroupingSettings:
  aggregationKind: SingleAlert
triggerOperator: gt
customDetails:
  Service: service_s
description: User signed in using default credentials
triggerThreshold: 0
kind: Scheduled
relevantTechniques:
- T1552
query: |
  CynerioEvent_CL
  | where TimeGenerated > ago(24h)
  | where module_s == 'IDS'
  | where title_s == 'Default Password'  
entityMappings:
- entityType: IP
  fieldMappings:
  - columnName: asset_ip_s
    identifier: Address
severity: High
version: 1.0.0
queryPeriod: 5h
{
  "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
  "contentVersion": "1.0.0.0",
  "parameters": {
    "workspace": {
      "type": "String"
    }
  },
  "resources": [
    {
      "id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/84e0ea1f-766d-4775-836a-c0c9cca05085')]",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/84e0ea1f-766d-4775-836a-c0c9cca05085')]",
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules",
      "kind": "Scheduled",
      "apiVersion": "2022-11-01-preview",
      "properties": {
        "displayName": "Cynerio - IoT - Default password",
        "description": "User signed in using default credentials",
        "severity": "High",
        "enabled": true,
        "query": "CynerioEvent_CL\n| where TimeGenerated > ago(24h)\n| where module_s == 'IDS'\n| where title_s == 'Default Password'\n",
        "queryFrequency": "PT5H",
        "queryPeriod": "PT5H",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0,
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "CredentialAccess"
        ],
        "techniques": [
          "T1552"
        ],
        "alertRuleTemplateName": "84e0ea1f-766d-4775-836a-c0c9cca05085",
        "eventGroupingSettings": {
          "aggregationKind": "SingleAlert"
        },
        "customDetails": {
          "Service": "service_s"
        },
        "entityMappings": [
          {
            "fieldMappings": [
              {
                "identifier": "Address",
                "columnName": "asset_ip_s"
              }
            ],
            "entityType": "IP"
          }
        ],
        "templateVersion": "1.0.0",
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cynerio/Analytic Rules/IoTDefaultPasswords.yaml",
        "tags": [
          {
            "SchemaVersion": "0.1.3",
            "Schema": "ASimAuthentication"
          }
        ]
      }
    }
  ]
}