SampleUploads API - getting 403 when trying to download a sample #1126
-
Hi,
Before doing that I upload samples by calling the following endpoints:
These two work without any problems and they return But the download using this endpoint: always fails, even though I am 100% sure that I use the very same OAuth token and that I had uploaded the samples to CrowdStrike before. I'd expect to get Is it possible that the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @jkozlowicz - Thank you for the question! API operations mentioned above: GetSampleV3 (GET, To retrieve files uploaded to a cloud session via Real Time Response, you will need to leverage the RTR_GetExtractedFileContents operation instead (these files are not stored in the Falcon Intelligence Sandbox). An example of this can be found in this sample. Let us know if you run into problems. 😄 |
Beta Was this translation helpful? Give feedback.
Hi @jkozlowicz -
Thank you for the question!
API operations mentioned above:
GetSampleV3 (GET,
/samples/entities/samples/v3
) [Sample Uploads]BatchGetCmd (POST,
/real-time-response/combined/batch-get-command/v1
) [Real Time Response]BatchGetCmdStatus (GET,
/real-time-response/combined/batch-get-command/v1
) [Real Time Response]To retrieve files uploaded to a cloud session via Real Time Response, you will need to leverage the RTR_GetExtractedFileContents operation instead (these files are not stored in the Falcon Intelligence Sandbox).
An example of this can be found in this sample.
Let us know if you run into problems. 😄