Query Details
Tags:
Query
DeviceProcessEvents
| where ProcessVersionInfoFileDescription == @"Registry Console Tool"
| where ProcessCommandLine contains "save" or ProcessCommandLine contains "export"
| where ProcessCommandLine has_any ("sam","security","system")
References
Sure! This query is looking for specific events related to a process called "Registry Console Tool" within the DeviceProcessEvents data. Here's a breakdown of what it does:
In simple terms, this query is looking for instances where the "Registry Console Tool" was used with command lines that involve saving or exporting, and specifically mention "sam", "security", or "system".

Ali Hussein
Released: July 25, 2024
Tables
Keywords
Operators