Query Details
// DISCOVERY: Obsolete device connecting to Entra // https://www.linkedin.com/posts/activity-7222163567834230785-BgVr/ // Detect unpatched Windows 10 and 11 clients connecting to your Entra tenant via AADSTS5000611 (Symmetric Key Derivation Function version 'KDFV1' is invalid) union isfuzzy=true SigninLogs, AADNonInteractiveUserSignInLogs | where ResultType != 0 and ResultDescription == "Other" | where ResultType == "500061" | distinct Category, Identity
This query is designed to identify unpatched Windows 10 and 11 devices that are connecting to your Entra tenant and encountering a specific error related to an invalid Symmetric Key Derivation Function version (KDFV1). Here's a simplified breakdown:
SigninLogs and AADNonInteractiveUserSignInLogs.Category and Identity fields.In summary, this query helps you find unique instances of unpatched Windows 10 and 11 devices that are failing to connect to your Entra tenant due to an invalid key derivation function version.

Steven Lim
Released: August 2, 2024
Tables
Keywords
Operators