feat(dlp): implement SIEM/SOAR integrations (CEF, webhook, syslog, systemd timers)

This commit is contained in:
igor04091968
2026-05-13 02:30:52 +03:00
parent 067457198d
commit fd2e9ac59d
15 changed files with 563 additions and 33 deletions
@@ -0,0 +1,11 @@
[Unit]
Description=Run AWatch DLP Webhook sender every 2 minutes
[Timer]
OnBootSec=90s
OnUnitActiveSec=2min
Unit=aw-dlp-webhook-sender.service
Persistent=true
[Install]
WantedBy=timers.target