Skip to content

Releases: intelowlproject/pyintelowl

For IntelOwl v3.1.0 release

11 Oct 15:06
97f0d7e
Compare
Choose a tag to compare

For IntelOwl v3.0.0 release

13 Sep 10:25
1749f4e
Compare
Choose a tag to compare

Fix "generic" observables not getting executed

28 Jun 13:01
681096d
Compare
Choose a tag to compare

3.1.3

10 Jun 13:27
Compare
Choose a tag to compare
  • Fix to allow SSL verification without a specified PEM file

3.1.2

03 May 13:56
c23451a
Compare
Choose a tag to compare
  • Little fixes and adjustments

3.1.1

29 Apr 09:20
1705cca
Compare
Choose a tag to compare
  • Removed deprecated ask_analysis_result function
  • Little fix to a problem in the logs for the ones that use pyintelowl as a library
  • Tweaked configuration setup, allowing No Certification Validation
  • Added dependabot config and updated dependencies
  • Added basic testing suite for CLI

Features: Job kill, Job delete, Tag delete

13 Mar 18:36
e87f775
Compare
Choose a tag to compare

With this, pyintelowl now supports all API endpoints of IntelOwl. 🎉

More info at: https://github.com/intelowlproject/IntelOwl/releases/tag/v2.2.0

fixed pip installation + added support for tags

20 Dec 17:53
26c5569
Compare
Choose a tag to compare

This release was created mainly to solve a problem with the installation of the pip package.

Other changes:

  • added support for adding tags when requesting a new job
  • added support for creating/editing tags
  • added support for "generic" classification of observables

Complete rewrite with pallets/click + rich libraries

06 Dec 15:40
6689ead
Compare
Choose a tag to compare

Note: Incompatible with previous versions

New auth method for IntelOwl 1.8.0

28 Oct 13:58
db75f63
Compare
Choose a tag to compare

This version supports only IntelOwl versions >=1.8.0 (about to be released). To interact with previous IntelOwl versions programmatically please refer to pyintelowl version 1.3.5

  • we forced black style, added linters and precommit configuration. In this way pyintelowl is aligned to IntelOwl.
  • we have updated the authentication method from a JWT Token to a simple Token. In this way, it is easier to use pyintelowl for integrations with other products and there are no more concurrency problems on multiple simultaneous requests.

If you were using pyintelowl and IntelOwl before this version, you have to:

  • update IntelOwl to version>=1.8.0
  • retrieve a new API token from the Django Admin Interface for your user: you have to go in the Durin section (click on Auth tokens) and generate a key there. This token is valid until manually deleted.