-
Hello, was hoping to maybe get some guidance on if this use case is possible, and if so, what would be your opinions on how to best develop this. Goal: We want to be able to provide a simple Web GUI for the falconpy sandbox where users would be able to upload a questionable file, and are then provided with the results of that uploaded file. We're wanting to host the application/site in an S3 bucket Few issues I'm trying to solve with limited experience. The provided sample code for single file upload uses the command line arguments to pass in the file. Are there any examples that could be provided that could help us build out something similar to how we would manually upload files to the Sandbox from the CrowdStrike GUI? The idea is to build out a frontend with Flask or anything similar, pull the API credentials from Secrets Manager for authentication, and be able to then upload a single file to the sandbox with a just an upload file button. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Have you seen the S3 bucket protection integration example? It doesn't speak to every one of your requirements, but it does demonstrate the following:
With some minor changes, it could definitely be leveraged to perform the more in-depth scan. You will still need to solve for retrieving and displaying the result if you go this route. |
Beta Was this translation helpful? Give feedback.
Hi @jaycrast -
Regarding your first question, QuickScan doesn't scan text files, so this integration has been updated to report that in the log.
For your second question, you are correct. Once uploaded to the sandbox, you may submit a file to QuickScan or the full ML scan depending on which API operation (or Service Class method) you decide to leverage.