-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use original file name when analysing #82
Comments
I just had a look at the With the REST API it's a different story: Since we're uploading the file content and name in a POST request, they're separate pieces of information which we could simply lie about: We'd still have our own temporary file named any odd way we like it to but when uploading to Cuckoo we should be able to put the original name from the mail attachment into the POST request (if available). Need to look at an actual REST API |
When using the REST API, submit the sample with its original filename if available via the new name_declared (meta info) property. Closes scVENUS#81 and scVENUS#82 when using api mode. No plans to add this to embed mode as well since it's deprecated anyway.
Okay, most everything was already in place and just needed the declared name exposed to it. Needs a bit more testing but should work nicely, IMO. |
When using the REST API, submit the sample with its original filename if available via the new name_declared (meta info) property. Closes scVENUS#81 and scVENUS#82 when using api mode. No plans to add this to embed mode as well since it's deprecated anyway.
When using the REST API, submit the sample with its original filename if available via the new name_declared (meta info) property. Closes scVENUS#81 and scVENUS#82 when using api mode. No plans to add this to embed mode as well since it's deprecated anyway.
Resolved by #84. |
Use the "original" name and path of the file that is run in Cuckoo. To avoid detection of the analysis environment.
The text was updated successfully, but these errors were encountered: