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

UserAccountDisabled

Back
Id24E0132F-61D1-41BD-9393-06136D1039C7
RulenameUserAccountDisabled
DescriptionThis query searches for account is Disabled. Does not effect score as its easily enabled.
SeverityMedium
TacticsInitialAccess
TechniquesT1078
Required data connectorsSenservaPro
KindScheduled
Query frequency6h
Query period6h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SenservaPro/Analytic Rules/UserAccountDisabled.yaml
Version1.0.0
Arm template24E0132F-61D1-41BD-9393-06136D1039C7.json
Deploy To Azure
SenservaPro_CL
| where ControlName_s == 'UserDisabled'
queryPeriod: 6h
query: |
  SenservaPro_CL
  | where ControlName_s == 'UserDisabled'  
name: UserAccountDisabled
entityMappings:
- fieldMappings:
  - columnName: ControlName_s
    identifier: Name
  - columnName: TenantId
    identifier: AadTenantId
  - columnName: TenantDisplayName_s
    identifier: DisplayName
  entityType: Account
- fieldMappings:
  - columnName: Group_s
    identifier: DistinguishedName
  entityType: SecurityGroup
- fieldMappings:
  - columnName: SourceSystem
    identifier: ResourceId
  entityType: AzureResource
queryFrequency: 6h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SenservaPro/Analytic Rules/UserAccountDisabled.yaml
requiredDataConnectors:
- connectorId: SenservaPro
  dataTypes:
  - SenservaPro_CL
description: |
    'This query searches for account is Disabled. Does not effect score as its easily enabled.'
kind: Scheduled
version: 1.0.0
status: Available
severity: Medium
relevantTechniques:
- T1078
triggerOperator: gt
triggerThreshold: 0
tactics:
- InitialAccess
id: 24E0132F-61D1-41BD-9393-06136D1039C7