Send FalconPutFile - CrowdStrike/psfalcon GitHub Wiki
Upload a Real-time Response 'put' file
Requires 'Real time response (admin): Write'.
Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
---|---|---|---|---|---|---|---|
Name | String | File name | 1 |
32766 |
X | ||
Description | String | File description | |||||
Comment | String | Comment for audit log | 1 |
4096 |
|||
Path | String | Path to local file | X |
Send-FalconPutFile [[-Name] <String>] [[-Description] <String>] [[-Comment] <String>] [-Path] <String> [-WhatIf] [-Confirm] [<CommonParameters>]
POST /real-time-response/entities/put-files/v1
Send-FalconPutFile -Path .\File.exe
Get-ChildItem C:\tools\*.exe | Send-FalconPutFile
2023-11-27: PSFalcon v2.2.6