Crash dump disabled on host (ASIM Version)
Description
'This detection looks the prevention of crash dumps being created. This can be used to limit reporting by malware, look for suspicious processes setting this registry key.'
Query · kql
imRegistry | where RegistryKey == "HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\CrashControl" | where RegistryValue == "CrashDumpEnabled" | where RegistryValueData == 0 | project-reorder TimeGenerated, RegistryKey, RegistryValue, RegistryValueData, Process, User, ParentProcessName