Skip to content

Releases: intelowlproject/pyintelowl

little fix

02 Sep 13:52
7c03f83
Compare
Choose a tag to compare

Now optional parameter "runtime_configuration" properly works

Please use this version of pyintelowl with version >= 1.5.x of IntelOwl

bumped correct version

02 Sep 08:05
c4a8b9d
Compare
Choose a tag to compare

see 1.3.3 for details

fixes to last release

02 Sep 07:55
2267828
Compare
Choose a tag to compare

Some fixes:

  • pyintelowl did not work correctly against HTTPS-enabled IntelOwl Servers
  • fixed parameter name in send_observable_analysis_request

Please use this version of pyintelowl with v1.5.x of IntelOwl

Dynamic configuration for analyzers

25 Aug 12:41
afce866
Compare
Choose a tag to compare

Patch Release after 1.3.0.

  • renamed additional_configuration to runtime_configuration.
  • Formatting with psf/black formatter.

Please use this version of pyintelowl with v1.5.x of IntelOwl.

1.3.1

25 Aug 06:54
7faf1e0
Compare
Choose a tag to compare

Fixes and improvements to "--show-colors" option

release 1.3.0

24 Aug 15:42
9ec4632
Compare
Choose a tag to compare

reformatted some code + added support for new parameter "additional_configuration"

release 1.2.0

17 Aug 17:25
ba1be6d
Compare
Choose a tag to compare

PR #16 for details.

release 1.1.0

29 Jul 10:55
a932406
Compare
Choose a tag to compare

Added an option when executing pyintelowl as CLI: -sc will show the results in a colorful and organized way that helps the user in looking for useful information. By default, the results are still shown in the JSON format. Thanks to @tsale to his idea and contribution.

Example:
python3 intel_owl_client.py -i <your_intelowl_instance> -sc -a VirusTotal_v2_Get_Observable -a HybridAnalysis_Get_Observable -a OTXQuery observable -v www.google.com

release 1.0.0

05 Jul 13:40
21013e2
Compare
Choose a tag to compare

For all the details, check the official blog post:

https://www.honeynet.org/2020/07/05/intel-owl-release-v1-0-0/

This version is compatible only with the related (1.x) IntelOwl release.

fix to resolve client issues when requesting all analyzers

08 Jun 17:19
abe3e5a
Compare
Choose a tag to compare
Merge pull request #7 from intelowlproject/develop

fix to resolve client issues when requesting all analyzers