Full User-Mode Dumps Enabled System-Wideedit

Identifies the enable of the full user-mode dumps feature system-wide. This feature allows Windows Error Reporting (WER) to collect data after an application crashes. This setting is a requirement for the LSASS Shtinkering attack, which fakes the communication of a crash on LSASS, generating a dump of the process memory, which gives the attacker access to the credentials present on the system without having to bring malware to the system. This setting is not enabled by default, and applications must create their registry subkeys to hold settings that enable them to collect dumps.

Rule type: eql

Rule indices:

  • winlogbeat-*
  • logs-endpoint.events.*
  • logs-windows.*

Severity: medium

Risk score: 47

Runs every: 5 minutes

Searches indices from: now-9m (Date Math format, see also Additional look-back time)

Maximum alerts per execution: 100

References:

Tags:

  • Elastic
  • Host
  • Windows
  • Threat Detection
  • Credential Access

Version: 1

Added (Elastic Stack release): 8.5.0

Rule authors: Elastic

Rule license: Elastic License v2

Rule queryedit

registry where registry.path :
"HKLM\\SOFTWARE\\Microsoft\\Windows\\Windows Error
Reporting\\LocalDumps\\DumpType" and registry.data.strings : ("2",
"0x00000002") and not (process.executable :
"?:\\Windows\\system32\\svchost.exe" and user.id : ("S-1-5-18",
"S-1-5-19", "S-1-5-20"))

Threat mappingedit

Framework: MITRE ATT&CKTM