Releases: reversinglabs/reversinglabs-sdk-py3
Releases · reversinglabs/reversinglabs-sdk-py3
2.11.0
Improvements
-
a1000 module:
- Android12 is now supported ass a dynamic analysis platform.
- Added
get_yara_repositories
,get_yara_repositories_aggregated
,create_yara_repository
,update_yara_repository
,delete_yara_repository
,publish_all_yara_rulesets
,publish_single_yara_ruleset
,set_yara_update_interval
,reset_yara_update_interval
andrun_yara_update
functions.
-
ticloud module:
- Added bulk report support for
URLThreatIntelligence
,DomainThreatIntelligence
andIPThreatIntelligence
. - Added archive passwords support for
FileUpload
. - Added the
IocDataRetrieval
class.
- Added bulk report support for
-
advanced module:
- Added the
download_yara_matches
method in theAdvancedActions
class.
- Added the
ReversingLabs SDK Cookbook changes
Improvements
- Scenarios and Workflows notebooks:
- Fixed minor issues in the
advanced_search_using_network_indicators.ipynb
notebook.
- Fixed minor issues in the
2.10.0
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
andsubmit_url_and_get_report
methods.
- Added the
-
ticloud module:
- Added additional result filtering options to the
TAXIIFeed.get_objects_aggregated
method.
- Added additional result filtering options to the
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
andupload_sample_and_get_detailed_report_v2
methods.
- Deprecated the
-
ticloud module:
- Deprecated the
TAXIIRansomwareFeed
class.
- Deprecated the
ReversingLabs SDK Cookbook changes
Improvements
- Scenarios and Workflows notebooks:
- Added the
TAXII_data_filtering
notebook.
- Added the
2.9.0
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 theticloud
module intoadvanced
. - The
SpectraAssureScenarios
andSpectraAssureClient
enable the user to perform actions that combine the ReversingLabs Spectra Assure platform with TitaniumCloud and A1000.
- Created a new module called
-
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 withtaxii_feed.ipynb
.
- The
-
Scenarios and Workflows notebooks:
- Added the
advanced_search_using_network_indicators.ipynb
notebook.
- Added the
2.8.3
2.8.2
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.