The wazuh-dfn
is a specialized daemon that integrates Wazuh with DFN-CERT services. It monitors Wazuh alert files and forwards relevant security events to the DFN SOC (Security Operations Center) for advanced analysis and threat detection.
The documentation for wazuh-dfn can be found at https://zimk.github.io/wazuh-dfn/. Please always take a look at the documentation for further details. This README just gives you a short overview.
Python 3.12 and later is supported.
You can install the latest stable release of wazuh-dfn from the Python Package Index using pip:
python3 -m pip install wazuh-dfn
If you found a problem with the software, please create an issue on GitHub.
This project is maintained by University of Trier - ZIMK.
Your contributions are highly appreciated. Please create a pull request on GitHub. For bigger changes, please discuss it first in the issues.
For development you should use flit to keep you python packages separated in different environments. First install poetry via pip
python3 -m pip install --user flit
Afterwards run
flit build --no-use-vcs
flit install
This project is licensed under the GNU Affero General Public License v3.0 - see the LICENSE file for details.