Releases: 3c7/vt2m
Releases · 3c7/vt2m
Version 0.1.17 - Pivot for domains
Version 0.1.16 - `--no-verify` for subcommands
- Implemented
--no-verify
for subcommands (#5)
Version 0.1.15 - Dependencies & Maintenance 👷♂️
- Updated dependencies
- Added
--no-verify
switch forquery
command to allow MISP instances with self-signed certificates without messing with the venv's certificate store
Version 0.1.14 - Timestamps ⏱️
- File objects now include first & last submission date as text field
- File attributes are set to first submission date
Version 0.1.13 - Fixes and dependencies
- Fixes a bug where empty submitter IDs caused an exception
- Updated dependencies
- Added parameter
-A/--include-api
which allows adding API submitters, otherwise these will be skipped when retrieving submissions relation
Version 0.1.12 - New relations & logging 🔀📝
- Replaced prints by python logging in order to enable the use as a library
- Added new relationships:
- email_attachements
- email_parents
- pe_resource_parents
- downloaded_files
Version 0.1.11 - Dependencies & bug fix 🏗️
- Fixes bug with empty cursor on first iteration
- Updated dependencies
Version 0.1.10 - Pivot relationships 🔀
- Added functionality to include the original pivoted entity as MISP object related to the result set
- Updated readme finally
Version 0.1.9 - Pivots! 🕸
- Added
--pivot
and--pivot-limit
parameters which allow to pivot from a file before doing all the other stuff. E.g. you're able to query for a common subfile, pivot to the execution_parent and then resolve all relations there. - Implemented pagination for retrohunts & notifications.
Version 0.1.8 - 🛠 Maintenance, relationship limit, size-in-bytes attribute
- Updated dependencies
- Limit amount of related VT objects (files, URL, domains, IPs)
- Addes MISP size attribute for files