ovh / infrastructure-roadmap

36 stars 1 forks source link

Anti ddos/Mitigation notification Webhook #184

Open Gawnz1 opened 2 months ago

Gawnz1 commented 2 months ago

Hello,

Is it possible to add a webhook to ddos notifications so we can be notified for example in discord or other similar services using webhooks.

Currently we are checking the API if X ip is in mitigation mode and displaying results if its. And to be close to realtime we check it every minute which is unnecessary traffic to the ovh api.

A webhook which is triggered only when ddos is detected or email is sent that user is under mitigation/ddos attack can stop much request checks to your API from many users which is not needed at all when there is a webhook or some trigger.

If this is possible to be done or if there is other solutions, this will be great appreciated by the people.

If ever considered, a webhook or other solution can be integrated in the user dashboard for enabling and further configuration.

Tazhys commented 1 month ago

Adding onto this, allowing people to use their own web server to get the json data sent by the API so they can send it to other services, or even send it to discord with customized embeds and or messages.