-
Notifications
You must be signed in to change notification settings - Fork 147
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
Allow file observable creation from memory #35
Comments
I've implemented this for creating task logs: kapschcdc@deac360 |
It appears just to be a case of modifying models.py thus: `class CaseObservable(JSONSerializable):
` |
Hello, could you make it a PR, verify it so that I can merge it ;) Thanks |
I think could be a good idea allows also set the mime-type, cause in case of the "text files" the Magic is not working very good. |
Request Type
Feature Request
Summary
Allow file observable creation from memory
Description
Currently, to create a file observable, it is needed to provide the path to the file to TheHive4py.
It would be nice to allow file observable creation from memory.
Basically, in some case, it is not well-designed to write the file to disk and then delete it "just" for observable creation.
The text was updated successfully, but these errors were encountered: