Query Details
DeviceRegistryEvents | where RegistryValueType =~ 'String' | where RegistryValueName != @"OnboardingInfo" | where strlen(RegistryValueData) > 5000 | where InitiatingProcessFileName != @"mssense.exe"
Show me all Device Registry Events where the Registry Value Type is a String, the Registry Value Name is not "OnboardingInfo", the length of the Registry Value Data is greater than 5000 characters, and the Initiating Process File Name is not "mssense.exe".

Ali Hussein
Released: March 20, 2024
Tables
Keywords
Operators