Skip to content

2.4.2

Compare
Choose a tag to compare
@MislavReversingLabs MislavReversingLabs released this 22 Jan 15:33
· 193 commits to main since this release
2b958b8

All changes are calculated agains v2.3.0

Improvements

  • ticloud module:

    • Added the NewFilesFirstScan, NewFilesFirstAndRescan, FilesWithDetectionChanges, CvesExploitedInTheWild, NewExploitOrCveSamplesFoundInWildHourly, NewExploitAndCveSamplesFoundInWildDaily, NewWhitelistedFiles, ChangesWhitelistedFiles, MalwareFamilyDetection, ExpressionSearch, VerticalFeedStatistics and VerticalFeedSearch classes.
    • The following changes were made to the DynamicAnalysis class:
      • Added windows11 and linux to available Dynamic Analysis platforms.
      • Added the detonate_url method.
      • The get_dynamic_analysis_results method now supports fetching the URL dynamic analysis results using the URL string or its SHA-1 hash as a parameter.
  • Added TitaniumCloud API codes to the README for better correspondence and orientation.

  • 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.