iris-web icon indicating copy to clipboard operation
iris-web copied to clipboard

Collaborative Incident Response platform

Results 314 iris-web issues
Sort by recently updated
recently updated
newest added

Currently the IoC values are allowing everything as value. However, it might be good to check that they match the value of the selected type. This PR implements this by...

enhancement

In #129 I made the Celery Host configurable, however it was still limited to rabbitmq only. This PR changes it to use a full broker url, which allows to use...

Two changes for better reports in IRIS. ## CaseEvents To have only the `Show in summary` timeline events in a report, this field is needed there to filter for it....

enhancement

**Describe the bug** When downloading the ioc list in csv form if an entry is too long, the full entry will not be visible in the csv - instead something...

bug

Add markdown editor for event description in modal event like notes or summary. This will help us to describe the event in detail with possibly screenshots (existing attachment feature in...

enhancement

**Describe the bug** After duplication of an event, not the new event flashes, instead the duplicated one is highlighted. **To Reproduce** Steps to reproduce the behavior: 1. Create an event...

bug

**Describe the bug** It is currently not possible to filter for a specific status at the "Tasks" page. **To Reproduce** Steps to reproduce the behavior: 1. Go to `Tasks` page...

bug

The actual evidences management is too basic for forensic investigations. We need a chain of custody that responds to: - Who (user) - What (task) - How (task) - When...

enhancement

**Is your feature request related to a problem? Please describe.** When creating a task, it is often not clear, who in the team will take care of it. Currently, we...

enhancement

Instead of creating a new case, create a fork of an existing case. Use: sometimes during IR you encounter cases where you discover there are two incidents taking place at...

Idea