Detection rules › Kusto

Non-admin guest

Status
available
Severity
low
Time window
6h
Source
github.com/Azure/Azure-Sentinel

'This query searches for guest is not an admin in Azure'

MITRE ATT&CK coverage

TacticTechniques
Initial Access

Rule body

id: 9B6558C4-BA23-40AC-B95F-42F8A29A3B35
name: Non-admin guest
description: |
  'This query searches for guest is not an admin in Azure'
severity: Low
status: Available
requiredDataConnectors:
  - connectorId: SenservaPro
    dataTypes:
      - SenservaPro_CL
queryFrequency: 6h
queryPeriod: 6h
triggerOperator: gt
triggerThreshold: 0
tactics:
  - InitialAccess
relevantTechniques:
  - T1078
query: |
  SenservaPro_CL
  | where ControlName_s == 'UserNonAdminGuest'
entityMappings:
  - entityType: Account
    fieldMappings:
      - identifier: Name
        columnName: ControlName_s
      - identifier: AadTenantId
        columnName: TenantId
      - identifier: DisplayName
        columnName: TenantDisplayName_s 
  - entityType: SecurityGroup
    fieldMappings:
      - identifier: DistinguishedName
        columnName: Group_s
  - entityType: AzureResource
    fieldMappings:
      - identifier: ResourceId
        columnName: SourceSystem
version: 1.0.0
kind: Scheduled

Stages and Predicates

Stage 1: source

SenservaPro_CL

Stage 2: where

| where ControlName_s == 'UserNonAdminGuest'

Indicators

These rows show field, operator, and value matches.