From 763e24a0f817dee97210670cfdeb3552425630b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Aime?= Date: Tue, 24 Nov 2020 20:01:23 +0100 Subject: [PATCH] Update config.yaml with the right watchers URLs --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 0aa35e2..2a72941 100644 --- a/config.yaml +++ b/config.yaml @@ -68,6 +68,6 @@ network: # watchers: iocs: - - https://raw.githubusercontent.com/KasperskyLab/TinyCheck/assets/iocs.json + - https://raw.githubusercontent.com/KasperskyLab/TinyCheck/main/assets/iocs.json whitelists: - - https://raw.githubusercontent.com/KasperskyLab/TinyCheck/assets/whitelist.json + - https://raw.githubusercontent.com/KasperskyLab/TinyCheck/main/assets/whitelist.json