New FalconSubmission - CrowdStrike/psfalcon GitHub Wiki
Submit a sample to the Falcon Intelligence Sandbox
'Sha256' values are retrieved from files that are uploaded using 'Send-FalconSample'. Files must be uploaded before they can be provided to the Falcon Intelligence Sandbox.
Requires 'Sandbox (Falcon Intelligence): Write'.
| Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
|---|---|---|---|---|---|---|---|
| EnvironmentId | String | Analysis environment |
androidmacOS_10.15ubuntu16_x64ubuntu20_x64win7_x64win7_x86win10_x64win11_x64
|
||||
| AutoDetect | Boolean | Auto detect environment | |||||
| Url | String | A webpage or file URL | |||||
| ActionScript | String | Runtime script for sandbox analysis |
defaultdefault_maxantievasiondefault_randomfilesdefault_randomthemedefault_openie
|
||||
| Browser | String | Browser to use with URL submission | |||||
| Interactivity | Boolean | Whether sandbox detonation is interactive | |||||
| CommandLine | String | Command line script passed to the submitted file at runtime | |||||
| SystemDate | String | A custom date to use in the analysis environment | |||||
| SystemTime | String | A custom time to use in the analysis environment | |||||
| DocumentPassword | String | Auto-filled for Adobe or Office files that prompt for a password | |||||
| NetworkSetting | String | Network settings to use in the analysis environment |
defaultofflinesimulatedtor
|
||||
| EnableTor | Boolean | Route traffic via TOR | |||||
| UserTag | String[] | Tags to categorize the submission | |||||
| SendEmail | Boolean | Send email notification | |||||
| Aid | String | Agent identifier | |||||
| SubmitName | String | Submission name | X | ||||
| Sha256 | String | Sha256 hash value | X | X |
New-FalconSubmission [[-EnvironmentId] <String>] [[-AutoDetect] <Boolean>] [[-Url] <String>] [[-ActionScript] <String>] [[-Browser] <String>] [[-Interactivity] <Boolean>] [[-CommandLine] <String>] [[-SystemDate] <String>] [[-SystemTime] <String>] [[-DocumentPassword] <String>] [[-NetworkSetting] <String>] [[-EnableTor] <Boolean>] [[-UserTag] <String[]>] [[-SendEmail] <Boolean>] [[-Aid] <String>] [[-SubmitName] <String>] [[-Sha256] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]POST /falconx/entities/submissions/v1
The file submitted to the Falcon Intelligence Sandbox must be previously uploaded through Send-FalconSample.
New-FalconSubmission -Sha256 <sha256> -EnvironmentId win7_x86 -SubmitName virus.exeSee Send-FalconSample.
2025-09-19: PSFalcon v2.2.9
