This PR includes an implementation for Discord notifier integration using Webhooks.
Webhooks are simple URLs that you pass your message to. When you ping these URLs your payload gets passed to your Discord channel.
But!! Be aware these Webhooks can send messages from anyone if they get into the wrong hands, treat it a bit like a password.
Motivation
I believe this can be used by a group of people who are working in the security operation centre team (SOC) which may help them monitor and improve their organization's security posture. They can create their own discord channel and use its webhook and integrate it into the secureTea discord notifier. Also, maybe an individual who is a big fan of discord can create a channel for only him and integrate its webhook into the secureTea discord notifier to help monitor his/her own laptop.
Description
This PR includes an implementation for Discord notifier integration using Webhooks. Webhooks are simple URLs that you pass your message to. When you ping these URLs your payload gets passed to your Discord channel.
But!! Be aware these Webhooks can send messages from anyone if they get into the wrong hands, treat it a bit like a password.
Motivation
I believe this can be used by a group of people who are working in the security operation centre team (SOC) which may help them monitor and improve their organization's security posture. They can create their own discord channel and use its webhook and integrate it into the secureTea discord notifier. Also, maybe an individual who is a big fan of discord can create a channel for only him and integrate its webhook into the secureTea discord notifier to help monitor his/her own laptop.
Finished tasks
Todos