EXPLORE
← Back to Explore
sigmahighHunting

Live Memory Dump Using Powershell

Detects usage of a PowerShell command to dump the live memory of a Windows machine

MITRE ATT&CK

credential-access

Detection Query

selection:
  ScriptBlockText|contains|all:
    - Get-StorageDiagnosticInfo
    - -IncludeLiveDump
condition: selection

Author

Max Altgelt (Nextron Systems)

Created

2021-09-21

Data Sources

windowsps_script

Platforms

windows

Tags

attack.credential-accessattack.t1003
Raw Content
title: Live Memory Dump Using Powershell
id: cd185561-4760-45d6-a63e-a51325112cae
status: test
description: Detects usage of a PowerShell command to dump the live memory of a Windows machine
references:
    - https://learn.microsoft.com/en-us/powershell/module/storage/get-storagediagnosticinfo?view=windowsserver2022-ps
author: Max Altgelt (Nextron Systems)
date: 2021-09-21
modified: 2022-12-25
tags:
    - attack.credential-access
    - attack.t1003
logsource:
    product: windows
    category: ps_script
    definition: 'Requirements: Script Block Logging must be enabled'
detection:
    selection:
        ScriptBlockText|contains|all:
            - 'Get-StorageDiagnosticInfo'
            - '-IncludeLiveDump'
    condition: selection
falsepositives:
    - Diagnostics
level: high