flowintel-cm
flowintel-cm copied to clipboard
An open source platform to support analysts to organise their case and tasks
- https://github.com/google/dfiq - https://dfiq.org/ are the questions task? or a question can generate one more tasks?
Create a list of template tasks and cases
## issue when starting up flowintel with docker-compose, the logs constantly complain about "database is locked" ## Steps to reproduce 1. clone repo 2. navigate to project directory 3. `docker...
besides the installation of required packages, the program seems pretty distro-agnostic. Added a check for package manager, allowing install on systems using dnf. Tested on Rocky 8
Direct misp-modules integration into FlowIntel to attach result of MISP objects or raw text to tasks. Ability to move the object back to the case when it's confirmed and validated.
Visualisation timeline of activities in FlowIntel: - For all the actions related to a case (task, subtasks and so on) - For the actual data/information specified in MISP objects or...
Hello I would like to propose a small change for the tagging of tasks. Our use case is: based on the task outcome pick appropriate tag(s). We would like to...
Hello, Similar exception as #22 but for the description. ``` UndefinedError jinja2.exceptions.UndefinedError: 'app.templating.form.TaskTemplateForm object' has no attribute 'description' ```
Dear @adulau and @DavidCruciani, As briefly discussed during the Open Source Conference 2025, we are planning to work on developing a feature that involves integrating flowintel, Wazuh, MISP and [SATRAP](https://github.com/AbstractionsLab/satrap-dl)....
I see in `app.py` that you call PyMISP's `update_objects.py` script to update objects. This one goes on to fetch data from `static_repo = "https://github.com/MISP/misp-objects/archive/main.zip"` and it makes me sad. Would...