Skip to content
/ wazuh-dfn Public

wazuh-dfn - A specialized daemon that integrates Wazuh with DFN SOC

License

Notifications You must be signed in to change notification settings

ZIMK/wazuh-dfn

wazuh-dfn

GitHub releases

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.

Table of Contents

Documentation

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.

Installation

Requirements

Python 3.12 and later is supported.

Install using pip

You can install the latest stable release of wazuh-dfn from the Python Package Index using pip:

python3 -m pip install wazuh-dfn

Support

If you found a problem with the software, please create an issue on GitHub.

Maintainer

This project is maintained by University of Trier - ZIMK.

Contributing

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

License

This project is licensed under the GNU Affero General Public License v3.0 - see the LICENSE file for details.