Skip to content

Releases: TheoBhang/Vt_Tool

[2.0.1] - 2024-07-22

22 Jul 13:40
Compare
Choose a tag to compare

Added
For all IOCs : Tags
For Hashes : Threat Category, Threat labels
Improved
N/A
Fixed
Fixed Correlation on MISP Objects
Deprecated
N/A
Removed
N/A
Security
N/A

Full Changelog: v2.0.0...v2.0.1

[2.0.0] - 2024-07-18

18 Jul 09:25
Compare
Choose a tag to compare

Added

  • Caching with SQLite: Integrated a Cache system with a SQLite database to verify if the IOC is already in DB to save API Quotas.
  • Console Output: Utilized rich.console.Console and other rich components for enhanced terminal output.

Improved

  • Code Structure: Organized imports and separated functionalities for better readability and maintainability.
  • New menu for User:Enhanced menu for user experience and visuals.
  • MISP Connection : MISP Connection was improved, better handling of Objects and Events

Fixed

  • Hash handling: hash handler was missing one argument on table creation that could cause error on the script.

Deprecated

  • N/A

Removed

  • N/A

Security

  • N/A