Send FalconSample - CrowdStrike/psfalcon GitHub Wiki
Upload a sample file
A successful upload will provide a 'sha256' value that can be used in submissions to the Falcon Sandbox or Falcon QuickScan.
Maximum file size is 256MB. ZIP and 7z archives will automatically redirect to 'Send-FalconSampleArchive'.
Requires 'Sample uploads: Write'.
Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
---|---|---|---|---|---|---|---|
IsConfidential | Boolean | Prohibit sample from being displayed in MalQuery [default: True] | |||||
Comment | String | Audit log comment | |||||
Name | String | File name | X | ||||
Path | String | Path to local file | X |
Send-FalconSample [[-IsConfidential] <Boolean>] [[-Comment] <String>] [[-Name] <String>] [-Path] <String> [-WhatIf] [-Confirm] [<CommonParameters>]
POST /samples/entities/samples/v3
Send-FalconSample -Path C:\virus.exe -Filename virus.exe -Comment 'bad file'
Get-ChildItem -Path C:\samples -File | Send-FalconSample
See New-FalconQuickScan.
See New-FalconSubmission.
2023-04-25: PSFalcon v2.2.5