Azure AD sign-ins from non-compliant devices
Alert on Entra ID sign-ins originating from devices flagged as non-compliant.
FreeUnreviewedSigmahighv1
azure-ad-sign-ins-from-non-compliant-devices-4f77e1d7
title: Azure AD sign-ins from non-compliant devices
id: 91c8d75f-b0d2-4656-8d0c-74345266864c
status: test
description: This rule flags authentication events in Entra ID sign-in logs where the originating device is marked as non-compliant. Attackers can use unmanaged or out-of-policy devices to blend in or bypass device compliance controls during access attempts. The detection relies on the sign-in log field indicating device compliance status (DeviceDetail.isCompliant = false).
references:
- https://learn.microsoft.com/en-us/entra/architecture/security-operations-devices#non-compliant-device-sign-in
- https://github.com/SigmaHQ/sigma/blob/master/rules/cloud/azure/signin_logs/azure_ad_sign_ins_from_noncompliant_devices.yml
author: Michael Epping, '@mepples21', Huntrule Team
date: 2022-06-28
tags:
- attack.privilege-escalation
- attack.persistence
- attack.initial-access
- attack.stealth
- attack.t1078.004
logsource:
product: azure
service: signinlogs
detection:
selection:
DeviceDetail.isCompliant: "false"
condition: selection
falsepositives:
- Unknown
level: high
license: DRL-1.1
related:
- id: 4f77e1d7-3982-4ee0-8489-abf2d6b75284
type: derived
What it detects
This rule flags authentication events in Entra ID sign-in logs where the originating device is marked as non-compliant. Attackers can use unmanaged or out-of-policy devices to blend in or bypass device compliance controls during access attempts. The detection relies on the sign-in log field indicating device compliance status (DeviceDetail.isCompliant = false).
Known false positives
- Unknown
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.