wazuh-notify/README.md

17 lines
803 B
Markdown
Raw Permalink Normal View History

2024-06-01 20:07:06 +02:00
# Wazuh notify
2024-06-10 17:13:27 +02:00
*version 1.0*
2024-06-01 20:07:06 +02:00
## Introduction
Wazuh notifier enables the Wazuh manager to be notified when Wazuh selected events occur, using 3 messaging platforms:
[ntfy.sh](https://ntfy.sh), [Discord](https://discord.com) and [Slack](https://slack.com).
There are 2 implementations of Wazuh notify. One written in Golang, the other in Python. Both implementations have
similar functionality, but the Python version is slightly more configurable for testing purposes.
Wazuh notify is a stateless implementation and only notifies: triggered by specific rules, agents, or threat levels.
Wazuh notify is executed by configuring the **ossec.conf** and adding an **active response configuration**.
2024-06-10 17:13:27 +02:00
### Please refer to https://docs.notifier.kleinsense.nl/wazuh-notifier.html for the full documentation.