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

Azure secure score MFA registration V2

Back
Id8EB2B20A-BF64-4DCC-9D98-1AD559502C00
RulenameAzure secure score MFA registration V2
DescriptionThis query searches for multi-factor authentication (MFA) helps protect devices and data that are accessible to these users. Adding more authentication methods, such as the Microsoft Authenticator app or a phone number, increases the level of protection if one factor is compromised.
SeverityMedium
TacticsCredentialAccess
TechniquesT1056
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/MFARegistration.yaml
Version1.0.1
Arm template8EB2B20A-BF64-4DCC-9D98-1AD559502C00.json
Deploy To Azure
SenservaPro_CL
| where ControlName_s == 'AzureSecureScoreMFARegistrationV2'
triggerThreshold: 0
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
requiredDataConnectors:
- dataTypes:
  - SenservaPro_CL
  connectorId: SenservaPro
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SenservaPro/Analytic Rules/MFARegistration.yaml
name: Azure secure score MFA registration V2
relevantTechniques:
- T1056
status: Available
version: 1.0.1
queryPeriod: 6h
kind: Scheduled
id: 8EB2B20A-BF64-4DCC-9D98-1AD559502C00
query: |
  SenservaPro_CL
  | where ControlName_s == 'AzureSecureScoreMFARegistrationV2'  
description: |
    'This query searches for multi-factor authentication (MFA) helps protect devices and data that are accessible to these users. Adding more authentication methods, such as the Microsoft Authenticator app or a phone number, increases the level of protection if one factor is compromised.'
queryFrequency: 6h
severity: Medium
triggerOperator: gt
tactics:
- CredentialAccess