You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21-1
Original file line number
Diff line number
Diff line change
@@ -396,13 +396,33 @@ v2.5.1 (2024-04-02)
396
396
- Added the Spectra Assure badge to the Readme file.
397
397
398
398
399
-
### Reversinglabs SDK Cookbook changes
399
+
### ReversingLabs SDK Cookbook changes
400
400
#### Improvements
401
401
-**Scenarios and Workflows** notebooks:
402
402
- Added the `download_advanced_search_matches_a1000.ipynb`, `download_advanced_search_matches_titaniumcloud.ipynb`, `download_yara_retro_matches_a1000.ipynb` and `download_yara_retro_matches_titaniumcloud.ipynb` notebooks.
403
403
404
404
-**Command line tools and scripts**:
405
405
- Added the `cyber_defense_alliance.py` command line tool.
406
+
407
+
408
+
2.9.0 (2025-03-31)
409
+
-------------------
410
+
411
+
#### Improvements
412
+
-**advanced** module:
413
+
- Created a new module called `advanced`. This module will hold various actions and scenarios that include multiple platforms and APIs.
414
+
- The `AdvancedActions` class was moved from the `ticloud` module into `advanced`.
415
+
- The `SpectraAssureScenarios` and `SpectraAssureClient` enable the user to perform actions that combine the **ReversingLabs Spectra Assure** platform with TitaniumCloud and A1000.
416
+
417
+
- The user agent string now also carries the class and method name.
418
+
419
+
### ReversingLabs SDK Cookbook changes
420
+
#### Improvements
421
+
-**TitaniumCloud** notebooks:
422
+
- The `taxii_ransomware_feed.ipynb` notebook was replaced with `taxii_feed.ipynb`.
423
+
424
+
-**Scenarios and Workflows** notebooks:
425
+
- Added the `advanced_search_using_network_indicators.ipynb` notebook.
406
426
407
427
Starting with ReversingLabs SDK version 2.8.0, the **ReversingLabs SDK Cookbook** project's release cycle and versioning are closely tied to this project.
408
428
This changelog will also be keeping track of changes made to the ReversingLabs SDK Cookbook project.
0 commit comments