darwin
darwin copied to clipboard
Darwin C++ and Python Machine Learning Framework for Cyber Security
**What is your feature about ?** the buffer filter currently has a "flaw" in data management: if buffer sources are modified after some time, the old sources (aka redis lists)...
**Describe the bug** When adding a filter to an already running Darwin session, if the filter fails to hot-start during the manager update command, it won't appear in monitoring. **Plateform...
**What is your feature about ?** It would be nice to be able to register callback functions to trigger specific functionalities when signals are received. **Describe what you'd like** the...
**What is your feature about ?** Remove the `pkg` directory. This directory was used by the FreeBSD build system but is no longer required. _It contained a duplicate of the...
What is your feature about ? Need automated test for session filter https://github.com/VultureProject/darwin/wiki/Filter-Session Describe what you'd like Test must be passed on Ubuntu and FreeBSD
**What is your feature about ?** The jsonschema specification will be used in the manager in v1.2. The RapidJSON library included in the filters' code is also able (in a...
**What is your feature about ?** about DGA validating input with IsDomainValid(). **If your request is about an existing filter/functionality** DGA **Describe what you'd like** FAUP is used to extract...
**What is your feature about ?** Hot Reloading all filters without restarting Darwin completely **Describe what you'd like** Currently, the only way to reload all filters is to know and...
**Describe the bug** manager always try to access "report_stats" in configuration when in v2 format, but "report_stats" is not a required field. **Plateform (please complete the following information):** - OS...
**What is your feature about ?** Make log file path configurable. **Describe what you'd like** The log file's path is currently hard-coded ("/var/log/darwin/darwin.log"), we want it configurable. Maybe do it...