Receive FalconMemoryDump - CrowdStrike/psfalcon GitHub Wiki
Download a memory dump or extracted strings from a Falcon Intelligence Sandbox report
Requires 'Sandbox (Falcon Intelligence): Read'.
Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
---|---|---|---|---|---|---|---|
Path | String | Destination path | |||||
BinaryId | String | Binary content dump identifier | X | X | |||
ExtractId | String | Extracted string identifier | X | ||||
HexId | String | Hex dump identifier | X | ||||
Force | Switch | Overwrite an existing file when present |
Receive-FalconMemoryDump [[-Path] <String>] [-BinaryId] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
Receive-FalconMemoryDump [[-Path] <String>] [-HexId] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
Receive-FalconMemoryDump [[-Path] <String>] [-ExtractId] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
GET /falconx/entities/memory-dump/extracted-strings/v1
GET /falconx/entities/memory-dump/hex-dump/v1
GET /falconx/entities/memory-dump/v1
GetMemoryDump
GetMemoryDumpHexDump
GetMemoryDumpExtractedStrings
2023-04-25: PSFalcon v2.2.5