whitekernel

Results 112 comments of whitekernel

Thanks for reporting ! The data for `case`, fed to the report generator is the same as the one in endpoint `case/export`. Could you please check that under `data` >...

There's indeed an issue on the markdown titles rendering. Some tags like `**my bold text**` are rendered correctly but not titles. So your summary doesn't appear at all since it's...

Hi @kdrypr ! Yes, it's already on our internal roadmap 👍 We'll try to implement it for the next minor release, v1.4.0, along with SSO support !

Thanks @cudeso ! This is indeed a subject we're looking into. Unfortunately it appears to be a little more complex than we thought at first. The export should not be...

Hi @m-terlinde, This is actually something intentional in current versions. We tried to reduce user interactions as much as possible, because we know it can be annoying when things pop...

Indeed the revert could be an option but the deferred deletion server side might introduce some challenges. Would a client side revert work ? Basically just adding a small JS...

Thanks @c8y3! I think we can comment out the longer test so the CI runs quicker for now. We'll add test over time 👍

Hi @CyberSpooon - All description fields of the case objects are MD enabled and can thus render images. These images might need to be uploaded to the datastore first if...

A change is being made on the development branch and the format the dates follows the host one 👍

Hi @wonhee0410 You can use the API to export the alerts in JSON (https://docs.dfir-iris.org/_static/iris_api_reference_v2.0.1.html#tag/Alerts/operation/get-alerts-filter). From there you can map them to a CSV for example.