Skip to content

2.4.1

Compare
Choose a tag to compare
@MislavReversingLabs MislavReversingLabs released this 11 Jan 15:40
· 196 commits to main since this release
21de1cb

Note: Contains breaking changes in the ExpressionSearch class. We recommend using v2.4.2

Improvements

  • ticloud module:

    • The get_dynamic_analysis_results method of the DynamicAnalysis class now also supports using a URL-s SHA-1 hash for fetching the URL dynamic analysis results.
  • Error handling: Custom error classes now also carry the original response object. Users can now reach the original status code, error message and all other response properties using the caught error's response_object property.