Authentications To Important Apps Using Single Factor Authentication


Description

Detect when authentications to important application(s) only required single-factor authentication

Query · sigma

selection:
  resultType: 0
  properties.appId|expand: '%Important_AppIds%'
  properties.authenticationRequirement: singleFactorAuthentication
condition: selection

Known false positives

  • Unlikely
Raw source Authentications To Important Apps Using Single Factor Authentication · Sigma
Esc
Published by SigmaHQ/sigma ↗, licensed under Detection Rule License 1.1 ↗. Reproduced here unmodified.
title: Authentications To Important Apps Using Single Factor Authentication
id: f272fb46-25f2-422c-b667-45837994980f
status: test
description: Detect when authentications to important application(s) only required single-factor authentication
references:
    - https://learn.microsoft.com/en-gb/entra/architecture/security-operations-user-accounts
author: MikeDuddington, '@dudders1'
date: 2022-07-28
modified: 2026-05-08
tags:
    - attack.privilege-escalation
    - attack.persistence
    - attack.initial-access
    - attack.stealth
    - attack.t1078
logsource:
    product: azure
    service: signinlogs
detection:
    selection:
        resultType: 0
        properties.appId|expand: '%Important_AppIds%'
        properties.authenticationRequirement: 'singleFactorAuthentication'
    condition: selection
falsepositives:
    - Unlikely
level: medium

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.