Skip to content

Releases: reversinglabs/reversinglabs-sdk-py3

2.10.0

23 Jun 22:21
Compare
Choose a tag to compare

Improvements

  • a1000 module:

    • Added the submit_file_from_handle, submit_file_from_path, submit_file_and_get_summary_report, submit_file_and_get_detailed_report, submit_url and submit_url_and_get_report methods.
  • ticloud module:

    • Added additional result filtering options to the TAXIIFeed.get_objects_aggregated method.

Deprecations

  • a1000 module:

    • Deprecated the upload_sample_from_path, upload_sample_from_file, submit_url_for_analysis, submit_url_for_analysis_and_get_report, upload_sample_and_get_summary_report_v2 and upload_sample_and_get_detailed_report_v2 methods.
  • ticloud module:

    • Deprecated the TAXIIRansomwareFeed class.

ReversingLabs SDK Cookbook changes

Improvements

  • Scenarios and Workflows notebooks:
    • Added the TAXII_data_filtering notebook.

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.