CynerioEvent_CL
| where TimeGenerated > ago(24h)
| where module_s == 'IDS'
| where title_s == 'Weak Password'
kind: Scheduled
severity: High
tactics:
- CredentialAccess
entityMappings:
- fieldMappings:
- columnName: asset_ip_s
identifier: Address
entityType: IP
tags:
- Schema: ASimAuthentication
SchemaVersion: 0.1.3
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cynerio/Analytic Rules/IoTWeakPasswords.yaml
eventGroupingSettings:
aggregationKind: SingleAlert
triggerOperator: gt
triggerThreshold: 0
queryPeriod: 5h
query: |
CynerioEvent_CL
| where TimeGenerated > ago(24h)
| where module_s == 'IDS'
| where title_s == 'Weak Password'
description: User signed in using weak credentials
queryFrequency: 5h
requiredDataConnectors:
- dataTypes:
- CynerioEvent_CL
connectorId: CynerioSecurityEvents
version: 1.0.0
name: Cynerio - IoT - Weak password
customDetails:
Service: service_s
id: 65db1346-6435-4079-bbf4-9a7113c98054
relevantTechniques:
- T1552