TytoCapensis

Results 8 issues of TytoCapensis

### Request Type Bug ### Work Environment | Question | Answer |---------------------------|-------------------- | TheHive4py version / git hash | Latest (a8ad708de93f51bd284e56e9c869c3d20da56938) ### Problem Description Function `download_observable_attachment` is calling `download_attachment`, but...

1.x

Added api.update_case_customfields(). This method allows to update only selected custom fields (instead of update them all at once), which can be useful for: - having automations on the filling of...

target:1.x

Hello, I added the method `_remove_tmp_file` which is supposed to remove the temporary files created when we supply a HTML string to `screenshot()` instead of providing a file. This prevents...

I am using a Red Hat Enterprise Linux machine (version 8.3) with Python 3.6.8 and the current version of html2image. On this distribution, several choices are presented when we want...

Currently, when analyzing an email with eml_parser, the domains appearing in the body of the email are given in the output, like this: ``` "domain": [ "b2b.parallels.com", "click.parallels.com", "coronavirus.data.gov.uk" ],...

This pull requests adds the function `analyze()` which acts as a wrapper of `email_analysis()` (just like `main` does). The point of this is to be able to use meioc inside...

Related to issue #322 As today, all functions related to download of files take a file path as an argument, and download themselves the file on the filesystem (by using...

As today, all functions related to download of files take a file path as an argument, and download themselves the file on the filesystem (by using the functions in the...

category:enhancement
2.x