Skip to content

Releases: reversinglabs/reversinglabs-sdk-py3

2.9.0

31 Mar 16:15
Compare
Choose a tag to compare

Improvements

  • advanced module:

    • Created a new module called advanced. This module will hold various actions and scenarios that include multiple platforms and APIs.
    • The AdvancedActions class was moved from the ticloud module into advanced.
    • The SpectraAssureScenarios and SpectraAssureClient enable the user to perform actions that combine the ReversingLabs Spectra Assure platform with TitaniumCloud and A1000.
  • The user agent string now also carries the class and method name.

ReversingLabs SDK Cookbook changes

Improvements

  • TitaniumCloud notebooks:

    • The taxii_ransomware_feed.ipynb notebook was replaced with taxii_feed.ipynb.
  • Scenarios and Workflows notebooks:

    • Added the advanced_search_using_network_indicators.ipynb notebook.

2.8.3

21 Feb 14:51
Compare
Choose a tag to compare

Improvements

  • Added the Spectra Assure badge to the Readme file.

2.8.2

17 Feb 16:17
Compare
Choose a tag to compare

All changes are calculated against v2.8.0

Improvements

  • Defined the latest version (2.32.3) of the requests library as a dependency. urllib3 was removed as an explicit dependency for this project.
  • Python 3.9 is now defined as the oldest version of Python supported by this project.

2.8.1

17 Feb 15:30
Compare
Choose a tag to compare

Improvements

  • Defined the latest version (2.32.3) of the requests library as a dependency. urllib3 was removed as an explicit dependency for this project.
  • Python 3.9 is now defined as the oldest version of Python supported by this project.

2.6.4

24 Jul 19:01
ed26c8c
Compare
Choose a tag to compare

Bugfixes

  • ticloud module:
    • Implemented the default user agent string in embedded FileAnalysis calls.

2.6.3

17 Jul 13:57
ba3f9d7
Compare
Choose a tag to compare

Bugfixes

  • a1000 module:
    • Changed the upload_sample_from_url method's name to submit_url_for_analysis.