Skip to content

Releases: dfir-iris/iris-web

v2.3.5

30 Nov 15:20
v2.3.5
f8fe199

Choose a tag to compare

What's Changed

  • Fix of an issue introduced in v2.3.4 - preventing a proper update of cases metadata

Full Changelog: v2.3.4...v2.3.5

v2.3.4

29 Nov 14:04
ca3e850

Choose a tag to compare

What's Changed

  • Added support for evidences types
  • Added support for cases severity
  • Fixed overview page
  • Fixed dashboard filtering
  • Improved search in context switcher

The layout of the reporting has slightly changed. Custom report templates might not work anymore.
You can use https://<server>/case/export?cid=<case_id> to get all the possible fields.

Full Changelog: v2.3.3...v2.3.4

v2.3.3

05 Oct 17:13
v2.3.3
2b12809

Choose a tag to compare

What's Changed

  • Fixed critical issue preventing the dockers to boot
  • Fixed breaking of manage case list if percentage in title
  • Fixed broken title search in overview
  • Fixed sorting of owners in overview
  • Fixed quick look in overview
  • Fixed alert page breaking if username contains trailing space
  • Fixed IrisVTModule links
  • Fixed IrisWebhookModule
  • Fixed refresh after closing of notes

New Contributors

Full Changelog: v2.3.2...v2.3.3

v2.3.2

02 Aug 16:07
v2.3.2
01a44aa

Choose a tag to compare

What's Changed

Patches a critical issue corrupting files uploaded to the DataStore via the IOC option or when a password is set

Full Changelog: v2.3.1...v2.3.2

v2.3.1

23 Jul 13:52
v2.3.1
62a09cf

Choose a tag to compare

What's Changed

Improved/Added

  • Overview page and quick view layout
  • Auto assignment of alerts when not assigned
  • Possibility to filter tags by clicking on them in alerts

Fixed

  • Call of modules when done from the modals
  • UI details

Full Changelog: v2.3.0...v2.3.1

v2.3.0

09 Jul 17:49
v2.3.0
47ab149

Choose a tag to compare

What's Changed

Added

  • Collaborative editor in notes
  • Possibility to add case peer-reviews
  • Alerts resolution status
  • Auto closing of alerts with resolution for linked alerts
  • New webhook module
  • Enhanced overview page
  • Attributed open cases in dashboard
  • Assets and IOCs multi-additions from the UI
  • New UI design

Fixed

  • Password change for users
  • Description breaking in alerts and events
  • Missing icons in MD rendering for know links
  • Alerts rendering

New Contributors

Full Changelog: v2.2.3...v2.3.0

v2.2.3

19 Jun 15:35
f435add

Choose a tag to compare

What's Changed

Added

  • Possibility to use LDAP and local auth as fallback
  • Possibility to add multiple IOCs at once from the UI
  • Possibility to add multiple assets at once from the UI
  • Support for hooks and module calls in alerts
  • URL redirection after login

Fixed

  • Similarities in alerts when no assets are provided
  • Assertion of data in marshmallow
  • MD editor new lines handling
  • Unicode in datastore
  • Alerts share links
  • Modules info when registering a module
  • UI fixes

Full Changelog. v2.2.2...v2.2.3

v2.2.2

30 May 15:16
v2.2.2
25f4592

Choose a tag to compare

What's Changed

Added

  • Possibility to pivot on assets and IOCs from the alerts graph

Fixed

  • Delete character escaping for passwords by @juadde in #253
  • Case template of tasks without tags
  • Shortening of case names during updates
  • Bad handling of certain requests without CID
  • Deletion of assets related to alerts once merge into a case

Full Changelog: v2.2.1...v2.2.2

v2.2.1

24 May 13:25
v2.2.1
e3141d0

Choose a tag to compare

What's Changed

Note 1: This version contains a security fix for iris-web.
Note 2: on_postload_case_info_update hook has been renamed to on_postload_case_update

Added

  • Add newly created users after a LDAP authentication to group Analysts by @c8y3 in #247

Fixed

  • Security fix of CVE-2023-30615 - GHSA-gc6j-6276-2m49 impacting iris-web < v2.2.1
  • Deletion of cases with assigned tasks
  • Merge of multiple alerts
  • Import of IOCs and Assets in case multiple alerts are merged

Full Changelog: v2.2.0...v2.2.1

v2.2.0

22 May 19:55
v2.2.0
0aa77f6

Choose a tag to compare

What's Changed

Added

  • Basic csv events file import (with default options) by @realsec in #240
  • New endpoints to search for manageable objects such as assets types etc,
  • New search by asset IDs, IOC IDs and events IDs in the timeline

Fixes

  • Some configuration checks when LDAP and automatic user creation are set by @c8y3 in #246
  • Ensure database connectivity before trying to create tables by @weslambert in #248
  • Merge of multiple alerts in one case not merging the IOCs and assets
  • Bug allowing to add an asset to a timeline not belonging to the same case
  • UI bug fixes

New Contributors

Full Changelog: v2.1.0...v2.2.0