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

Cynerio - IoT - Weak password

Back
Id65db1346-6435-4079-bbf4-9a7113c98054
RulenameCynerio - IoT - Weak password
DescriptionUser signed in using weak 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/IoTWeakPasswords.yaml
Version1.0.0
Arm template65db1346-6435-4079-bbf4-9a7113c98054.json
Deploy To Azure
CynerioEvent_CL
| where TimeGenerated > ago(24h)
| where module_s == 'IDS'
| where title_s == 'Weak Password'
kind: Scheduled
requiredDataConnectors:
- connectorId: CynerioSecurityEvents
  dataTypes:
  - CynerioEvent_CL
version: 1.0.0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cynerio/Analytic Rules/IoTWeakPasswords.yaml
id: 65db1346-6435-4079-bbf4-9a7113c98054
severity: High
queryFrequency: 5h
relevantTechniques:
- T1552
eventGroupingSettings:
  aggregationKind: SingleAlert
tactics:
- CredentialAccess
triggerThreshold: 0
description: User signed in using weak credentials
query: |
  CynerioEvent_CL
  | where TimeGenerated > ago(24h)
  | where module_s == 'IDS'
  | where title_s == 'Weak Password'  
name: Cynerio - IoT - Weak password
entityMappings:
- fieldMappings:
  - identifier: Address
    columnName: asset_ip_s
  entityType: IP
tags:
- Schema: ASimAuthentication
  SchemaVersion: 0.1.3
customDetails:
  Service: service_s
triggerOperator: gt
queryPeriod: 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/65db1346-6435-4079-bbf4-9a7113c98054')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/65db1346-6435-4079-bbf4-9a7113c98054')]",
      "properties": {
        "alertRuleTemplateName": "65db1346-6435-4079-bbf4-9a7113c98054",
        "customDetails": {
          "Service": "service_s"
        },
        "description": "User signed in using weak credentials",
        "displayName": "Cynerio - IoT - Weak 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/IoTWeakPasswords.yaml",
        "query": "CynerioEvent_CL\n| where TimeGenerated > ago(24h)\n| where module_s == 'IDS'\n| where title_s == 'Weak 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"
    }
  ]
}