Skip to content

Version 0.6.6

Compare
Choose a tag to compare
@jshcodes jshcodes released this 30 Dec 23:07
· 87 commits to main since this release

What's Changed

  • Adversary / Report dates are no longer showing the date of import as the event date. Relates to #70.
    • You can now import 20 years of adversary and report data.
  • Faster delete handling (paginating MISP lookups). Relates to #70.
  • Unnecessary correlations are disabled. Closes #80.
  • Local tag cleanup. Relates to #79.
  • Attribute tag verbosity control (-v argument). Closes #79.
  • max-age argument now works as expected. Closes #70.
  • Import or delete adversaries or reports of a specific type (new argument: -t or —type). Relates to #62.
    • Types can be mixed, Example:
    python3 misp_import.py -a -r -t csit,csa,spider,panda,bear
  • Publish on create (Reports / Adversaries) with the -p argument. Relates to #39.

Full Changelog: v0.6.5...v0.6.6