From 3213a4c40c9d6f5f890c6f04b75ca3dab1e12095 Mon Sep 17 00:00:00 2001 From: 4Quarks <47900195+4quarks@users.noreply.github.com> Date: Mon, 29 Jul 2024 15:26:51 +0200 Subject: [PATCH] Create pdnssoccli.cron --- files/configuration/pdnssoccli/pdnssoccli.cron | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 files/configuration/pdnssoccli/pdnssoccli.cron diff --git a/files/configuration/pdnssoccli/pdnssoccli.cron b/files/configuration/pdnssoccli/pdnssoccli.cron new file mode 100644 index 0000000..22a83ea --- /dev/null +++ b/files/configuration/pdnssoccli/pdnssoccli.cron @@ -0,0 +1,8 @@ +# Run fetch_iocs every 10 minutes +*/10 * * * * dnscollector /usr/local/bin/pdnssoc-cli fetch-iocs -c /etc/pdnssoccli/pdnssoccli.yml + +# Run correlation every 1 minute +* * * * * dnscollector /usr/local/bin/pdnssoc-cli correlate -c /etc/pdnssoccli/pdnssoccli.yml + +# Run alerting every 1 minute +* * * * * dnscollector /usr/local/bin/pdnssoc-cli alert -c /etc/pdnssoccli/pdnssoccli.yml