Releases: intelowlproject/pyintelowl
little fix
Now optional parameter "runtime_configuration" properly works
Please use this version of pyintelowl with version >= 1.5.x of IntelOwl
bumped correct version
see 1.3.3 for details
fixes to last release
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
Patch Release after 1.3.0.
- renamed
additional_configuration
toruntime_configuration
. - Formatting with psf/black formatter.
Please use this version of pyintelowl with v1.5.x of IntelOwl.
1.3.1
release 1.3.0
reformatted some code + added support for new parameter "additional_configuration"
release 1.2.0
PR #16 for details.
release 1.1.0
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
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
Merge pull request #7 from intelowlproject/develop fix to resolve client issues when requesting all analyzers