Skip to content

Releases: 3c7/vt2m

Version 0.1.17 - Pivot for domains

08 Jan 15:59
@3c7 3c7
e29faa4
Compare
Choose a tag to compare
  • Implemented pivoting from domains via communication relations (communicating_files, downloaded_files)

Version 0.1.16 - `--no-verify` for subcommands

06 Sep 19:11
@3c7 3c7
Compare
Choose a tag to compare
  • Implemented --no-verify for subcommands (#5)

Version 0.1.15 - Dependencies & Maintenance 👷‍♂️

02 Sep 23:39
@3c7 3c7
15b24fc
Compare
Choose a tag to compare
  • Updated dependencies
  • Added --no-verify switch for query command to allow MISP instances with self-signed certificates without messing with the venv's certificate store

Version 0.1.14 - Timestamps ⏱️

28 Jun 08:55
@3c7 3c7
aadab2b
Compare
Choose a tag to compare
  • 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

27 Jun 08:44
@3c7 3c7
e536487
Compare
Choose a tag to compare
  • 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 🔀📝

23 May 11:32
@3c7 3c7
25ca3b5
Compare
Choose a tag to compare
  • 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 🏗️

07 Apr 12:52
@3c7 3c7
Compare
Choose a tag to compare
  • Fixes bug with empty cursor on first iteration
  • Updated dependencies

Version 0.1.10 - Pivot relationships 🔀

21 Mar 09:53
@3c7 3c7
Compare
Choose a tag to compare
  • Added functionality to include the original pivoted entity as MISP object related to the result set
  • Updated readme finally

Version 0.1.9 - Pivots! 🕸

20 Mar 14:48
@3c7 3c7
Compare
Choose a tag to compare
  • 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

15 Feb 15:41
@3c7 3c7
Compare
Choose a tag to compare
  • Updated dependencies
  • Limit amount of related VT objects (files, URL, domains, IPs)
  • Addes MISP size attribute for files