Detections: Deliver using a Webhook¶
In addition, Tracee can notify a web service when a detection is made using a custom webhook:
tracee-rules --webhook http://my.webhook/endpoint \
--webhook-template /path/to/my.tmpl \
--webhook-content-type application/json
Also